Fix building RTS with gcc 2.*; declare all variables at the top of a block
[ghc-hetmet.git] / rts / RtsFlags.c
2007-08-16 Ian LynaghDocument +RTS --info, and make it a Read'able Haskell...
2007-07-23 Ian LynaghAdd unreg/tables-next-code output to +RTS --info
2007-07-22 Ian LynaghAdd a +RTS --info flag print various info; partially...
2007-07-18 Simon MarlowDefault tick interval was 50ms, change it to 20ms
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-07-08 Simon MarlowFix the +RTS -V0 option introduced recently; it didn...
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-06-27 Simon Marlow+RTS -V0 disables the interval timer completely (for...
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-04-04 Simon Marlowslight doc wibble for the -r flag
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-02-13 andy@galois.comUsing RTS debug tracing support inside Hpc.c
2006-12-21 Alexey RodriguezOne more PAPI measurement, dropped precise cycle counti...
2006-11-09 mrchebas@gmail.comNo special Papi measurements taken by default
2006-11-20 Simon Marlowalter PAPI help message slightly
2006-11-09 mrchebas@gmail.comSelection of PAPI events via RTS command line
2006-09-29 Ravi Nanavatirts_ccs_length
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-09-07 Simon Marlowdocument -V in the +RTS --help outpout
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-06-08 Simon MarlowAdd new RTS flags for tracing:
2006-06-07 Simon Marlowcodegen debug flag (+RTS -Dc) was unused; remove it
2006-06-07 Simon Marlowremove //@ stuff
2006-04-07 Simon MarlowReorganisation of the source tree