1. d268c22 Added support for symbol codepage. by Alexandre Julliard · 25 years ago
  2. f7bf7ef Rewrote codepage support to use the new codepage tables. by Alexandre Julliard · 25 years ago
  3. 0072c88 Implement NTDLL.towupper and NTDLL.towlower using already existing by Dmitry Timoshkov · 25 years ago
  4. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  5. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  6. 4324b47 Delay loading of interrupt table functions until they are needed. by Alexandre Julliard · 25 years ago
  7. 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
  8. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  9. b8171e8 HeapFree on a NULL ptr should return TRUE. by Huw D M Davies · 25 years ago
  10. 62030ff Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block. by Alexandre Julliard · 25 years ago
  11. 72eb8d3 Use exception handling to implement the IsBad* functions. by Alexandre Julliard · 25 years ago
  12. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  13. 4d48dd3 Removed HEAP_xalloc. by Dimitrie O. Paun · 25 years ago
  14. bda3e66 Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to by Ove Kaaven · 25 years ago
  15. f93eb3e Authors: Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com> by Alexandre Julliard · 25 years ago
  16. 7827254 Get rid of HEAP_xrealloc. by Dimitrie O. Paun · 25 years ago
  17. 51f6aeb Implemented guard pages and stack overflow exceptions. by Alexandre Julliard · 25 years ago
  18. c43fdb7 GlobalReAlloc returns 0 on failure. by Huw D M Davies · 25 years ago
  19. e7dc390 Implemented HeapWalk(). by Andreas Mohr · 25 years ago
  20. 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
  21. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  22. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  23. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  24. fdc1065 Added (correct) prototype for HeapWalk. by Francois Gouget · 25 years ago
  25. 9ad9636 Removed most calls to xmalloc/xrealloc. by Dimitrie O. Paun · 25 years ago
  26. 3c506fa Added an exception frame for lstrcpy16. by Andreas Mohr · 25 years ago
  27. c2ec368 Removed PROCESS_IsCurrent(). by Alexandre Julliard · 25 years ago
  28. 7e9913f Fixed some warnings. by Patrik Stridvall · 25 years ago
  29. fddbcf3 Actual write the cached struct in GlobalMemoryStatus. by Marcus Meissner · 25 years ago
  30. 6189c19 Some applications call GlobalMemoryStatus() very often. Cache the by Marcus Meissner · 25 years ago
  31. ea4f831 Fixed some Solaris specific assembler problems. by Patrik Stridvall · 25 years ago
  32. 9f50d04 Fixed definition of the RtlMemory functions. Use macros internally and by Juergen Schmied · 25 years ago
  33. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  34. bcb7f4e Bug fix for native USER. by Alexandre Julliard · 25 years ago
  35. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  36. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  37. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  38. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  39. 079fd72 Share the system heap between different address spaces. Made process by Alexandre Julliard · 25 years ago
  40. d1e3d8d Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by by Dmitry Timoshkov · 25 years ago
  41. 4ef6413 Fix problems with GlobalHandle and GlobalFree so results match Win98. by Guy Albertelli · 25 years ago
  42. 9867997 Added null check in GlobalHandle. by Guy Albertelli · 25 years ago
  43. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  44. e73b8b8 Wrapped some strings in a debugstr_* call. by Francois Gouget · 25 years ago
  45. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  46. 3531ea5 Removed fixme. by Juergen Schmied · 25 years ago
  47. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  48. 3ee1c03 Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly. by Ulrich Weigand · 25 years ago
  49. 453f731 Fixed allocation rounding for MEM_RESERVE. by Alexandre Julliard · 25 years ago
  50. eb94c7d Adapted to new register function handling. by Ulrich Weigand · 25 years ago
  51. 0be7cab When decommitting, remap zero pages using MAP_FIXED. by Ulrich Weigand · 25 years ago
  52. 6cd2c9e Remap zero-pages when decomitting a page range (based on a patch by by Alexandre Julliard · 25 years ago
  53. 161693e Addresses issues with multiple processes accessing non-global critical sections. by James Abbatiello · 25 years ago
  54. 9fcbc54 Modified lstrcpynWtoA to put terminating null at end of string, not by Michael McCormack · 25 years ago
  55. 7d6e1ea Bug fix. by Andreas Mohr · 25 years ago
  56. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  57. 6355608 Tidy up TRACE etc to use default channel. by Richard Cohen · 26 years ago
  58. f4fca7c Eliminated warnings. by Patrik Stridvall · 26 years ago
  59. 3b96efc Added configure check for str[n]casecmp. by Alexandre Julliard · 26 years ago
  60. d10ca9c Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel). by Alexandre Julliard · 26 years ago
  61. 73bd8d2 HEAP_Commit/Decommit were assuming a page size of 4KB unconditionally. by Ulrich Weigand · 26 years ago
  62. c37a126 Fixed prototype order. by Marcus Meissner · 26 years ago
  63. c3d9f28 Moved implementation of WOW routines to single file. by Ulrich Weigand · 26 years ago
  64. 0a1645d Inhibit wraparound in comparison. by Uwe Bonnes · 26 years ago
  65. 7147e4c Added an exception handler around a few lstr* functions. by Alexandre Julliard · 26 years ago
  66. b375678 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a SIGCONTEXT. by Alexandre Julliard · 26 years ago
  67. 81a8057 Bugfix: fixed freshly introduced bug in GlobalLock16. by Ulrich Weigand · 26 years ago
  68. 98b5f77 Added IsBadFlatReadWritePtr16(). by Ulrich Weigand · 26 years ago
  69. b2682d4 Bugfix: Return selector also in CX from GlobalLock16(). by Ulrich Weigand · 26 years ago
  70. b5151d0 Relay code for Win16 register functions converts arguments. by Ulrich Weigand · 26 years ago
  71. 83579c8 Fix bug with pasting Wine clipboard content to external applications, by Noel Borthwick · 26 years ago
  72. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  73. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  74. e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
  75. eaec1ee Fixed a case when GlobalSize did not return zero after an error. by Rein Klazes · 26 years ago
  76. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  77. c5711b4 Bugfix: correctly cope with end > 0xfffe. by Ulrich Weigand · 26 years ago
  78. 8e3201c Bugfix: LocalInit with start == 0 always places heap at end of segment. by Ulrich Weigand · 26 years ago
  79. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  80. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  81. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  82. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  83. c42dfdd Fixed Winelib compilation. by Alexandre Julliard · 26 years ago
  84. 9597e20 Include instruction emulation in Winelib. by Alexandre Julliard · 26 years ago
  85. fdcfdb9 Added missing/wrong includes. by Patrik Stridvall · 26 years ago
  86. 1aa2641 Use the normal environment routines to build the env db of the initial process. by Alexandre Julliard · 26 years ago
  87. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  88. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  89. 0a277b6 Adapted for new register functions support (ESP_reg in register by Alexandre Julliard · 26 years ago
  90. 896889f ANSI C fixes. by Patrik Stridvall · 26 years ago
  91. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  92. d38ae1f Call SetLastError in HeapCompact(). by Huw D M Davies · 26 years ago
  93. b6b8bf8 Fixed __builtin_return_address arg. by Alexandre Julliard · 26 years ago
  94. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  95. c7a8dde #pragma pack(?) changed to #include "*pack*.h" by Patrik Stridvall · 26 years ago
  96. 2d12743 Made HeapValidate threadsafe, and added some macros to track callerEIP by Ove Kaaven · 26 years ago
  97. ff5ae3d Removed some includes of 16 bit API. by Michael Veksler · 26 years ago
  98. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  99. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  100. 284c9b9 Made SELECTOR_ReallocBlock preserve the current selector access rights by Alexandre Julliard · 26 years ago