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