Fix building RTS with gcc 2.*; declare all variables at the top of a block
[ghc-hetmet.git] / rts / sm / GC.c
2007-09-03 Ian LynaghFix building RTS with gcc 2.*; declare all variables...
2007-07-27 Simon MarlowPointer Tagging
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2006-11-24 Simon Marlowsmall stats fix
2006-11-21 LemmihRemove the concept of stableRoots.
2006-11-15 Simon Marlowremove unused includes, now that Storage.h & Stable...
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-25 Simon MarlowRemove PAR/GRAN code from the storage manager
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory