Jump through some hoops to make the Windows SEH exception stuff happy
[ghc-hetmet.git] / rts / Makefile
2007-08-24 Ian LynaghJump through some hoops to make the Windows SEH excepti...
2007-08-18 Ian LynaghFix passing double quotes to GHC on Windows
2007-08-16 Ian LynaghDocument +RTS --info, and make it a Read'able Haskell...
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
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-10 Simon Marlowoops, revert part of the +RTS -V0 patch which was accid...
2007-07-08 Simon MarlowFix the +RTS -V0 option introduced recently; it didn...
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-03-11 Ian LynaghHave configure take arguments telling it where gmp...
2007-03-06 Simon Marlowdisable -Wbad-function-cast; it's hard/impossible to...
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-11-20 Simon Marlowreorganise PAPI configuration: off by default, even...
2006-11-09 'Alexey RodriguezAdded configure gadgets to detect Papi, and fixed build...
2006-11-08 Simon Marlowupdate flag settings after files were relocated
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-17 Simon Marlowcompensate for gmp/configure sometimes not being executable
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-08-10 sven.panne@aedion.deTweak GCC's inlining parameters to get thread_obj inlined
2006-07-10 Simon Marlowre-add -fvia-C
2006-06-29 Simon MarlowNo longer force -fvia-C for the RTS, it can now be...
2006-06-29 Simon MarlowUse -fno-strict-aliasing for *all* C files in the runtime
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-04-28 dons@cse.unsw.edu.auFix stage2 segfault on openbsd.
2006-04-07 Simon MarlowReorganisation of the source tree