Move excpt.h out of include/msvcrt/ as it does not conflict with any
[wine] / memory / global.c
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-13  Francois GougetCap the reported physical memory to 2GB to prevent...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-25  Bang Jun-YoungMake compile on NetBSD.
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-07  Olivier HouchardSupport for getting memory size on FreeBSD.
2002-04-02  Andreas MohrAdd return traces to GlobalMemoryStatus, GetSystemInfo...
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...
2001-12-20  Uwe BonnesGlobalReAlloc16: If heap has GlobalPageLock set, try...
2001-11-20  Andreas MohrUse exception handler for GlobalUnlock, GlobalFree.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-02-23  Alexandre JulliardAllocations do not need to be on the system heap.
2001-01-04  Mike McCormackSome borken memory monitoring programs divide by dwTota...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-20  Dmitry TimoshkovMake new edit control allocate its buffers with granula...
2000-12-19  Alexandre JulliardSet last error in GlobalUnlock.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-27  Dmitry TimoshkovGlobalAlloc as GlobalAlloc16 should round size to 32.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-10-28  Francois GougetReturn the correct value for dwTotalVirtual.
2000-10-19  Ulrich WeigandAllow freeing locked global memory handles.
2000-10-02  Lawson WhitneyProtect GlobalHandle() against bad parameters.
2000-10-02  Andreas MohrIntroduced a new arena flag called GA_DOSMEM to disting...
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-07-28  Ove KaavenRemoved the hModule parameter from various DOSMEM routi...
2000-06-24  Eric PouechFixed some OOM conditions in GlobalAlloc.
2000-04-13  Huw D M DaviesGlobalReAlloc returns 0 on failure.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-08  Patrik StridvallFixed some warnings.
2000-03-07  Marcus MeissnerActual write the cached struct in GlobalMemoryStatus.
2000-03-04  Marcus MeissnerSome applications call GlobalMemoryStatus() very often...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-25  Alexandre JulliardShare the system heap between different address spaces...
2000-01-23  Guy AlbertelliFix problems with GlobalHandle and GlobalFree so result...
2000-01-15  Guy AlbertelliAdded null check in GlobalHandle.
1999-09-04  Alexandre JulliardFixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard...
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-07-28  Ulrich WeigandBugfix: fixed freshly introduced bug in GlobalLock16.
1999-07-27  Ulrich WeigandBugfix: Return selector also in CX from GlobalLock16().
1999-07-25  Ulrich WeigandRelay code for Win16 register functions converts arguments.
1999-07-24  Noel BorthwickFix bug with pasting Wine clipboard content to external...
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-11  Rein KlazesFixed a case when GlobalSize did not return zero after...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-11  Alexandre JulliardMade SELECTOR_ReallocBlock preserve the current selecto...
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-14  Guy AlbertelliFixed GlobalSize return value for zero size block.
1999-01-31  Alexandre JulliardAdded a lot of new error definitions.
1998-12-01  Ulrich WeigandImplemented GlobalChangeLockCount (KERNEL.365).
1998-11-24  Stephen CrowleyReturn the "buffers" and "cached" memory as free since...
1998-11-14  Juergen SchmiedFixed warnings, some only visible with -Wstrict-prototy...
1998-10-11  Ulrich WeigandGlobalFix16 is supposed to return selector to the memor...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1998-01-18  Alexandre JulliardRelease 980118 wine-980118
1998-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-11-30  Alexandre JulliardRelease 971130 wine-971130
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-10-12  Alexandre JulliardRelease 971012 wine-971012
1997-09-28  Alexandre JulliardRelease 970928 wine-970928
1997-09-14  Alexandre JulliardRelease 970914 wine-970914
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-05-25  Alexandre JulliardRelease 970525 wine-970525
1997-03-29  Alexandre JulliardRelease 970329 wine-970329
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-02-15  Alexandre JulliardRelease 970215 wine-970215
1997-01-12  Alexandre JulliardRelease 970112 wine-970112
1996-12-15  Alexandre JulliardRelease 961215 wine-961215
1996-11-17  Alexandre JulliardRelease 961117 wine-961117
1996-08-24  Alexandre JulliardRelease 960824 wine-960824
1996-08-11  Alexandre JulliardRelease 960811 wine-960811
1996-07-28  Alexandre JulliardRelease 960728 wine-960728
next