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