wined3d: Move PARAM C[] program.env[] into baseshader and out of vertex shaders.
[wine] / dlls / ntdll / heap.c
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-26  Francois GougetAssorted spelling fixes.
2005-09-18  Alexandre JulliardFixed some trace format strings (reported by Gerald...
2005-09-16  Alexandre JulliardFixed a few pointer truncation bugs for 64-bit platforms.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-15  Alexandre JulliardFixed some confusion over whether HEAP_MIN_BLOCK_SIZE...
2005-08-12  Alexandre JulliardConverted the process heap list to a standard list.
2005-08-12  Alexandre JulliardConverted the heap free lists to standard lists.
2005-08-03  Alexandre JulliardHack to make the main heap critical section have a...
2005-07-15  Dmitry TimoshkovAvoid unnecessary casts.
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Alexandre JulliardDon't require execute permission on the process heap.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-05-18  Alexandre JulliardRemoved last dependencies on 16-bit headers from ntdll.
2005-03-03  Uwe BonnesDump HeapWalk entries.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2005-01-24  Dmitry TimoshkovMake HeapFree(NULL) case faster by retrieving heap...
2005-01-04  Alexandre JulliardFixed the FIXME in RtlNtStatusToDosError, and implemented
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
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.