1. 01c8ec3 Spelling/error messages fixes. by Andreas Mohr · 23 years ago
  2. cb934a1 Removed a couple of now obsolete FIXMEs. by Eric Pouech · 23 years ago
  3. c4912ec Don't strip out .exe extension. by Alexandre Julliard · 23 years ago
  4. 6db8aba Removed service thread support. by Alexandre Julliard · 23 years ago
  5. 55ce53d Properly handle loadorder specifications containing a .dll extension. by Alexandre Julliard · 23 years ago
  6. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  7. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  8. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  9. 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  10. 6478164 Do not use the PEB lock as loader lock, use a separate critical by Alexandre Julliard · 23 years ago
  11. cd3afa8 LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not by Alexandre Julliard · 23 years ago
  12. ca5b201 Prevent trying to handle uninitialised memory as a string. by Bill Medland · 23 years ago
  13. 7c822cc Removed obsolete dosmod. by Alexandre Julliard · 23 years ago
  14. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  15. d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  16. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  17. 8eeed94 Export DestroyIcon32 from user32 and use GetProcAddress to call it by Alexandre Julliard · 23 years ago
  18. ffc9df2 do_relocations: process relocation blocks with a VirtualAddress of 0, by Andrew Lewycky · 23 years ago
  19. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  20. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  21. 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
  22. 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
  23. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  24. ac2e4f1 Don't keep main exe and dlls handles open when the file is on removable media. by Alexandre Julliard · 23 years ago
  25. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  26. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  27. b60c4ce Don't print NULL strings (crashes on Solaris). by Francois Gouget · 23 years ago
  28. f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
  29. 9dc5b97 Only use winsock2.h in Wine. by Francois Gouget · 24 years ago
  30. 65fc1c9 Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx. by Bill Medland · 24 years ago
  31. 378fc22 Wrong handle was being closed. by Josh Thielen · 24 years ago
  32. e5b5af9 Fixed a few signed/unsigned and "unsigned < 0 always true" warnings. by Jörg Mayer · 24 years ago
  33. 624cbd7 Fixes for Solaris X86. by Eric Pouech · 24 years ago
  34. da920ee Spelling fixes. by Andreas Mohr · 24 years ago
  35. 7c4b140 Fixed HTASK/HTASK16 handle mismatch. by Alexandre Julliard · 24 years ago
  36. 2344798 Fixed some warnings. by Patrik Stridvall · 24 years ago
  37. 5edf4e1 Removed a few unnecessary Callouts. by Alexandre Julliard · 24 years ago
  38. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  39. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  40. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  41. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  42. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  43. ca4fa36 Don't call SNOOP_RegisterDLL on builtins. by Alexandre Julliard · 24 years ago
  44. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  45. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  46. ed2f19a Put AC_DEFINE symbols definitions directly in the configure script so by Alexandre Julliard · 24 years ago
  47. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  48. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  49. 0ca9465 Removed unneeded inclusion of queue.h. by Alexandre Julliard · 24 years ago
  50. 8ff37b8 Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE. by Alexandre Julliard · 24 years ago
  51. c2bc22b Spelling fixes. by Andreas Mohr · 24 years ago
  52. 9abd553 Make snoop code take ordinal base into account. by Andreas Mohr · 24 years ago
  53. a67e648 Removed THREAD_IsWin16. by Alexandre Julliard · 24 years ago
  54. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  55. 2418edb Really free the memory on dll unload. by Alexandre Julliard · 24 years ago
  56. e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
  57. c9cf68d Uncommented the VirtualFree call on dll unload. by Alexandre Julliard · 24 years ago
  58. 10b3402 Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native by Ove Kaaven · 24 years ago
  59. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  60. 3e7497f Unified 16-bit and 32-bit scheduling a bit more. by Alexandre Julliard · 24 years ago
  61. 627c907 Don't load user32 too early on for 16-bit apps, so that app-specific by Alexandre Julliard · 24 years ago
  62. fde1b0c Added "*" wildcard entry to DllOverrides to replace DllDefaults by Alexandre Julliard · 24 years ago
  63. 671da9f Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls. by Alexandre Julliard · 24 years ago
  64. b77afe7 Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set. by Dmitry Timoshkov · 24 years ago
  65. b9c9cdc - Added support for app-specific dll overrides using by Alexandre Julliard · 24 years ago
  66. 3d0589a Fixed spelling/typos in comments. by Francois Gouget · 24 years ago
  67. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  68. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  69. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  70. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  71. 4ab1558 - Remove <string.h> from winnt.h. by Jon Griffiths · 24 years ago
  72. ad8ef99 Fix the cmdline argument passed to NE_CreateThread to include string length. by Gerard Patel · 24 years ago
  73. 3556e1f Display the importing dll in the 0xdeadbeef message. by Alexandre Julliard · 24 years ago
  74. 16a9a2d Don't call a NE DLL's DllEntryPoint twice during one single LoadModule() call. by Ulrich Weigand · 24 years ago
  75. 4f2df51 Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. by Alexandre Julliard · 24 years ago
  76. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  77. 1db20bf - Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions. by Jon Griffiths · 24 years ago
  78. a77fd7d Added a specific debug channel for dll loading (builtin/native). by Gerard Patel · 24 years ago
  79. 105b0f4 Use the exe name and file handle we got from the server also when by Alexandre Julliard · 24 years ago
  80. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  81. c4c7324 Forced loading of msacm32 when msacm is loaded. by Eric Pouech · 24 years ago
  82. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  83. acefd16 Prevent unaligned access to NE in-memory module data. by Ulrich Weigand · 24 years ago
  84. cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
  85. e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
  86. 55146db Fixed a few type clashes in preparation for the switch to STRICT. by François Gouget · 24 years ago
  87. e441d3c No longer try to load builtin library when loadorder is 'so'. by Alexandre Julliard · 24 years ago
  88. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  89. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  90. 014a8bb Do not call thread attach/detach routines during process exit to avoid by Alexandre Julliard · 24 years ago
  91. 5e5c52d DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names. by François Gouget · 24 years ago
  92. 9759140 Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines. by Ulrich Weigand · 24 years ago
  93. 807b045 Changed the type of Function to PDWORD as on Windows. by François Gouget · 24 years ago
  94. e675887 Work around glibc 2.1.x dlopen bug (again). by James Abbatiello · 24 years ago
  95. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  96. 751625e Got rid of main.h. by Alexandre Julliard · 24 years ago
  97. a67369e Changed LoadImage16 to take an LPCSTR instead of a SEGPTR. by Alexandre Julliard · 24 years ago
  98. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  99. 84f91bd Removed no longer used elfdll loader. by Alexandre Julliard · 24 years ago
  100. 886604c Always pass lower-case filenames to wine_dll_load(). by Alexandre Julliard · 24 years ago