Add Coercion.lhs
[ghc-hetmet.git] / rts / Task.c
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