1. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  2. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  3. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  4. ee285b7 Remove unnecessary single quoting of debugstr_xxx strings. by Francois Gouget · 24 years ago
  5. f32f918 Spelling fixes. by Andreas Mohr · 24 years ago
  6. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  7. 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
  8. e405550 Updated messages with new config files in mind to keep from confusing users. by Chris Morgan · 24 years ago
  9. 418e27e Make CDROM_GetLabel return 0 in the event of failure, and make the by Ryan Cumming · 24 years ago
  10. a6d83eb - clarify many error messages - add data corruption warning to README file by Andreas Mohr · 24 years ago
  11. 0348212 Add strerror() to the "Could not stat" and "Invalid path" startup by Lawson Whitney · 24 years ago
  12. bf67259 Use the DRIVE_* API constants instead of the DRIVETYPE enum. by Alexandre Julliard · 24 years ago
  13. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  14. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  15. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  16. 27952ef Added a few more large integer functions. by Alexandre Julliard · 24 years ago
  17. aef9a36 Use special environment variables to transmit the cwd of the various by Alexandre Julliard · 25 years ago
  18. 34ed4fd Have the UNIX cwd follow the current directory on the current drive. by Marcus Meissner · 25 years ago
  19. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  20. 3084b58 - fixed a gross bug in SetCurrentDirectoryA (where changing to a new by Andreas Mohr · 25 years ago
  21. bd86d18f DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail" by Andreas Mohr · 25 years ago
  22. fbace6e Added a per-drive FailReadOnly flag, and removed the global by Alexandre Julliard · 25 years ago
  23. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  24. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  25. cd9a633 - Write serial numbers to the device (FAT) by Petr Tomasek · 25 years ago
  26. 91a8e0d DRIVE_FindDriveRoot() always checked from drive A: to Z: for each by Andreas Mohr · 25 years ago
  27. 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
  28. a16c0e1 - implemented serial numbers for audio CDs and data CDs by Andreas Mohr · 25 years ago
  29. 1fe9334 - support for reading labels and serial nums from device by Andreas Mohr · 25 years ago
  30. a01e289 Made SetVolumeLabel report failure on CD-ROM drives. by Ove Kaaven · 25 years ago
  31. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  32. ea5941b Fix GetCurrentDirectoryA and W to return the needed space for the CWD, by Peter Ganten · 25 years ago
  33. b901021 Added better missing function emulation. by Patrik Stridvall · 25 years ago
  34. 6deeedb Fixed a long standing (and annoying) typo, that prevented by Peter Schlaile · 25 years ago
  35. c25e715 Account for the trailing NULL in GetLogicalDriveStringsA. by Uwe Bonnes · 25 years ago
  36. 70810d9 Made GetCurrentDirectory return long name of the current directory. by Abey George · 26 years ago
  37. 311e456 Added support for anonymous structs/unions on compilers that implement it. by Patrik Stridvall · 26 years ago
  38. 93b579f Stop crash in GetDiskFreeSpaceEx. by Richard Cohen · 26 years ago
  39. 467845a FIXME on unimplemented feature made less obtrusive. by Morten Eriksen · 26 years ago
  40. 1563e83 Improved GetDiskFreeSpaceEx() implementation a little bit. by Morten Eriksen · 26 years ago
  41. 18d3ad8 Stub for SetVolumeLabel(). by Dave Pickles · 26 years ago
  42. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  43. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  44. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  45. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  46. 249d14b Fixed warning and compilation errors. by Michael Veksler · 26 years ago
  47. 1ed51af Small fixes to compile with the headers (mostly nt-security). by Juergen Schmied · 26 years ago
  48. 2723342 Set the flags for GetVolumeInformation32A. by Uwe Bonnes · 26 years ago
  49. e3728cd Use vfat/win95 as default. by Andreas Mohr · 26 years ago
  50. 6ec6492 GetDiskFreeSpaceEx32A can get null pointers and still not crash. by Eric Pouech · 26 years ago
  51. 4ff2a27 Changed DOS extended error handling to be based on SetLastError; by Alexandre Julliard · 26 years ago
  52. cc0248e Implemented raw device access calls for ioctlGenericBlkDevReq() by Andreas Mohr · 26 years ago
  53. f3836f5 Fixed DRIVE_GetFreeSpace to handle space > 4 GByte. by Uwe Bonnes · 26 years ago
  54. 4ae195a Improved GetDiskFreeSpace32A(). by Andreas Mohr · 26 years ago
  55. 6ca3f79 Make sure the access functions are always used to get label and serial number. by Petter Reinholdtsen · 26 years ago
  56. fe6dfb0 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir by Andreas Mohr · 26 years ago
  57. 0dce5b7 Bugfix: Changed GetDriveType32A(NULL) to use cwd's root. by Petter Reinholdtsen · 26 years ago
  58. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  59. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  60. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  61. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  62. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  63. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  64. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  65. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  66. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  67. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  68. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  69. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  70. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  71. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  72. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  73. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  74. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  75. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  76. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  77. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  78. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720
  79. df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
  80. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  81. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202
  82. 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
  83. c6c0944 Release 970112 by Alexandre Julliard · 28 years ago wine-970112
  84. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101
  85. 7ebe1a4 Release 961222 by Alexandre Julliard · 28 years ago wine-961222
  86. b1bac32 Release 961215 by Alexandre Julliard · 28 years ago wine-961215
  87. 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
  88. bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
  89. d1ce8b2 Release 960902 by Alexandre Julliard · 29 years ago wine-960902
  90. 1e37a18 Release 960818 by Alexandre Julliard · 29 years ago wine-960818
  91. ac9c9b0 Release 960728 by Alexandre Julliard · 29 years ago wine-960728
  92. ca22b33 Release 960712 by Alexandre Julliard · 29 years ago wine-960712
  93. 3051b64 Release 960705 by Alexandre Julliard · 29 years ago wine-960705
  94. 339eefc Release 960623 by Alexandre Julliard · 29 years ago wine-960623
  95. d90840e Release 960611 by Alexandre Julliard · 29 years ago wine-960611
  96. 2d93d00 Release 960521 by Alexandre Julliard · 29 years ago wine-960521
  97. e2bfa4c Release 960516 by Alexandre Julliard · 29 years ago wine-960516
  98. 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
  99. 8664b89 Release 960405 by Alexandre Julliard · 29 years ago wine-960405
  100. 0c126c7 Release 960218 by Alexandre Julliard · 29 years ago wine-960218