1. 996baf6 Transmit the Windows PATH to child processes using the WINEPATH variable. by Alexandre Julliard · 22 years ago
  2. d25e039 Add support for interrupts in 32-bit code. by Jukka Heinonen · 22 years ago
  3. 2fbd4a0 Implement GetUserDefaultUILanguage and GetSystemDefaultUILanguage. by Steve Lustbader · 22 years ago
  4. c8ab54d Fixed atom test to work on Windows. by Dmitry Timoshkov · 23 years ago
  5. 3139b92 Added a prototype code page test. Fixed issue regarding negative by Dmitry Timoshkov · 23 years ago
  6. b5bb32c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  7. 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
  8. 341b7dc Implemented the ntdll virtual memory functions, and made the kernel by Alexandre Julliard · 23 years ago
  9. b7fa637 Fixed import directory limits (spotted by Jan Kratochvil). by Alexandre Julliard · 23 years ago
  10. fb40a72 Copied the registry functions needed by VMM into device.c and got rid by Alexandre Julliard · 23 years ago
  11. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  12. 51e6c0c MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  13. 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  14. aface53 Fixed a number of dll separation issues. by Alexandre Julliard · 23 years ago
  15. d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
  16. b967834 Added unit test for environment functions and fixed some bugs. by Dmitry Timoshkov · 23 years ago
  17. 09570ed MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  18. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  19. 07b6a62 lstrcpyn[AW] count should be considered unsigned. by Alexandre Julliard · 23 years ago
  20. 66e3183 Fixed GetLocaleInfoW to handle Unicode properly and completed by Alexandre Julliard · 23 years ago
  21. 4ced7ef Use the "new" LDT set call on Linux. by Alexandre Julliard · 23 years ago
  22. ca6dbf7 Don't change base in map_image since we use it later on. Added some tracing. by Alexandre Julliard · 23 years ago
  23. 636cfc5 Set user address space limit to 0xc0000000. by Alexandre Julliard · 23 years ago
  24. 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
  25. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  26. 29f265f Set the correct permissions on the PE image sections. by Alexandre Julliard · 23 years ago
  27. 17eb169 Make compile on NetBSD. by Bang Jun-Young · 23 years ago
  28. c1dddbe RegEnumValue[AW] need to update the data size on buffer overflow by Alexandre Julliard · 23 years ago
  29. 13bfbc9 Fixed lstrcpynA debug tracing. by Tommy Schultz Lassen · 23 years ago
  30. a010932 More explicit initialization of info_size for stupid compilers. by Alexandre Julliard · 23 years ago
  31. 7c4cb51 Cast void* to char* for pointer arithmetic. by Gregg Mattinson · 23 years ago
  32. ac90ba9 Authors: Huw D M Davies <hdavies@codeweavers.com>, Aric Stewart <aric@codeweavers.com> by Alexandre Julliard · 23 years ago
  33. bc524e9 Avoid loading programs into the DOS memory area. by Alexandre Julliard · 23 years ago
  34. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  35. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  36. 7fbd74e Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues. by Alexandre Julliard · 23 years ago
  37. 6044307 A few fixes for mingw cross-compilation. by Alexandre Julliard · 23 years ago
  38. 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
  39. 702b158 Export global argc/argv variables from libwine and remove the by Alexandre Julliard · 23 years ago
  40. 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
  41. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  42. cfa6f09 When using MapSL, 32-bit addresses are no longer truncated into 16-bit by Jukka Heinonen · 23 years ago
  43. 2481581 Build an explicit argument structure for mmap instead of relying on by Alexandre Julliard · 23 years ago
  44. 757e7cb Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock with standard Win16 by Andreas Mohr · 23 years ago
  45. f41ecf3 Support for getting memory size on FreeBSD. by Olivier Houchard · 23 years ago
  46. 3751ff0 MS C related changes. by Patrik Stridvall · 23 years ago
  47. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  48. cacbe21 Add return traces to GlobalMemoryStatus, GetSystemInfo and fixme in by Andreas Mohr · 23 years ago
  49. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  50. fdd6664 Make sure the import directory is not in shared memory. by Alexandre Julliard · 23 years ago
  51. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  52. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  53. c59655e Reimplement GetStringTypeA and GetStringTypeExA. by Dmitry Timoshkov · 23 years ago
  54. 5016e92 Added support for cleaning up the TEB from inside the exiting thread. by Alexandre Julliard · 23 years ago
  55. 77dc009 Fixed bug in system heap creation when it already exists. by Alexandre Julliard · 23 years ago
  56. 9788815 GlobalReAlloc16: If heap has GlobalPageLock set, try only with by Uwe Bonnes · 23 years ago
  57. b0f5861 Moved heap functions to ntdll. by Alexandre Julliard · 23 years ago
  58. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  59. 9aa748c Added error message in LOCAL_GetBlock(). by Rein Klazes · 23 years ago
  60. 60fd03d Use ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte by Alexandre Julliard · 23 years ago
  61. 996c0bf Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte by Alexandre Julliard · 23 years ago
  62. c5ec018 map_image: map the PE header readonly. by Andrew Lewycky · 23 years ago
  63. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  64. b0fa2a8 Fixed registry routines broken by the structure sizes fix. by Alexandre Julliard · 23 years ago
  65. 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
  66. 55a14ed Use exception handler for GlobalUnlock, GlobalFree. by Andreas Mohr · 23 years ago
  67. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  68. 5134942 Try to use read instead of mmap for files on removable media, so that by Alexandre Julliard · 23 years ago
  69. e15badb Cosmetics. by Andreas Mohr · 23 years ago
  70. 541ff5f Add INVALID_ATOM and MAXINTATOM to winbase.h. by Francois Gouget · 23 years ago
  71. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  72. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  73. d8a8c11 Added atom_t type for atoms to make sure we use the same type by Alexandre Julliard · 23 years ago
  74. a0c38fe Fix MapViewOfFile to always return a 64K-aligned address. by Alexandre Julliard · 23 years ago
  75. f359895 Yet another documentation/message text patch. by Andreas Mohr · 24 years ago
  76. abc3539 Fixed size check in HEAP_FindFreeBlock to make sure we also find by Alexandre Julliard · 24 years ago
  77. 5ee3879 Fix the conversions of a command line to/from an argv array. by Francois Gouget · 24 years ago
  78. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  79. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  80. bc38d6b - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  81. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  82. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  83. 3dd6187 Documentation fixes. by Patrik Stridvall · 24 years ago
  84. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  85. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  86. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  87. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  88. 2b27fcd Added direct system call for unaligned mmap support on Linux. by Alexandre Julliard · 24 years ago
  89. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  90. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  91. 8e013f9 VirtualProtect should return correct old protection flags. by Dmitry Timoshkov · 24 years ago
  92. 9515336 Small dll separation fixes. by Alexandre Julliard · 24 years ago
  93. 389b039 We need to create the system heap at startup even though we don't use by Alexandre Julliard · 24 years ago
  94. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  95. 7f187e5 Only create the system heap when we actually need it. by Alexandre Julliard · 24 years ago
  96. 61d32b4 Allocations do not need to be on the system heap. by Alexandre Julliard · 24 years ago
  97. 5f195f8 Small server protocol cleanups. by Alexandre Julliard · 24 years ago
  98. fe5b19d Fixed MEM_SYSTEM handling to avoid unmapping areas that we didn't mmap. by Alexandre Julliard · 24 years ago
  99. 4188fbc Misc typos in comments. by François Gouget · 24 years ago
  100. a7faef9 Don't require write access on the file handle to create a copy-on-write mapping. by James Abbatiello · 24 years ago