Fix whitespace in TcTyDecls
[ghc-hetmet.git] / rts / win32 /
2007-12-04 Simon Marlowprotect console handler against concurrent access ...
2007-11-25 Ian LynaghOn Windows, Delete the CriticalSection's we Initialize
2007-10-17 Simon MarlowRefactoring: extract platform-specific code from sm...
2007-10-17 Simon Marlowfix an error message (barf -> sysErrorBelch)
2007-09-03 Simon Marlowremove debugging code
2007-09-03 Simon MarlowFIX #1623: disable the timer signal when the system...
2007-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-24 Ian LynaghJump through some hoops to make the Windows SEH excepti...
2007-08-16 Ian LynaghFix the threaded RTS on Windows
2007-07-25 Simon MarlowFIX #1177, partially at least.
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-03-02 Simon MarlowUse timer_create() for the interval timer, if available
2007-02-22 Ian LynaghFree thread local storage on shutdown
2007-02-20 Simon MarlowFix sleep delay for the non-threaded Windows RTS
2007-02-01 Simon MarlowPartial fix for #926
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-12-01 Simon MarlowRemove the Windows Async IO Manager completely in THREA...
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-16 sof@galois.commark stop event handle as invalid once closed, making...
2006-11-01 sof@galois.comadd a few #includes to make it compile
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-08-30 Simon Marlowcall ShutdownIOManager() before closing handles
2006-08-29 Simon Marlowoops, got the sense of the error case wrong
2006-08-29 Simon Marlowfix some rerrors in the worker counting
2006-08-25 Simon MarlowFree Win32 Handles on shutdown
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-08-13 Esa Ilari VuokkoRemove few format-warnings by adding casts
2006-06-06 simonmar@microsoft.commarkSignalHandlers(): implementation was unnecessary...
2006-05-30 simonmar@microsoft.comfix Win32 build
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-04-07 Simon MarlowReorganisation of the source tree