Fix Windows memory freeing: add a check for fb == NULL; fixes trac #4506
[ghc-hetmet.git] / rts / win32 / OSMem.c
2010-12-08 Ian LynaghFix Windows memory freeing: add a check for fb == NULL...
2010-11-01 Ian LynaghOn Windows, when returning memory to the OS, we try...
2010-10-29 Ian LynaghWhitespace only, in rts/win32/OSMem.c
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2009-08-03 Simon MarlowWindows build fixes
2009-03-20 Austin Seippwibble in setExecutable
2007-10-17 Simon MarlowRefactoring: extract platform-specific code from sm...
2007-10-17 Simon Marlowfix an error message (barf -> sysErrorBelch)
2006-05-30 simonmar@microsoft.comfix Win32 build
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator