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