Moved most 32-bit heap functions to dlls/kernel.
[wine] / memory / heap.c
2003-09-16  Alexandre JulliardMoved most 32-bit heap functions to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-16  Alexandre JulliardMoved most local heap functions to dlls/kernel.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Alexandre JulliardFixed bug in system heap creation when it already exists.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-09-26  Alexandre JulliardFixed size check in HEAP_FindFreeBlock to make sure...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-03-04  Alexandre JulliardWe need to create the system heap at startup even thoug...
2001-02-23  Alexandre JulliardOnly create the system heap when we actually need it.
2001-02-14  François GougetMisc typos in comments.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-30  Andreas MohrFixed crash in UnMapLS for pointers not belonging to...
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-28  Alexandre JulliardMade HEAP_strdup* functions inline (temporary).
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-10-23  Alexandre JulliardFixed multibyte handling in HEAP_strdupAtoW.
2000-10-13  Andreas MohrGet rid of shared heap fixme messages.
2000-09-29  Andreas MohrMake sure we commit enough memory in a new subheap.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-01  Peter GantenMoved Wine private heap creation flags to other values.
2000-07-15  Hidenori TakeshimaFix for supporting DBCS.
2000-05-23  Huw D M DaviesHeapFree on a NULL ptr should return TRUE.
2000-05-09  Alexandre JulliardFixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole...
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-04-28  Dimitrie O. PaunGet rid of HEAP_xrealloc.
2000-04-09  Andreas MohrImplemented HeapWalk().
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Francois GougetAdded (correct) prototype for HeapWalk.
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...
1999-11-07  James AbbatielloAddresses issues with multiple processes accessing...
1999-09-03  Ulrich WeigandHEAP_Commit/Decommit were assuming a page size of 4KB
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-02  Huw D M DaviesCall SetLastError in HeapCompact().
1999-04-25  Alexandre JulliardFixed __builtin_return_address arg.
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-25  Ove KaavenMade HeapValidate threadsafe, and added some macros...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-21  Alexandre JulliardGot rid of SYSTEM_LOCK macros.
1999-03-14  Alexandre JulliardMake the system heap critical section global.
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.
1998-12-01  Ulrich WeigandImplemented Local32Info, stubs for Local32First/Next...
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Andreas MohrChanged many WARN()s related to internal Wine memory...
1998-10-14  Ulrich WeigandBugfix: Local32Free caused free handles list corruption.
1998-10-11  Ulrich WeigandImplemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16...
1998-10-11  David LuyerSmall fixes.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
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-01-04  Alexandre JulliardRelease 980104 wine-980104
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-10-12  Alexandre JulliardRelease 971012 wine-971012
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-03-05  Alexandre JulliardRelease 970305 wine-970305
1997-01-12  Alexandre JulliardRelease 970112 wine-970112
1997-01-01  Alexandre JulliardRelease 970101 wine-970101
1996-12-22  Alexandre JulliardRelease 961222 wine-961222
1996-09-13  Alexandre JulliardRelease 960913 wine-960913
1996-08-11  Alexandre JulliardRelease 960811 wine-960811
1996-07-28  Alexandre JulliardRelease 960728 wine-960728
1996-07-12  Alexandre JulliardRelease 960712 wine-960712
1996-07-05  Alexandre JulliardRelease 960705 wine-960705
1996-06-16  Alexandre JulliardRelease 960616 wine-960616
1996-06-11  Alexandre JulliardRelease 960611 wine-960611
1996-05-16  Alexandre JulliardRelease 960516 wine-960516
1996-04-28  Alexandre JulliardRelease 960428 wine-960428
1996-04-14  Alexandre JulliardRelease 960414 wine-960414
1995-03-19  Alexandre JulliardRelease 950319 wine-950319
1995-02-16  Alexandre JulliardRelease 950216 wine-950216
1995-01-09  Alexandre JulliardRelease 950109 wine-950109
1994-12-10  Alexandre JulliardRelease 941210 wine-941210
1994-11-07  Alexandre JulliardRelease 941107 wine-941107
1994-10-17  Alexandre JulliardRelease 941017 wine-941017
1994-06-21  Alexandre JulliardRelease 940620 wine-940620
1994-06-15  Alexandre JulliardRelease 940614 wine-940614
1994-06-08  Alexandre JulliardRelease 940607 wine-940607
1994-06-02  Alexandre JulliardRelease 940602 wine-940602
next