1. 6ba5914 Fixed silly EINTR bug with starting dosmod. by Ove Kaaven · 26 years ago
  2. c319c66 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and by Ulrich Weigand · 26 years ago
  3. d88e766 Bugfix: Prevent null-pointer dereference in TRACE argument list in by Bertho Stultiens · 26 years ago
  4. 8b36b63 Fixed wrong NE module registration so that resources work. by Bertho Stultiens · 26 years ago
  5. 6315a7f Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better. by Ulrich Weigand · 26 years ago
  6. e54d4d1 Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait() by Ove Kaaven · 26 years ago
  7. 2b89880 glide2x loadorder is "so,native". by Marcus Meissner · 26 years ago
  8. fdd6429 Release Win16Lock when calling LoadLibrary32 from 16-bit code. by Ulrich Weigand · 26 years ago
  9. 0a277b6 Adapted for new register functions support (ESP_reg in register by Alexandre Julliard · 26 years ago
  10. b6ecb9a Changed some error handling a bit. by Alexandre Julliard · 26 years ago
  11. 4cd0776 Use OpenFile() to test for file existence, so that the path gets searched. by Alexandre Julliard · 26 years ago
  12. f445ba7 Fixed extension handling in LoadLibrary16. by Uwe Bonnes · 26 years ago
  13. 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
  14. 6e709a1 Bugfix: get_sobasename was off by one pointer increment. by Ulrich Czekalla · 26 years ago
  15. e9caf93 Removed TIMER_SwitchQueue. by Ulrich Weigand · 26 years ago
  16. 013d088 Stop winelib programs on fault instead of endless faultlooping. by Marcus Meissner · 26 years ago
  17. 1c971e3 Some initialization sequence bugfixes: by Ulrich Weigand · 26 years ago
  18. b613a10 Bugfix: all PE modules were marked 'internal'. by Ulrich Weigand · 26 years ago
  19. ef61c0b Initialize WIN_CritSection earlier. by Ulrich Weigand · 26 years ago
  20. 70b2e38 Fixed various stupid bugs in services thread routines. by Ulrich Weigand · 26 years ago
  21. 6ce4006 Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16. by Ulrich Weigand · 26 years ago
  22. b8fa296 Load system DLLs into WineLib applications. by Ulrich Weigand · 26 years ago
  23. 481a8e2 Bug fixes. by Alexandre Julliard · 26 years ago
  24. 1c4c409 Don't initialise the stacks for 32-bit processes. by Alexandre Julliard · 26 years ago
  25. e8c6a08 Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  26. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  27. 281c927 - got rid of all the internal MM tweaks to load builtin MCI by Eric Pouech · 26 years ago
  28. 4f6d7f3 Fix CreateProcessA to implement correct actions on ambiguous command by Guy Albertelli · 26 years ago
  29. 0148558 Only try to append ".dll" if a library is loaded implicitely. by Bertho Stultiens · 26 years ago
  30. 7168070 The load order parser should not always complain about extensions. by Bertho Stultiens · 26 years ago
  31. abd79dd Fixed loading of native NE dlls. by Eric Pouech · 26 years ago
  32. d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
  33. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  34. 658191e wine.conf should not overrule content of burned in data in loadorder.c. by Eric Pouech · 26 years ago
  35. 333d1e2 debug.h must be last in list of includes. by Marcus Meissner · 26 years ago
  36. 287f1f0 Return 32-bit module in GetModuleHandle16() if appropriate. by Ulrich Weigand · 26 years ago
  37. a739a69 Use DllOverrides from wine.ini as defaults also in by Marcus Meissner · 26 years ago
  38. f070fda autoconf fixes and cleanups (check for dlopen() in libc too). by Marcus Meissner · 26 years ago
  39. 8102f74 #else branch compile fix. by Gerald Pfeifer · 26 years ago
  40. 3b5c29f Change wine's dlopen search-patch strategy not using the environment by Bertho Stultiens · 26 years ago
  41. f4b6e82 Do not increment module refCount if self is loaded from within by Bertho Stultiens · 26 years ago
  42. 964e046 Reimplementation of GetModuleHandle16 according to how win95 handles by Bertho Stultiens · 26 years ago
  43. 94bb5bb Removed non-portable hacks and replaced them with more general versions. by Bertho Stultiens · 26 years ago
  44. af5745f Attach notifications must be send after all recursive dependencies are by Bertho Stultiens · 26 years ago
  45. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  46. 3c9cf42 Removed extra call to TASK_StartTask. by Alexandre Julliard · 26 years ago
  47. 85aac70 Fixed memory freeing. by Eric Pouech · 26 years ago
  48. db000ee Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho by Alexandre Julliard · 26 years ago
  49. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  50. cebb2f1 New files to support load order and partial stubs for elfdlls. by Bertho Stultiens · 26 years ago
  51. a8f8bef Fix ambiguous else warning. by Kevin Holbrook · 26 years ago
  52. d8a8b00 Disable AC bit on receiving alignment exceptions. by Marcus Meissner · 26 years ago
  53. dca5e56 - Implemented proper ("real", compressed) Win16 entry tables. by Andreas Mohr · 26 years ago
  54. f31ec0b FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as by Marcus Meissner · 26 years ago
  55. d1e2239 Bugfix: Always release the Win16Lock in TASK_Reschedule. by Ulrich Weigand · 26 years ago
  56. c260638 - Started multithreading for FreeBSD (incomplete, but some by Marcus Meissner · 26 years ago
  57. 7761cbe Implemented 'kernel services thread'. by Ulrich Weigand · 26 years ago
  58. 1b34697 FreeLibrary partial implementation. by Bertho Stultiens · 26 years ago
  59. 2e65876 Send USIG_PROCESS_CREATE signal. by Ulrich Weigand · 26 years ago
  60. c6ba863 GetModuleFromPath now checks for loaded modules via filenames which by Bertho Stultiens · 26 years ago
  61. 574ef76 Added some SetLastError()s in GetProcAddress() and LoadLibrary(). by Marcus Meissner · 26 years ago
  62. 240bdac Made DOSVM_GetTimer survive EAGAIN errors... by Ove Kaaven · 26 years ago
  63. e392a0c Added USER32.UserSignalProc to Callout table. by Ulrich Weigand · 26 years ago
  64. 8139c30 Implemented PROCESS_CallUserSignalProc(). by Ulrich Weigand · 26 years ago
  65. 9c6735e "foo" was not translated to "foo.so" in elf loader. by Marcus Meissner · 26 years ago
  66. 6903156 Allow NULL NE resource handler; call the default handler directly. by Ulrich Weigand · 26 years ago
  67. 1ff60f3 Fixed CreateProcessA so it can handle commandlines with arguments and no .exe. by Jess Haas · 26 years ago
  68. 0f6efae Fixed GetModuleHandle16. by Jess Haas · 26 years ago
  69. d208d82 Empty DOSVM_QueueEvent for !MZ_SUPPORTED. by Marcus Meissner · 26 years ago
  70. e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
  71. da5779e Allow UserYield16 to be called from 32-bit thread. by Ulrich Weigand · 26 years ago
  72. 35ffc5d Made the timer code thread safe. by Stephane Lussier · 26 years ago
  73. 5394258 Added infrastructure and definitions for general-purpose event and IRQ by Ove Kaaven · 26 years ago
  74. 9ea09ca Added handling of SIGUSR2 for the new event interruption handling, by Ove Kaaven · 26 years ago
  75. 0092390 Bugfix: cope with quoted arguments for CreateProcess(). by Ulrich Weigand · 26 years ago
  76. 919a810 Fixed typo in SizeofResource(). by Ulrich Weigand · 26 years ago
  77. ad2ffe5 Cosmetics. by Andreas Mohr · 26 years ago
  78. 5ffd2df Implementation for FreeLibraryAndExitThread. by Sergey Turchanov · 26 years ago
  79. 93b23d7 Run Win32 processes in their own threads. Process exit sequence adapted. by Ulrich Weigand · 26 years ago
  80. f016752 Changed process initialisation to use the new server requests. by Alexandre Julliard · 26 years ago
  81. 3292030 Fixed typo. by Andreas Mohr · 26 years ago
  82. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  83. 892627b Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create(). by Ulrich Weigand · 26 years ago
  84. b211ec4 Fix compiler warnings. by Ulrich Weigand · 26 years ago
  85. 7f95bb7 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage* code. by Marcus Meissner · 26 years ago
  86. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  87. 5d1d777 Added tracing for delayed imports and removed the fixme. by Theodore S. Hetke · 26 years ago
  88. f59d2f6 Make GetModuleHandle16 only look for module names, not path names. by Uwe Bonnes · 26 years ago
  89. 4e5b116 Fix CreateProcess to handle lpCommandline better. by Peter Ganten · 26 years ago
  90. 1a27fe6 Mask out the upper 12 bits from the resourceid, just like win95 does. by Marcus Meissner · 26 years ago
  91. 1442253 Deleted NE_FreePEResource(). by Ulrich Weigand · 26 years ago
  92. 1b938b1 Adapted to cursor/icon handling changes. by Ulrich Weigand · 26 years ago
  93. 0511282 Allow accessing both NE and PE resources with both 16- and 32-bit API. by Ulrich Weigand · 26 years ago
  94. aa23b0b Bugfix: Allow lpCommandLine == NULL in CreateProcess(). by Ulrich Weigand · 26 years ago
  95. 3de2509 Fix use of wrong prototype from ntdll.h. by Juergen Schmied · 26 years ago
  96. de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
  97. e518f47 Added support for quoted file names in CreateProcess(). by Andreas Mohr · 26 years ago
  98. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  99. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  100. 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago