winhttp: Fix up headers with wrong termination.
[wine] / dlls / kernel32 / tests / heap.c
2011-09-19  Francois Gougetkernel32/tests: Skip some tests if not allowed to modif...
2011-06-13  David Hedbergkernel32: GlobalSize() should also work with GMEM_MOVEA...
2011-02-11  Austin Englishkernel32/tests: Don't check return values inside of...
2010-05-10  Nikolay Sivovkernel32: Fix return code from LocalUnlock for pointer...
2010-03-22  Francois Gougetkernel32/tests: Remove a space after a '\n' in a skip().
2010-02-17  Alexandre Julliardkernel32/tests: Fix a test failure on xp64.
2010-02-01  Alexandre Julliardkernel32/tests: Remove leftover Sleep() call.
2010-02-01  Alexandre Julliardkernel32/tests: Fix heap flag tests for the page alloc...
2010-01-29  Alexandre Julliardkernel32/tests: Fix some of the heap tests for 64-bit.
2010-01-27  Alexandre Julliardntdll: Add 8 more bytes to the block tail when tail...
2010-01-26  Alexandre Julliardkernel32/tests: Add tests for tail checking on large...
2010-01-26  Alexandre Julliardkernel32/tests: Add tests for heap tail and free block...
2010-01-22  Alexandre Julliardkernel32/tests: Add tests for the global flag and its...
2009-10-21  Dan Kegelkernel32: Fix two little leaks in heap test.
2009-10-12  Dmitry Timoshkovkernel32: Implement HeapQueryInformation, add some...
2009-05-28  Peter Hedlundkernel32: Mask out obsolete flags in GlobalAlloc.
2009-05-04  Francois Gougetkernel32/tests: Add a trailing '\n' to ok() calls.
2009-04-27  Dan Kegelntdll: Add missing RtlReAllocateHeap Valgrind hook...
2009-01-04  Alexandre Julliardkernel32/tests: Comment out a couple of heap tests...
2009-01-02  Alexandre Julliardkernel32/tests: Use the correct value for invalid heap...
2008-11-04  Alexandre Julliardkernel32/tests: Fix a couple of failures on Windows.
2008-10-29  Alexandre Julliardntdll: Allocate a new virtual region for large blocks...
2008-06-30  James Hawkinskernel32: Fix a few test failures in win9x.
2007-09-20  James Hawkinskernel32: Don't crash accessing an invalid handle in...
2007-09-17  James Hawkinskernel32: Return TRUE for all pointer params in GlobalU...
2007-09-17  James Hawkinskernel32: Fix the case where memory is freed twice...
2007-05-22  Alexandre Julliardntdll: Avoid overflows in heap allocations. Based on...
2006-12-27  Michael Stefaniuckernel32/tests: In multiline strings there is no need...
2006-12-14  Francois GougetAssorted spelling fixes.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.