add Outputable instance for OccIfaceEq
[ghc-hetmet.git] / rts / Schedule.c
2007-10-12 Simon MarlowthreadStackOverflow should be using allocateLocal
2007-10-09 Simon Marlowalso call initMutex on every task->lock, see #1391
2007-09-27 Simon Marlowalso acquire/release task->lock across fork()
2007-09-14 Simon Marlowattempt to fix #1391, hold locks across fork() and...
2007-09-03 Ian LynaghFix building RTS with gcc 2.*; declare all variables...
2007-09-03 Simon MarlowFIX #1623: disable the timer signal when the system...
2007-09-02 Ian LynaghFix and supress some warnings, and turn on -Werror...
2007-07-24 Simon Marlowhs_exit()/shutdownHaskell(): wait for outstanding forei...
2007-06-26 Simon MarlowMake the threaded RTS compilable using -fasm
2007-06-26 andy@galois.comCleanup Hpc sub-system, remove hpc-tracer implementation.
2007-05-18 Simon MarlowFIX #767 (withMVar family have a bug)
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-03-05 Simon MarlowforkProcess: startTimer() in the child, because the...
2007-01-29 Simon Marlowfix bug in GetLastError/SetLastError patch
2007-01-26 Simon MarlowSave the Win32 error code where necessary
2007-01-09 andy@galois.comAdding command channel for the hpc debugger to the...
2007-01-05 Simon Marlowdisable an incorrect ASSERTion in the non-THREADED_RTS...
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-14 andy@galois.comUpdating rix output to new standard.
2006-12-12 Simon MarlowDon't free sched_mutex until freeTaskManager has finish...
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-19 Simon Marlowremove performGCWithRoots()
2006-10-07 tharris@microsoft.comSTM invariants
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-08-10 sven.panne@aedion.deMatch format strings and arguments for printf-like...
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-06-08 Simon Marlowfix possible ^C problems
2006-06-08 Simon MarlowNew tracing interface
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-06-07 Simon MarlowRemove unnecessary SCHED_INTERRUPTED scheduler state
2006-05-25 Simon MarlowperformGC_(): don't use the existing Task, always grab...
2006-04-07 Simon MarlowReorganisation of the source tree