Update the address of the Free Software Foundation.
[wine] / dlls / kernel / heap.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-14  Detlef Riekenbergkernel: Update WARN/ERR and documentation for GlobalLoc...
2006-03-31  Detlef Riekenbergkernel: Fix handling of invalid parameter in GlobalSize().
2006-03-30  Detlef Riekenbergkernel32: Display the parameter that caused a page...
2006-03-30  Detlef Riekenbergkernel: Fix handling of invalid parameter in GlobalFlags().
2006-03-20  Detlef Riekenbergkernel: Avoid heap corruption on invalid parameter...
2006-03-03  Francois Gougetkernel: Protect sys/resource.h include.
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-01-12  Robert Shearmankernel32: Fix GlobalReAlloc for size = 0.
2006-01-10  Robert Shearmankernel32: Return an error when unlocking a global with...
2006-01-09  Mike McCormackkernel: Trying to lock an empty global memory block...
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-11-11  Vincent BéronProtect sys/stat.h with a conditional.
2005-11-08  Robert LunnonImplement GlobalMemoryStatusEx for Solaris.
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-08-16  Dmitry TimoshkovReport swap file total/free sizes to be the same as...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-05-07  Alexandre JulliardConverted all the kernel32 register functions to the
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-27  Paul VriensInitialize dwOSVersionInfoSize in GlobalMemoryStatus.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-22  Francois GougetThere is no point making '--register' functions stdcall...
2004-08-13  Robert ReifFix BSD build.
2004-08-13  Robert ReifUse GlobalMemoryStatusEx in GlobalMemoryStatus rather...
2004-06-24  Alexandre JulliardIn GlobalMemoryStatus, also cap the sum of dwAvailPhys and
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-05-25  Alexandre JulliardAllocate the shared heap inside the Win9x shared memory...
2004-04-29  Alexandre JulliardCreate the system heap event before the shared mapping...
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-11-27  Alexandre JulliardPorting fixes.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-09-18  Alexandre JulliardMoved 16-bit global heap, DOS memory and selector funct...
2003-09-16  Alexandre JulliardMoved most 32-bit heap functions to dlls/kernel.