1. c37a126 Fixed prototype order. by Marcus Meissner · 26 years ago
  2. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  3. 0a1645d Inhibit wraparound in comparison. by Uwe Bonnes · 26 years ago
  4. 7147e4c Added an exception handler around a few lstr* functions. by Alexandre Julliard · 26 years ago
  5. b375678 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a SIGCONTEXT. by Alexandre Julliard · 26 years ago
  6. 81a8057 Bugfix: fixed freshly introduced bug in GlobalLock16. by Ulrich Weigand · 26 years ago
  7. 98b5f77 Added IsBadFlatReadWritePtr16(). by Ulrich Weigand · 26 years ago
  8. b2682d4 Bugfix: Return selector also in CX from GlobalLock16(). by Ulrich Weigand · 26 years ago
  9. b5151d0 Relay code for Win16 register functions converts arguments. by Ulrich Weigand · 26 years ago
  10. 83579c8 Fix bug with pasting Wine clipboard content to external applications, by Noel Borthwick · 26 years ago
  11. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  12. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  13. e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
  14. eaec1ee Fixed a case when GlobalSize did not return zero after an error. by Rein Klazes · 26 years ago
  15. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  16. c5711b4 Bugfix: correctly cope with end > 0xfffe. by Ulrich Weigand · 26 years ago
  17. 8e3201c Bugfix: LocalInit with start == 0 always places heap at end of segment. by Ulrich Weigand · 26 years ago
  18. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  19. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  20. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  21. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  22. c42dfdd Fixed Winelib compilation. by Alexandre Julliard · 26 years ago
  23. 9597e20 Include instruction emulation in Winelib. by Alexandre Julliard · 26 years ago
  24. fdcfdb9 Added missing/wrong includes. by Patrik Stridvall · 26 years ago
  25. 1aa2641 Use the normal environment routines to build the env db of the initial process. by Alexandre Julliard · 26 years ago
  26. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  27. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  28. 0a277b6 Adapted for new register functions support (ESP_reg in register by Alexandre Julliard · 26 years ago
  29. 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
  30. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  31. d38ae1f Call SetLastError in HeapCompact(). by Huw D M Davies · 26 years ago
  32. b6b8bf8 Fixed __builtin_return_address arg. by Alexandre Julliard · 26 years ago
  33. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  34. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  35. 2d12743 Made HeapValidate threadsafe, and added some macros to track callerEIP by Ove Kaaven · 26 years ago
  36. ff5ae3d Removed some includes of 16 bit API. by Michael Veksler · 26 years ago
  37. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  38. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  39. 284c9b9 Made SELECTOR_ReallocBlock preserve the current selector access rights by Alexandre Julliard · 26 years ago
  40. 05c0c8e Changed some debug messages from one channel to another, to clean up a by Dimitrie O. Paun · 26 years ago
  41. 942d8a6 lstrcpyA can't use strcpy. by Andreas Mohr · 26 years ago
  42. 34bf815 Got rid of SYSTEM_LOCK macros. by Alexandre Julliard · 26 years ago
  43. ec5b68e Make the system heap critical section global. by Alexandre Julliard · 26 years ago
  44. 1dc7cbd Fix OemToAnsiBuff for real Win31 behavior. by Gerard Patel · 26 years ago
  45. fe14ab6 CreateFileMapping SetLastError(0)s on newly created mappings. by Marcus Meissner · 26 years ago
  46. 064f170 More include optimisations and fixes. by Marcus Meissner · 26 years ago
  47. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  48. cb28bdc Added support for mappings with no associated file. by Alexandre Julliard · 26 years ago
  49. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  50. 219cfd8 Optimized away more includes, readded some #includes for necessary prototypes. by Marcus Meissner · 26 years ago
  51. d6cb784 Removed MEM_MAPPED_FILE_Ops. by Alexandre Julliard · 26 years ago
  52. 4ede296 Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt / by Marcus Meissner · 26 years ago
  53. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  54. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  55. 29a96e1 Change type of mode argument to GETVDMPOINTER32W from DWORD to Word by Uwe Bonnes · 26 years ago
  56. 3db8e19 Fixed GlobalSize return value for zero size block. by Guy Albertelli · 26 years ago
  57. 4f85bad Change fault handler 'addr' argument to LPCVOID. by Ulrich Weigand · 26 years ago
  58. 90c245c Bugfix: Preserve EAX in UnMapSLFixArray(). by Ulrich Weigand · 26 years ago
  59. 16bdc25 Implemented KERNEL.434 (UnicodeToAnsi). by Ulrich Weigand · 26 years ago
  60. 0ad42fa Added a lot of new error definitions. by Alexandre Julliard · 26 years ago
  61. a6af1f7 Check for NULL in lstrcpy* (Windows uses real exception handlers). by Marcus Meissner · 26 years ago
  62. 12e2d83 Fixed FILE_VIEW struct initialisation. by Marcus Meissner · 26 years ago
  63. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  64. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  65. 74304fc Fixed bug in CreateFileMapping when name is not NULL. by Alexandre Julliard · 26 years ago
  66. 13cec5e Put return value of LocalAlloc in CX too. by Richard A Lough · 26 years ago
  67. 881708c Use server file mapping objects. by Alexandre Julliard · 26 years ago
  68. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  69. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  70. 0c0e3be Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com> by Alexandre Julliard · 26 years ago
  71. a00b49f - Several kernel.spec return type mismatch fixes by Andreas Mohr · 26 years ago
  72. 88065ba Handle atoms "# non number" (oracle client). by Marcus Meissner · 26 years ago
  73. 23e9b04 Implemented GlobalChangeLockCount (KERNEL.365). by Ulrich Weigand · 26 years ago
  74. 416d39e Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446). by Ulrich Weigand · 26 years ago
  75. 59c4a32 Return the "buffers" and "cached" memory as free since it is by Stephen Crowley · 26 years ago
  76. afda9a3 Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption. by Ulrich Weigand · 26 years ago
  77. 737fa07 Small atom fixes. by Alexandre Julliard · 26 years ago
  78. 735bec0 Clean invalid selectors on the pop %xs from the STACKFRAME itself by Marcus Meissner · 26 years ago
  79. ebc2b77 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic. by Juergen Schmied · 26 years ago
  80. 29f5441 Changed some of the message classes. by Huw D M Davies · 26 years ago
  81. c57974d Corrected bug in TRACE function. by Lionel Ulmer · 26 years ago
  82. 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
  83. 9e29021 Adapted to separation between KERNEL and USER. by Ulrich Weigand · 26 years ago
  84. 6f36e64 Changed many WARN()s related to internal Wine memory failures to ERR()s. by Andreas Mohr · 26 years ago
  85. 9fd5ceb Removed the FIXME() and moved SetLastError(0) to the end (so that by Marcus Meissner · 26 years ago
  86. 8338329 Anon shared mapping fixed for file sharing. by Marcus Meissner · 26 years ago
  87. 51e3046 Delete the filename for the mapping instantly. by Marcus Meissner · 26 years ago
  88. e8d281d Changed some string-shell32 functions to 32AW, parameter are by Juergen Schmied · 26 years ago
  89. af026d7 Support anon shared mappings using temporary files (wont be deleted yet). by Marcus Meissner · 26 years ago
  90. 19aa3a7 Added VIRTUAL_MapFileW to map file to memory in one function call. by Turchanov Sergey · 26 years ago
  91. c474065 Added FIXME() for a slightly incorrect implementation in CreateFileMapping by Marcus Meissner · 26 years ago
  92. 3888246 Bugfix: Local32Free caused free handles list corruption. by Ulrich Weigand · 26 years ago
  93. bf5f693 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments. by Ulrich Weigand · 26 years ago
  94. 85a7ff4 GlobalFix16 is supposed to return selector to the memory area. by Ulrich Weigand · 26 years ago
  95. 39413f8 Small fixes. by David Luyer · 26 years ago
  96. c0d52e0 Initial revision by Alexandre Julliard · 26 years ago
  97. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  98. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  99. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  100. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726