merge upstream HEAD
[ghc-hetmet.git] / rts / win32 /
2010-12-21 Simon MarlowFix Windows build
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
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-10-28 Ian LynaghReplace some exit(n) calls with stg_exit(n); fixes...
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-15 Simon Marlowerrno corresponding to ERROR_NO_DATA should be EPIPE...
2010-09-14 Simon Marlowimplement setThreadAffinity on Windows (#1741)
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2010-07-24 Johan TibellIntegrate new I/O manager, with signal support
2010-07-08 Simon MarlowWin32 getProcessElapsedTime: use a higher-resolution...
2010-04-20 Simon MarlowFix crash in non-threaded RTS on Windows
2010-04-20 Simon MarlowExpand the scope of the event_buf_mutex to cover io_man...
2010-04-01 Simon MarlowMake ioManagerDie() idempotent
2010-03-30 Simon Marlowavoid single quote in #error
2010-01-27 Simon MarlowDon't Terminate the ticker thread (#3748)
2010-01-27 Simon MarlowWin32 yieldThread(): use SwitchToThread() instead of...
2010-01-27 Simon Marlowfix warnings
2009-11-23 Ben.Lippmeier@anu... Windows DLLs: use DLL aware runSparks_closure instead...
2009-11-17 Ben.Lippmeier@anu... Windows DLLs: remove dup symbol from def file
2009-11-11 Ben.Lippmeier@anu... Windows DLLs: use one import lib for each DLL the RTS...
2009-11-06 Ben.Lippmeier@anu... Break recursive imports between the RTS and base librar...
2009-11-12 Simon MarlowWindows-specific fix for #1185 patch
2009-08-03 Simon MarlowWindows build fixes
2009-08-03 Simon MarlowWindows build fixes
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-03-20 Austin Seippwibble in setExecutable
2009-03-18 Simon MarlowSet thread affinity with +RTS -qa (only on Linux so...
2009-03-17 Simon MarlowAdd getNumberOfProcessors(), FIX MacOS X build problem...
2009-03-11 Simon Marlowavoid a crash: don't return unless the run queue has...
2009-03-11 Simon MarlowFix #2992: don't create a named event
2008-11-13 Simon Marlow#2768: fix compatibility problem with newer version...
2008-11-13 Simon Marlownotice ^C exceptions when waiting for I/O
2008-11-06 Simon MarlowCope with ThreadRelocated when traversing the blocked_queue
2008-10-13 Clemens FruhwirthBuild fixes for DLLized rts
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-06-18 Simon MarlowFIX BUILD on Windows
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2008-05-29 Simon MarlowMake it less fatal to not call ioManagerStart()
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