Ensure runhaskell is rebuild in stage2
[ghc-hetmet.git] / rts / Task.c
2007-03-06 Simon MarlowworkerTaskStop(): set task->cap = NULL
2007-02-22 Ian LynaghFree thread local storage on shutdown
2007-02-20 Simon MarlowfreeTaskManager: don't free Tasks that are still in use
2006-12-15 Ian LynaghFree all tasks on exit, not just those on the task_free...
2006-12-15 Ian LynaghPut the task on the free list in workerTaskStop
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-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-08-31 Simon Marlowfree the task *after* calling closeCond and closeMutex
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
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-08-09 Simon Marlowfix bug in task freeing
2006-08-09 Simon MarlowRemove the artifical cap on the number of workers
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-06-16 Simon Marlowmake compilation a little less noisy
2006-06-16 Simon Marlowallow the max number of workers to scale with +RTS -N
2006-06-08 Simon MarlowNew tracing interface
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-04-07 Simon MarlowReorganisation of the source tree