Fix signed/unsigned comparison warnings.
[wine] / dlls / ntdll / heap.c
2004-06-15  Eric PouechConst correctness.
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-25  Dimitrie O. PaunRtlHeapReAllocate() should not allocate memory.
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Pavel RoskinEliminate dependency on SetLastError().
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardMinor tracing fix.
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-12  Dmitry TimoshkovAdded missing return in HEAP_ValidateInUseArena.
2003-04-14  Alexandre JulliardInsert the last free block of a subheap at the end...
2003-04-02  Alexandre JulliardAdded support for marking heap blocks as inaccessible...
2003-03-18  Jon GriffithsDocumentation updates.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-18  Alexandre JulliardAvoid calling some kernel functions.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-07-31  Alexandre JulliardWe have to use the Rtl variant of Enter/LeaveCriticalSe...
2002-07-01  Alexandre JulliardMake sure allocated blocks are aligned on an 8-byte...
2002-06-13  Alexandre JulliardRestored MakeCriticalSectionGlobal that got lost somewhere.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.