1. 378fc22 Wrong handle was being closed. by Josh Thielen · 24 years ago
  2. e5b5af9 Fixed a few signed/unsigned and "unsigned < 0 always true" warnings. by Jörg Mayer · 24 years ago
  3. 624cbd7 Fixes for Solaris X86. by Eric Pouech · 24 years ago
  4. da920ee Spelling fixes. by Andreas Mohr · 24 years ago
  5. 7c4b140 Fixed HTASK/HTASK16 handle mismatch. by Alexandre Julliard · 24 years ago
  6. 2344798 Fixed some warnings. by Patrik Stridvall · 24 years ago
  7. 5edf4e1 Removed a few unnecessary Callouts. by Alexandre Julliard · 24 years ago
  8. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  9. 5f728ca Removed HEAP_strdupA. by Alexandre Julliard · 24 years ago
  10. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  11. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  12. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  13. ca4fa36 Don't call SNOOP_RegisterDLL on builtins. by Alexandre Julliard · 24 years ago
  14. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  15. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  16. ed2f19a Put AC_DEFINE symbols definitions directly in the configure script so by Alexandre Julliard · 24 years ago
  17. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  18. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  19. 0ca9465 Removed unneeded inclusion of queue.h. by Alexandre Julliard · 24 years ago
  20. 8ff37b8 Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE. by Alexandre Julliard · 24 years ago
  21. c2bc22b Spelling fixes. by Andreas Mohr · 24 years ago
  22. 9abd553 Make snoop code take ordinal base into account. by Andreas Mohr · 24 years ago
  23. a67e648 Removed THREAD_IsWin16. by Alexandre Julliard · 24 years ago
  24. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  25. 2418edb Really free the memory on dll unload. by Alexandre Julliard · 24 years ago
  26. e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
  27. c9cf68d Uncommented the VirtualFree call on dll unload. by Alexandre Julliard · 24 years ago
  28. 10b3402 Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native by Ove Kaaven · 24 years ago
  29. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  30. 3e7497f Unified 16-bit and 32-bit scheduling a bit more. by Alexandre Julliard · 24 years ago
  31. 627c907 Don't load user32 too early on for 16-bit apps, so that app-specific by Alexandre Julliard · 24 years ago
  32. fde1b0c Added "*" wildcard entry to DllOverrides to replace DllDefaults by Alexandre Julliard · 24 years ago
  33. 671da9f Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls. by Alexandre Julliard · 24 years ago
  34. b77afe7 Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set. by Dmitry Timoshkov · 24 years ago
  35. b9c9cdc - Added support for app-specific dll overrides using by Alexandre Julliard · 24 years ago
  36. 3d0589a Fixed spelling/typos in comments. by Francois Gouget · 24 years ago
  37. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  38. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  39. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  40. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  41. 4ab1558 - Remove <string.h> from winnt.h. by Jon Griffiths · 24 years ago
  42. ad8ef99 Fix the cmdline argument passed to NE_CreateThread to include string length. by Gerard Patel · 24 years ago
  43. 3556e1f Display the importing dll in the 0xdeadbeef message. by Alexandre Julliard · 24 years ago
  44. 16a9a2d Don't call a NE DLL's DllEntryPoint twice during one single LoadModule() call. by Ulrich Weigand · 24 years ago
  45. 4f2df51 Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. by Alexandre Julliard · 24 years ago
  46. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  47. 1db20bf - Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions. by Jon Griffiths · 24 years ago
  48. a77fd7d Added a specific debug channel for dll loading (builtin/native). by Gerard Patel · 24 years ago
  49. 105b0f4 Use the exe name and file handle we got from the server also when by Alexandre Julliard · 24 years ago
  50. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  51. c4c7324 Forced loading of msacm32 when msacm is loaded. by Eric Pouech · 24 years ago
  52. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  53. acefd16 Prevent unaligned access to NE in-memory module data. by Ulrich Weigand · 24 years ago
  54. cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
  55. e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
  56. 55146db Fixed a few type clashes in preparation for the switch to STRICT. by François Gouget · 24 years ago
  57. e441d3c No longer try to load builtin library when loadorder is 'so'. by Alexandre Julliard · 24 years ago
  58. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  59. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  60. 014a8bb Do not call thread attach/detach routines during process exit to avoid by Alexandre Julliard · 24 years ago
  61. 5e5c52d DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names. by François Gouget · 24 years ago
  62. 9759140 Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines. by Ulrich Weigand · 24 years ago
  63. 807b045 Changed the type of Function to PDWORD as on Windows. by François Gouget · 24 years ago
  64. e675887 Work around glibc 2.1.x dlopen bug (again). by James Abbatiello · 24 years ago
  65. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  66. 751625e Got rid of main.h. by Alexandre Julliard · 24 years ago
  67. a67369e Changed LoadImage16 to take an LPCSTR instead of a SEGPTR. by Alexandre Julliard · 24 years ago
  68. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  69. 84f91bd Removed no longer used elfdll loader. by Alexandre Julliard · 24 years ago
  70. 886604c Always pass lower-case filenames to wine_dll_load(). by Alexandre Julliard · 24 years ago
  71. 8c91b08 Better error message for forwards. by Andreas Mohr · 24 years ago
  72. e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
  73. 697bf65 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  74. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  75. b5e5555 Fixed Win16 documentation not fixed because of a bug in winapi_check. by Patrik Stridvall · 24 years ago
  76. 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  77. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  78. 7afce0e Moved the few remaining functions in wprocs.dll to kernel.dll. by Alexandre Julliard · 24 years ago
  79. 32fcfc2 Removed "elfdll" load order option and updated documentation. by Alexandre Julliard · 24 years ago
  80. e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
  81. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  82. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  83. 256ac22 Display the name of the function when import failed. by Alexandre Julliard · 24 years ago
  84. 5ce902b Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and by Alexandre Julliard · 24 years ago
  85. ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
  86. fc2c5df Implemented TerminateApp needed for DBase 5.0. by Andreas Mohr · 24 years ago
  87. 5b21807 Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability. by Hidenori Takeshima · 24 years ago
  88. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  89. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  90. 0a8114c Raise an exception for unimplemented 16-bit entry points too. by Alexandre Julliard · 24 years ago
  91. da0acca Use DUMMYxxxNAME for anonymous struct/unions. by Francois Gouget · 24 years ago
  92. 3e38431 Don't strip the library extension if it's not ".dll". by Alexandre Julliard · 24 years ago
  93. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  94. e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
  95. 786c9a6 Get ELF_LoadLibraryExA back into a working state. by Andreas Mohr · 24 years ago
  96. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  97. 334a42f Fixed a few compilation warnings by Dimitrie O. Paun · 24 years ago
  98. cabee39 Free the Win16 dummy module and wm->deps. by Andreas Mohr · 24 years ago
  99. 0e236a1 Removed GetResDirEntryA/W. by Alexandre Julliard · 24 years ago
  100. a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago