Massive patch for the first months work adding System FC to GHC #32
[ghc-hetmet.git] / includes /
2006-09-09 Ian Lynagh8 byte align data. Fixes SIBGUSs on HPPA/Linux.
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-08-30 Simon MarlowMAYBE_GC: initialise HpAlloc
2006-08-25 Roman LeshchinskiyReserve a register for REG_Base on the Sparc
2006-08-25 Roman LeshchinskiyAdd atomic SMP primitives for the Sparc
2006-08-25 Simon MarlowMips registerised support
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-08-23 Esa Ilari VuokkoAdd shared Typeable support
2006-08-21 Simon Marlowfixes to PPC version of cas(), from David Kirkman ...
2006-08-10 Simon Marlowremove out of date comment
2006-08-09 Simon Marlowmake exit() overridable, for use in DLLs
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-07-26 Simon Marlowchange wired-in Haskell symbols to include the package...
2006-06-29 Simon MarlowReplace inline C functions with C-- macros in .cmm...
2006-06-29 Simon Marlowremove conditionals from definition of StgRegTable
2006-06-29 Simon Marlowuse the new "prim %write_barrier()" in .cmm instead...
2006-06-20 Simon Marlowfix sloppy conditionals
2006-06-27 Simon Marlowfix up slop-overwriting for THUNK_SELECTORS in DEBUG...
2006-06-20 Simon Marlowadd decl for stg_block_throwto_ret
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-06-16 Simon Marlowmake rmp_tmp_w an StgWord instead of StgInt
2006-06-08 Simon Marlowfix warnings
2006-06-08 Simon MarlowMake it so that StgWord/StgInt are longs
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 Marlowadd 'const' modifiers to types where appropriate
2006-06-01 Simon Marlowfix type of allocateExec
2006-06-01 Simon MarlowstgMallocBytesRWX --> allocateExec
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-05-18 Simon Marlow#define _REENTRANT 1 (needed to get the right errno...
2006-04-18 Simon MarlowHsBool should be HsInt, not StgBool
2006-04-18 LemmihExport 'insertSymbol' and 'insertStableSymbol'.
2006-04-07 Simon MarlowReorganisation of the source tree