oleaut32: Add a test for loading/saving an empty picture.
[wine] / dlls / kernel32 / heap.c
2012-05-29  André Hentschelkernel32: Add checks for DragonFly BSD.
2012-05-03  Austin Englishkernel32: Move GlobalMemoryStatus(Ex) to a different...
2012-04-11  Christian Costakernel32: Limit dwTotalPageFile in GlobalMemoryStatus...
2011-09-12  Maarten Lankhorstkernel32: Fix overflow on 32-bits systems.
2011-06-13  Alexandre Julliardkernel32: Fix some 64-bit issues in GlobalSize().
2011-06-13  David Hedbergkernel32: GlobalSize() should also work with GMEM_MOVEA...
2010-10-06  Dmitry Timoshkovkernel32: Truncate the reported by GlobalMemoryStatus...
2010-07-28  André Hentschelkernel32: Spelling fix in a comment.
2010-05-10  Nikolay Sivovkernel32: Fix return code from LocalUnlock for pointer...
2010-05-07  Alexandre Julliardkernel32: Define GetProcessHeap as an assembler functio...
2009-10-14  Ray Hinchliffekernel32: Correct ullTotalVirtual for GlobalMemoryStatu...
2009-10-12  Dmitry Timoshkovkernel32: Implement HeapQueryInformation, add some...
2009-06-18  Alexandre Julliardkernel32: Fix the HGLOBAL header size for 64-bit.
2009-05-28  Peter Hedlundkernel32: Mask out obsolete flags in GlobalAlloc.
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-01-03  Austin Englishkernel32: Add heap support for OpenBSD.
2008-12-27  Alexandre Julliardkernel32: Move AllocMappedBuffer/FreeMappedBuffer to...
2008-12-01  Michael Stefaniuckernel32: Remove some superfluous casts of void pointers.
2008-03-04  Andrew Talbotkernel32: Assign to structs instead of using memcpy.
2008-01-09  Andrew Talbotkernel32: Remove unneeded casts.
2007-12-21  Alexandre Julliardkernel32: Yet another workaround for broken apps in...
2007-12-14  Andrew Talbotkernel32: Remove unneeded casts.
2007-10-15  Alexandre Julliardkernel32: Fix GlobalMemoryStatus to take into account...
2007-10-02  Alexandre Julliardkernel32: Improve tracing in GlobalAlloc.
2007-10-02  Gerald Pfeiferkernel32: Fix types for the FreeBSD implementation...
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-07  Andrew Talbotkernel32: Exclude unused headers.
2007-05-03  Andrew Talbotkernel32: Constify a variable.
2007-04-09  Andrew Talbotkernel32: Remove superfluous semicolons.
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: always report at least...
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: return the size of...
2007-03-15  Fabian Bielerkernel32: GlobalMemoryStatusEx: memory usage reported...
2007-03-08  Alexandre Julliardkernel32: Add missing limits.h include.
2006-12-18  Rob Shearmankernel32: Protect global alloc functions against intege...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-02  Mike McCormackkernel32: Add a stub for HeapSetInformation.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-20  Andrew Talbotkernel32: Cast-qual warnings fix.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.