2003-07-09 |
Dmitry Timoshkov | Added support for CP_UNIXCP. |
tree | commitdiff |
2003-07-01 |
Jukka Heinonen | Start processing asynchronous DOS events in DPMI mode. |
tree | commitdiff |
2003-06-23 |
Eric Pouech | - in kernel32, replaced all {Enter|Leave}CriticalSectio... |
tree | commitdiff |
2003-06-18 |
Eric Pouech | - fixed a couple of bugs in ntdll environment functions... |
tree | commitdiff |
2003-06-04 |
Francois Gouget | Fix some typos. |
tree | commitdiff |
2003-05-22 |
Alexandre Julliard | Start to make use of the proper PEB structure for process |
tree | commitdiff |
2003-05-20 |
Dmitry Timoshkov | Make the Global* memory API functions thread safe. |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Moved system.dll implementation to dlls/kernel. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Moved most local heap functions to dlls/kernel. |
tree | commitdiff |
2003-05-16 |
Alexandre Julliard | Moved atom functions to dlls/kernel. |
tree | commitdiff |
2003-05-14 |
Alexandre Julliard | Made INSTR_EmulateInstruction return the exception... |
tree | commitdiff |
2003-05-11 |
Dmitry Timoshkov | Protect GlobalLock from bad pointers. |
tree | commitdiff |
2003-04-02 |
Andreas Mohr | Some spelling and formatting fixes. |
tree | commitdiff |
2003-03-28 |
Yorick Hardy | Added the sysctl calls for NetBSD to determine the... |
tree | commitdiff |
2003-03-21 |
Alexandre Julliard | Added 'wine' prefix to libwine_unicode exports. |
tree | commitdiff |
2003-02-26 |
Alexandre Julliard | Moved LDT selector allocation routines to libwine. |
tree | commitdiff |
2003-02-26 |
Mike Hearn | Implemented GlobalMemoryStatusEx(). |
tree | commitdiff |
2003-02-19 |
Jukka Heinonen | Move resize memory block to winedos and make it resize... |
tree | commitdiff |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
tree | commitdiff |
2003-01-16 |
Michael Stefaniuc | The Minolta DiMAGE Image Viewer relies on Global{,Re... |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-02 |
Eric Pouech | Removed unused #include of module.h. |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
tree | commitdiff |
2002-11-20 |
Jukka Heinonen | Remove some Win32s specific code. |
tree | commitdiff |
2002-11-13 |
Francois Gouget | Cap the reported physical memory to 2GB to prevent... |
tree | commitdiff |
2002-11-04 |
Patrik Stridvall | Fixed mismatches between the Wine headers and the Micro... |
tree | commitdiff |
2002-10-23 |
Jukka Heinonen | Move interrupt emulation code from INSTR_EmulateInstruc... |
tree | commitdiff |
2002-10-09 |
Alexandre Julliard | Transmit the Windows PATH to child processes using... |
tree | commitdiff |
2002-10-08 |
Jukka Heinonen | Add support for interrupts in 32-bit code. |
tree | commitdiff |
2002-10-07 |
Steve Lustbader | Implement GetUserDefaultUILanguage and GetSystemDefault... |
tree | commitdiff |
2002-10-04 |
Dmitry Timoshkov | Fixed atom test to work on Windows. |
tree | commitdiff |
2002-10-04 |
Dmitry Timoshkov | Added a prototype code page test. Fixed issue regarding... |
tree | commitdiff |
2002-09-24 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-09-21 |
Dmitry Timoshkov | Correct SIZE_T size according to MS SDK. |
tree | commitdiff |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
tree | commitdiff |
2002-09-17 |
Alexandre Julliard | Fixed import directory limits (spotted by Jan Kratochvil). |
tree | commitdiff |
2002-09-13 |
Alexandre Julliard | Copied the registry functions needed by VMM into device... |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-08-31 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-28 |
Alexandre Julliard | Fixed a number of dll separation issues. |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
tree | commitdiff |
2002-08-20 |
Dmitry Timoshkov | Added unit test for environment functions and fixed... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | lstrcpyn[AW] count should be considered unsigned. |
tree | commitdiff |
2002-08-15 |
Alexandre Julliard | Fixed GetLocaleInfoW to handle Unicode properly and... |
tree | commitdiff |
2002-08-14 |
Alexandre Julliard | Use the "new" LDT set call on Linux. |
tree | commitdiff |
2002-08-06 |
Alexandre Julliard | Don't change base in map_image since we use it later on. |
tree | commitdiff |
2002-08-03 |
Alexandre Julliard | Set user address space limit to 0xc0000000. |
tree | commitdiff |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
tree | commitdiff |
2002-07-29 |
Alexandre Julliard | Set the correct permissions on the PE image sections. |
tree | commitdiff |
2002-07-25 |
Bang Jun-Young | Make compile on NetBSD. |
tree | commitdiff |
2002-07-10 |
Alexandre Julliard | RegEnumValue[AW] need to update the data size on buffer... |
tree | commitdiff |
2002-07-08 |
Tommy Schultz Lassen | Fixed lstrcpynA debug tracing. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | More explicit initialization of info_size for stupid... |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
tree | commitdiff |
2002-06-25 |
Alexandre Julliard | Authors: Huw D M Davies <hdavies@codeweavers.com>,... |
tree | commitdiff |
2002-06-20 |
Alexandre Julliard | Avoid loading programs into the DOS memory area. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-24 |
Alexandre Julliard | A few optimizations in the process startup requests... |
tree | commitdiff |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few... |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Moved the selector access functions out of winnt.h... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-05-11 |
Jukka Heinonen | When using MapSL, 32-bit addresses are no longer trunca... |
tree | commitdiff |
2002-05-10 |
Alexandre Julliard | Build an explicit argument structure for mmap instead... |
tree | commitdiff |
2002-05-08 |
Andreas Mohr | Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock... |
tree | commitdiff |
2002-05-07 |
Olivier Houchard | Support for getting memory size on FreeBSD. |
tree | commitdiff |
2002-05-04 |
Patrik Stridvall | MS C related changes. |
tree | commitdiff |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
tree | commitdiff |
2002-04-02 |
Andreas Mohr | Add return traces to GlobalMemoryStatus, GetSystemInfo... |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Transfer the full process startup info as well as the... |
tree | commitdiff |
2002-03-29 |
Alexandre Julliard | Make sure the import directory is not in shared memory. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
tree | commitdiff |
2002-02-04 |
Dmitry Timoshkov | Reimplement GetStringTypeA and GetStringTypeExA. |
tree | commitdiff |
2002-01-07 |
Alexandre Julliard | Added support for cleaning up the TEB from inside the... |
tree | commitdiff |
2001-12-26 |
Alexandre Julliard | Fixed bug in system heap creation when it already exists. |
tree | commitdiff |
2001-12-20 |
Uwe Bonnes | GlobalReAlloc16: If heap has GlobalPageLock set, try... |
tree | commitdiff |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-12-17 |
Rein Klazes | Added error message in LOCAL_GetBlock(). |
tree | commitdiff |
2001-12-05 |
Alexandre Julliard | Use ntdll functions instead of MultiByteToWideChar... |
tree | commitdiff |
2001-12-05 |
Alexandre Julliard | Removed ntdll dependency on MultiByteToWideChar/WideCha... |
tree | commitdiff |
2001-11-30 |
Andrew Lewycky | map_image: map the PE header readonly. |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-24 |
Alexandre Julliard | Fixed registry routines broken by the structure sizes... |
tree | commitdiff |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
tree | commitdiff |
2001-11-20 |
Andreas Mohr | Use exception handler for GlobalUnlock, GlobalFree. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-24 |
Alexandre Julliard | Try to use read instead of mmap for files on removable... |
tree | commitdiff |
2001-10-21 |
Andreas Mohr | Cosmetics. |
tree | commitdiff |
2001-10-15 |
Francois Gouget | Add INVALID_ATOM and MAXINTATOM to winbase.h. |
tree | commitdiff |
next |