1. 6ef9743 Align moveable blocks if the architecture requires it. by Ulrich Weigand · 24 years ago
  2. e709cdb Added support for composite Unicode characters in MultiByteToWideChar by Alexandre Julliard · 24 years ago
  3. cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
  4. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  5. 5801723 Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16. by Alexandre Julliard · 24 years ago
  6. f8b96e2 Make new edit control allocate its buffers with granularity 32 byte. by Dmitry Timoshkov · 24 years ago
  7. de25e6f Set last error in GlobalUnlock. by Alexandre Julliard · 24 years ago
  8. 00b86a9 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  9. 0b6a79c Converted enum_key_value request to the new request mechanism. by Alexandre Julliard · 24 years ago
  10. 6c8edaa Use getpagesize() instead of VIRTUAL_GetPageSize(). by Alexandre Julliard · 24 years ago
  11. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  12. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  13. 519346a Fixed miscellaneous typos, syntactic and grammatical errors. by Francois Gouget · 24 years ago
  14. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  15. e77bdbb Fixed crash in UnMapLS for pointers not belonging to the segptr heap. by Andreas Mohr · 24 years ago
  16. 71d68bb Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap. by Alexandre Julliard · 24 years ago
  17. fa940f5 VirtualQuery should return 0 for all addresses >= 0xc0000000. by Andreas Mohr · 24 years ago
  18. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  19. 8310aab Made HEAP_strdup* functions inline (temporary). by Alexandre Julliard · 24 years ago
  20. c34fe08 GlobalAlloc as GlobalAlloc16 should round size to 32. by Dmitry Timoshkov · 24 years ago
  21. 394e0eb Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to dlls/win32s. by Alexandre Julliard · 24 years ago
  22. 0b7a7bb Include config.h in files that test for constants defined in it. by Dimitrie O. Paun · 24 years ago
  23. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  24. 8c540c6 Replaced a few internal functions by exported ones. by Alexandre Julliard · 24 years ago
  25. da0acca Use DUMMYxxxNAME for anonymous struct/unions. by Francois Gouget · 24 years ago
  26. 85423c6 Added new library.h header for libwine definitions. by Alexandre Julliard · 24 years ago
  27. 278b3f0 Fixed 0/-1 mixup for indicating no mapping handle. by Alexandre Julliard · 24 years ago
  28. 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 24 years ago
  29. 16e92eb Removed unused LOCAL_LockSegptr. by Alexandre Julliard · 24 years ago
  30. ea5924c Return the correct value for dwTotalVirtual. by Francois Gouget · 24 years ago
  31. ec93635 Fixed multibyte handling in HEAP_strdupAtoW. by Alexandre Julliard · 24 years ago
  32. 2e7008c Allow freeing locked global memory handles. by Ulrich Weigand · 24 years ago
  33. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  34. b111b6d Validate access even if wrap past address 0 for IsBadStringPtr[A|W] by Guy Albertelli · 24 years ago
  35. 1563abe - stupid spelling fixes - some more loadorder array work by Andreas Mohr · 24 years ago
  36. 411faae Get rid of shared heap fixme messages. by Andreas Mohr · 24 years ago
  37. c0e3db9 Check for buffer overflows on data returns from RegQueryValueExA. by Marcus Meissner · 24 years ago
  38. 969515d Protect GlobalHandle() against bad parameters. by Lawson Whitney · 25 years ago
  39. d23f506 Introduced a new arena flag called GA_DOSMEM to distinguish between by Andreas Mohr · 25 years ago
  40. 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 25 years ago
  41. bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 25 years ago
  42. bf69803 Make sure we commit enough memory in a new subheap. by Andreas Mohr · 25 years ago
  43. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  44. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  45. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  46. 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
  47. 2a6acd3 Locks the virtual views linked list. by Gerard Patel · 25 years ago
  48. 0af222c Added SetLastError() in GetEnvironmentVariableA. by Andreas Mohr · 25 years ago
  49. 9edc7d0 Misc cleanups. by Alexandre Julliard · 25 years ago
  50. 6dbf67e Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap). by Alexandre Julliard · 25 years ago
  51. 5bb7464 Added VirtualAllocEx. by Andreas Mohr · 25 years ago
  52. 5bdf9b4 Fixed cut&paste typo. by Alexandre Julliard · 25 years ago
  53. 942dcb1 Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel). by Alexandre Julliard · 25 years ago
  54. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  55. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  56. 350c04b Fixed a couple of WINAPI issues with 16-bit spec files (thanks to by Alexandre Julliard · 25 years ago
  57. 2a2321b Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com> by Alexandre Julliard · 25 years ago
  58. c19e1a7 Implemented SEC_IMAGE mappings and shared PE sections (with the help by Alexandre Julliard · 25 years ago
  59. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  60. 198746d Replaced global Callbacks structure by appropriate glue code by Alexandre Julliard · 25 years ago
  61. c97bb4c Added Unicode ctype support. by Alexandre Julliard · 25 years ago
  62. aea7853 Added UTF-8 conversion support. by Alexandre Julliard · 25 years ago
  63. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  64. 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
  65. 3850c1a Moved most USER string functions to dlls/user. by Alexandre Julliard · 25 years ago
  66. 99443aa Committing a page of a shared mapping in one process lets it appear by Peter Ganten · 25 years ago
  67. 9f7907e Moved Wine private heap creation flags to other values. by Peter Ganten · 25 years ago
  68. 58d5a0a Removed some unnecessary inclusions of wingdi.h and winuser.h by Alexandre Julliard · 25 years ago
  69. d9b8f9b Added NULL pointer checks. by Wolfgang Schwotzer · 25 years ago
  70. 7b49914 Removed the hModule parameter from various DOSMEM routines, the DOSMEM by Ove Kaaven · 25 years ago
  71. cd770ea Temporarily moved advapi32 registry support back into libwine.so, and by Alexandre Julliard · 25 years ago
  72. d4eefeb Fix for supporting DBCS. by Hidenori Takeshima · 25 years ago
  73. 6ce2570 Set ansi/oem/mac code pages from current locale. by Alexandre Julliard · 25 years ago
  74. 34e10ee GetCommandLine should return non-const strings. by Hidenori Takeshima · 25 years ago
  75. 3d89dd3 Added (back) correct behavior for NULL ptrs in CharToOem funcs. by Eric Pouech · 25 years ago
  76. 3bcfb90 Fixed some OOM conditions in GlobalAlloc. by Eric Pouech · 25 years ago
  77. 73c32e7 Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W, by Dmitry Timoshkov · 25 years ago
  78. 261abcd Reimplemented Unicode case mapping in a slightly more efficient way. by Alexandre Julliard · 25 years ago
  79. d268c22 Added support for symbol codepage. by Alexandre Julliard · 25 years ago
  80. f7bf7ef Rewrote codepage support to use the new codepage tables. by Alexandre Julliard · 25 years ago
  81. 0072c88 Implement NTDLL.towupper and NTDLL.towlower using already existing by Dmitry Timoshkov · 25 years ago
  82. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  83. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  84. 4324b47 Delay loading of interrupt table functions until they are needed. by Alexandre Julliard · 25 years ago
  85. 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
  86. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  87. b8171e8 HeapFree on a NULL ptr should return TRUE. by Huw D M Davies · 25 years ago
  88. 62030ff Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block. by Alexandre Julliard · 25 years ago
  89. 72eb8d3 Use exception handling to implement the IsBad* functions. by Alexandre Julliard · 25 years ago
  90. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  91. 4d48dd3 Removed HEAP_xalloc. by Dimitrie O. Paun · 25 years ago
  92. bda3e66 Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to by Ove Kaaven · 25 years ago
  93. f93eb3e Authors: Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com> by Alexandre Julliard · 25 years ago
  94. 7827254 Get rid of HEAP_xrealloc. by Dimitrie O. Paun · 25 years ago
  95. 51f6aeb Implemented guard pages and stack overflow exceptions. by Alexandre Julliard · 25 years ago
  96. c43fdb7 GlobalReAlloc returns 0 on failure. by Huw D M Davies · 25 years ago
  97. e7dc390 Implemented HeapWalk(). by Andreas Mohr · 25 years ago
  98. 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
  99. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  100. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago