Fix msvc/gcc NDK problem
[reactos.git] / reactos / lib / rtl / heap.c
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-09-25 Hartmut BirrLet the compiler search for usable register.
2005-09-08 Alex Ionescu- Move more stuff to /rtl
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-08-01 Filip NavaraFix prototype of RtlCreateHeap and respect the CommitRo...
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Alex IonescuMake rtl use a single header. Helps for PCH and will...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2004-12-31 Alex IonescuRemoved HEAP_NO_VALLOC from Heap Manager because the...
2004-12-16 Gunnar Dalsnes-link heaps together instead of using stupid table...
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-11-25 Eric Kohl- Replace WIN32 types by corresponding native types.
2004-08-28 Filip Navara- RtlReAllocateHeap shouldn't allocate memory if ptr...
2004-08-12 Alex IonescuAdded two stubs.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl