1. 0b57a5c Don't access 'wm->modname' after the modref has been flushed. by Ulrich Weigand · 25 years ago
  2. 6619f5a Implemented WaitForInputIdle. by Peter Ganten · 25 years ago
  3. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  4. 8952dea Fixed cmd line length calculation. by Andreas Mohr · 25 years ago
  5. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  6. 0106f85 Delay sending debug events until process initialization is complete. by Ulrich Weigand · 25 years ago
  7. d14aea2 Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature is unknown. by Sergei Turchanov · 25 years ago
  8. 237e8e9 Fixed 32-bit module name handling to conform better to Win9x. by Ulrich Weigand · 25 years ago
  9. ec7bb23 Added support for CREATE_SUSPENDED flag in CreateProcess. by Alexandre Julliard · 25 years ago
  10. d024d5e Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect. by Ulrich Weigand · 25 years ago
  11. e7957d6 Determine expected_version of PE buddies from the SubsystemVersion. by Ulrich Weigand · 25 years ago
  12. 031f4fa Fixed compiling with STRICT. by Jim Aston · 25 years ago
  13. 8c81b743 Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu> by Alexandre Julliard · 25 years ago
  14. 79077f3 Bugfix: Don't call GetVersionExA too early, to avoid breaking by Ulrich Weigand · 26 years ago
  15. 20f7ef7 Remember the allocated string to free it. by Uwe Bonnes · 26 years ago
  16. 9482242 Fixed memory allocation bug. by Alexandre Julliard · 26 years ago
  17. f52e109 Set 'expected_version' of built-in and dummy modules according to by Ulrich Weigand · 26 years ago
  18. 891305b Removed __winelib flag. by Alexandre Julliard · 26 years ago
  19. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  20. c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
  21. 8dbffe7 Removed MODULE_GetWndProcEntry16(). by Ulrich Weigand · 26 years ago
  22. fec2329 Ensure that the command-line passed to the various *CreateProcess by Dave Pickles · 26 years ago
  23. 1ab8907 Fixed ambigous else/brace problem, moved "name" computation in by Marcus Meissner · 26 years ago
  24. 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
  25. 0e65b38 Add new "walk" command options to list processes and modref's. by Guy Albertelli · 26 years ago
  26. d523e4d Consult ne.operating_system field for NE files in GetBinaryType(). by Ulrich Weigand · 26 years ago
  27. 38d7da8 Use SearchPath to test for existance of programs in lpCmdLine by Guy Albertelli · 26 years ago
  28. d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
  29. 6315a7f Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better. by Ulrich Weigand · 26 years ago
  30. fdd6429 Release Win16Lock when calling LoadLibrary32 from 16-bit code. by Ulrich Weigand · 26 years ago
  31. 4cd0776 Use OpenFile() to test for file existence, so that the path gets searched. by Alexandre Julliard · 26 years ago
  32. 6ce4006 Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16. by Ulrich Weigand · 26 years ago
  33. 481a8e2 Bug fixes. by Alexandre Julliard · 26 years ago
  34. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  35. 4f6d7f3 Fix CreateProcessA to implement correct actions on ambiguous command by Guy Albertelli · 26 years ago
  36. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  37. f4b6e82 Do not increment module refCount if self is loaded from within by Bertho Stultiens · 26 years ago
  38. af5745f Attach notifications must be send after all recursive dependencies are by Bertho Stultiens · 26 years ago
  39. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  40. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  41. a8f8bef Fix ambiguous else warning. by Kevin Holbrook · 26 years ago
  42. 1b34697 FreeLibrary partial implementation. by Bertho Stultiens · 26 years ago
  43. 574ef76 Added some SetLastError()s in GetProcAddress() and LoadLibrary(). by Marcus Meissner · 26 years ago
  44. 6903156 Allow NULL NE resource handler; call the default handler directly. by Ulrich Weigand · 26 years ago
  45. 1ff60f3 Fixed CreateProcessA so it can handle commandlines with arguments and no .exe. by Jess Haas · 26 years ago
  46. e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
  47. 0092390 Bugfix: cope with quoted arguments for CreateProcess(). by Ulrich Weigand · 26 years ago
  48. 5ffd2df Implementation for FreeLibraryAndExitThread. by Sergey Turchanov · 26 years ago
  49. f016752 Changed process initialisation to use the new server requests. by Alexandre Julliard · 26 years ago
  50. 892627b Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create(). by Ulrich Weigand · 26 years ago
  51. 4e5b116 Fix CreateProcess to handle lpCommandline better. by Peter Ganten · 26 years ago
  52. 1b938b1 Adapted to cursor/icon handling changes. by Ulrich Weigand · 26 years ago
  53. aa23b0b Bugfix: Allow lpCommandLine == NULL in CreateProcess(). by Ulrich Weigand · 26 years ago
  54. e518f47 Added support for quoted file names in CreateProcess(). by Andreas Mohr · 26 years ago
  55. 6e0d386 Process creation sequence reorganized: by Ulrich Weigand · 26 years ago
  56. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  57. 1d90d69 Modified process creation sequence: call PE_CreateModule in the by Ulrich Weigand · 26 years ago
  58. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  59. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  60. ca1bc86 Moves more stuff from windows.h. by Michael Veksler · 26 years ago
  61. f8e741b Take into account handle inheritance flag. by Alexandre Julliard · 26 years ago
  62. ffa2c6f Reorganized PE module loading to prepare for elf-dll loader. by Ulrich Weigand · 26 years ago
  63. 2aad33e LoadModule32/WinExec32 should return 16-bit hInstance/hTask. by Ulrich Weigand · 26 years ago
  64. d5e7c79 Some unnecessary #include and messages removed. by Marcus Meissner · 26 years ago
  65. d0fc60a Implementation of CreateProcess32W. by Juergen Schmied · 26 years ago
  66. 65064b9 LoadLibraryEx: show a warning when called with unimplemented parm. by Juergen Schmied · 26 years ago
  67. 7df1fbb Run Winelib applications as 32-bit processes in the initial task. by Ulrich Weigand · 26 years ago
  68. ebc543c Fixed several bugs with DLL initialization. by Ulrich Weigand · 26 years ago
  69. 73d6c13 Renamed all LPIMAGE_* types to PIMAGE_*. by Uwe Bonnes · 26 years ago
  70. a3527cf Implemented new PE DLL initalization code, trying to call the by Ulrich Weigand · 26 years ago
  71. d235b13 GetModuleFileName32A() returns long filename if app sets osversion >= by Alexander Larsson · 26 years ago
  72. 8220bc9 Generic dynamic dll loader using dl*() API. by Marcus Meissner · 26 years ago
  73. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  74. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  75. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  76. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  77. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  78. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  79. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  80. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  81. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  82. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  83. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  84. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  85. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  86. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  87. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  88. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  89. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  90. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  91. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  92. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  93. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  94. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  95. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  96. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  97. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  98. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  99. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  100. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720