- Reduced tab offset constant slightly to avoid clipping the label.
[wine] / memory /
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-26  Mike HearnImplemented GlobalMemoryStatusEx().
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-16  Michael StefaniucThe Minolta DiMAGE Image Viewer relies on Global{,Re...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-02  Eric PouechRemoved unused #include of module.h.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-20  Jukka HeinonenRemove some Win32s specific code.
2002-11-13  Francois GougetCap the reported physical memory to 2GB to prevent...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-10-09  Alexandre JulliardTransmit the Windows PATH to child processes using...
2002-10-08  Jukka HeinonenAdd support for interrupts in 32-bit code.
2002-10-07  Steve LustbaderImplement GetUserDefaultUILanguage and GetSystemDefault...
2002-10-04  Dmitry TimoshkovFixed atom test to work on Windows.
2002-10-04  Dmitry TimoshkovAdded a prototype code page test. Fixed issue regarding...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Alexandre JulliardFixed import directory limits (spotted by Jan Kratochvil).
2002-09-13  Alexandre JulliardCopied the registry functions needed by VMM into device...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-20  Dmitry TimoshkovAdded unit test for environment functions and fixed...
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Alexandre Julliardlstrcpyn[AW] count should be considered unsigned.
2002-08-15  Alexandre JulliardFixed GetLocaleInfoW to handle Unicode properly and...
2002-08-14  Alexandre JulliardUse the "new" LDT set call on Linux.
2002-08-06  Alexandre JulliardDon't change base in map_image since we use it later on.
2002-08-03  Alexandre JulliardSet user address space limit to 0xc0000000.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-29  Alexandre JulliardSet the correct permissions on the PE image sections.
2002-07-25  Bang Jun-YoungMake compile on NetBSD.
2002-07-10  Alexandre JulliardRegEnumValue[AW] need to update the data size on buffer...
2002-07-08  Tommy Schultz LassenFixed lstrcpynA debug tracing.
2002-07-05  Alexandre JulliardMore explicit initialization of info_size for stupid...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-06-25  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-06-20  Alexandre JulliardAvoid loading programs into the DOS memory area.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  Jukka HeinonenWhen using MapSL, 32-bit addresses are no longer trunca...
2002-05-10  Alexandre JulliardBuild an explicit argument structure for mmap instead...
2002-05-08  Andreas MohrReplace SELECTOR_AllocBlock and SELECTOR_FreeBlock...
2002-05-07  Olivier HouchardSupport for getting memory size on FreeBSD.
2002-05-04  Patrik StridvallMS C related changes.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-02  Andreas MohrAdd return traces to GlobalMemoryStatus, GetSystemInfo...
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-29  Alexandre JulliardMake sure the import directory is not in shared memory.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-04  Dmitry TimoshkovReimplement GetStringTypeA and GetStringTypeExA.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2001-12-26  Alexandre JulliardFixed bug in system heap creation when it already exists.
2001-12-20  Uwe BonnesGlobalReAlloc16: If heap has GlobalPageLock set, try...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Rein KlazesAdded error message in LOCAL_GetBlock().
2001-12-05  Alexandre JulliardUse ntdll functions instead of MultiByteToWideChar...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-11-30  Andrew Lewyckymap_image: map the PE header readonly.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-20  Andreas MohrUse exception handler for GlobalUnlock, GlobalFree.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-24  Alexandre JulliardTry to use read instead of mmap for files on removable...
2001-10-21  Andreas MohrCosmetics.
2001-10-15  Francois GougetAdd INVALID_ATOM and MAXINTATOM to winbase.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-09  Alexandre JulliardFix MapViewOfFile to always return a 64K-aligned address.
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-09-26  Alexandre JulliardFixed size check in HEAP_FindFreeBlock to make sure...
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Patrik StridvallDocumentation fixes.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
next