1. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  2. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  3. 378fc22 Wrong handle was being closed. by Josh Thielen · 24 years ago
  4. e5b5af9 Fixed a few signed/unsigned and "unsigned < 0 always true" warnings. by Jörg Mayer · 24 years ago
  5. 7c4b140 Fixed HTASK/HTASK16 handle mismatch. by Alexandre Julliard · 24 years ago
  6. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  7. f899ef0 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  8. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  9. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  10. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  11. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  12. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  13. b9c9cdc - Added support for app-specific dll overrides using by Alexandre Julliard · 24 years ago
  14. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  15. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  16. ad8ef99 Fix the cmdline argument passed to NE_CreateThread to include string length. by Gerard Patel · 24 years ago
  17. 16a9a2d Don't call a NE DLL's DllEntryPoint twice during one single LoadModule() call. by Ulrich Weigand · 24 years ago
  18. 4f2df51 Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. by Alexandre Julliard · 24 years ago
  19. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  20. a77fd7d Added a specific debug channel for dll loading (builtin/native). by Gerard Patel · 24 years ago
  21. 105b0f4 Use the exe name and file handle we got from the server also when by Alexandre Julliard · 24 years ago
  22. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  23. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  24. acefd16 Prevent unaligned access to NE in-memory module data. by Ulrich Weigand · 24 years ago
  25. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  26. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  27. a67369e Changed LoadImage16 to take an LPCSTR instead of a SEGPTR. by Alexandre Julliard · 24 years ago
  28. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  29. e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
  30. b5e5555 Fixed Win16 documentation not fixed because of a bug in winapi_check. by Patrik Stridvall · 24 years ago
  31. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  32. 7afce0e Moved the few remaining functions in wprocs.dll to kernel.dll. by Alexandre Julliard · 24 years ago
  33. 32fcfc2 Removed "elfdll" load order option and updated documentation. by Alexandre Julliard · 24 years ago
  34. e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
  35. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  36. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  37. 5ce902b Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and by Alexandre Julliard · 24 years ago
  38. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  39. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  40. 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
  41. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  42. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  43. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  44. a761e3d Modified CallTo16Register routines to update register context after by Ulrich Weigand · 25 years ago
  45. c4a2644 Fixed NE_LoadExeHeader error handling. by Andreas Mohr · 25 years ago
  46. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  47. c7c4246 - Always store the full path name of 32bit modules in WINE_MODREF by Peter Ganten · 25 years ago
  48. 3496556 - made the MIDI sequencer error message much better for confused users by Andreas Mohr · 25 years ago
  49. dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
  50. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  51. 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
  52. 32936f0 Fixed resource functions to work with 32-bit modules that don't have a by Alexandre Julliard · 25 years ago
  53. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  54. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  55. 99e1e81 Return the proper error code when a 16-bit task failed to start by Alexandre Julliard · 25 years ago
  56. b18dbd2 Perform NE_InitProcess in the context of the new task. by Alexandre Julliard · 25 years ago
  57. 6f83a5e Doc and trace updates. by Andreas Mohr · 25 years ago
  58. 13c965c Make sure GetModuleFileName16 does not return garbage even if the path by Alexandre Julliard · 25 years ago
  59. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  60. 4d05761 Make sure hInstance is a proper global handle and not a selector value. by Bernd Herd · 25 years ago
  61. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  62. 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
  63. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  64. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  65. 9ad9636 Removed most calls to xmalloc/xrealloc. by Dimitrie O. Paun · 25 years ago
  66. 6cc47d4 Removed a lot of unnecessary includes and fixed the compile errors. by Patrik Stridvall · 25 years ago
  67. f2df6a2 Fixed second instance DGROUP loading. by Andreas Mohr · 25 years ago
  68. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  69. 4654c32 It seems to be GetModuleFileName16 that checks exe version on whether by Andreas Mohr · 25 years ago
  70. 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
  71. 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
  72. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  73. b2f6f0e Removed resource.h. by Alexandre Julliard · 25 years ago
  74. 8cd9351 - add some documentation items - fix some spelling - fix some warnings by Andreas Mohr · 25 years ago
  75. 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
  76. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  77. f008300 Bugfix: Added missing 'return' statement. by Ulrich Weigand · 25 years ago
  78. a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 25 years ago
  79. fe08849 Added typedef to insure compilation on all gcc&egcs versions. by Eric Pouech · 25 years ago
  80. 2149934 Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not by Ulrich Weigand · 25 years ago
  81. 237e8e9 Fixed 32-bit module name handling to conform better to Win9x. by Ulrich Weigand · 25 years ago
  82. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  83. 61206bd Simplified hInstance creation/handling. by Ulrich Weigand · 25 years ago
  84. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  85. e7957d6 Determine expected_version of PE buddies from the SubsystemVersion. by Ulrich Weigand · 25 years ago
  86. c715dea Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess. by Ulrich Weigand · 25 years ago
  87. 142d94e WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes by Marcus Meissner · 25 years ago
  88. 2a34385 Bugfix: When loading an executable module fails, don't perform module by Ulrich Weigand · 25 years ago
  89. 79077f3 Bugfix: Don't call GetVersionExA too early, to avoid breaking by Ulrich Weigand · 26 years ago
  90. c44ab1f Don't create thunk for task signal proc, call it directly. by Ulrich Weigand · 26 years ago
  91. a21fe34 Make sure we have a dgroup before patching prologs. by Michael Karcher · 26 years ago
  92. c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
  93. 7d8cfeb Removed IP_reg, SP_reg and FL_reg definitions to avoid potential by Alexandre Julliard · 26 years ago
  94. 5a08a02 Fixed the DSEG value in the SEGTABLEENTRY struct. by Andreas Mohr · 26 years ago
  95. 53477e4 GetModuleHandle16: treat Win32 modules correctly. by Ulrich Weigand · 26 years ago
  96. e5266e8 Add WINAPI for EntryAddrProc. by Uwe Bonnes · 26 years ago
  97. 5e59b1a Added support for 32-bit NE code segments. by Ulrich Weigand · 26 years ago
  98. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  99. 7b81ed4 Improved behaviour of GetModuleHandle16 w.r.t dummy modules. by Ulrich Weigand · 26 years ago
  100. 79a3f80 Made string compare case insensitive in GetModuleHandle16() as a by Marcus Meissner · 26 years ago