Remove the unused remains of __decodeFloat
[ghc-hetmet.git] / includes / StgMiscClosures.h
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-03-06 Simon MarlowPartial fix for #2917
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-09-19 Simon MarlowMove the context_switch flag into the Capability
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-06-04 Simon MarlowFix unreg build
2008-04-16 Ian LynaghRemove some duplicate extern decls
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-09 Simon Marlowadd pointers to the wiki for the rules about C prototypes
2008-04-09 Simon MarlowFIX BUILD (bootstrap with -fvia-C): prototype fixes
2008-04-07 Simon MarlowFIX BUILD on non-x86: add missing prototypes
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-05-16 Simon MarlowFIX BUILD for way=u in RTS
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-16 Simon MarlowMERGE: Fix a few uses of the wrong return convention...
2007-03-07 Simon Marlowadd declaration for noDuplicatezh_fast
2007-02-28 Simon MarlowRemove vectored returns.
2006-12-09 Pepe IborraTwo new prim ops to access the Info Table and Payload...
2006-10-07 tharris@microsoft.comSTM invariants
2006-06-20 Simon Marlowadd decl for stg_block_throwto_ret
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-04-07 Simon MarlowReorganisation of the source tree