merge GHC HEAD
[ghc-hetmet.git] / includes / Rts.h
2011-05-25 Simon Marlowprog_argv and rts_argv now contain *copies* of the...
2011-05-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2010-11-23 Ian LynaghAdd a configure test for the visibility hidden attribute
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-27 Ian LynaghFix the format specifier for Int64/Word64 on Windows
2009-09-12 Simon MarlowOptimise the code generated at trace points
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-29 Simon Marlowadd RTS_PRIVATE attribute
2009-08-29 Simon MarlowFix incorrectly hidden RTS symbols
2009-08-25 Simon MarlowTidy up file headers and copyrights; point to the wiki...
2009-08-03 Simon Marlowmove termios prototypes into a public header
2009-08-03 Simon Marlowmove StgEntCounter type into its own header
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-28 Simon Marlowremove old incarnation of .NET support
2009-07-29 Simon MarlowAdd CHECK(p), like ASSERT(p) but works even when !defin...
2009-07-23 Simon MarlowNetBSD defines _REENTRANT in its header files, so compi...
2009-06-13 Duncan CouttsStop building the rts against gmp
2009-06-13 Duncan CouttsRemove the implementation of gmp primops from the rts
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2008-04-16 Simon Marlowpad step_workspace to 64 bytes, to speed up access...
2008-02-15 simonmar@microsoft.comadd ROUNDUP_BYTES_TO_WDS
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2007-08-25 Ian LynaghFix the IF_DEBUG(interpreter in StgCRun.c
2007-07-27 Simon MarlowPointer Tagging
2007-07-06 Roman LeshchinskiyFIX BUILD (OS X): Include correct gmp.h if using GMP...
2007-04-24 simonpj@microsoft.comMake ticky work, at least partly, on 64-bit machines
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2006-11-10 sven.panne@aedion.deMake StablePtr and friends visible, this seems to be...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-06-08 Simon Marlowfix warnings
2006-06-07 Simon Marlowadd 'const' modifiers to types where appropriate
2006-05-18 Simon Marlow#define _REENTRANT 1 (needed to get the right errno...
2006-04-07 Simon MarlowReorganisation of the source tree