summaryrefslogtreecommitdiff
path: root/includes/Rts.h
Commit message (Expand)AuthorAgeFilesLines
* Time handling overhaulSimon Marlow2011-11-251-0/+30
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-161-0/+1
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-251-3/+0
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-0/+6
* Add a configure test for the visibility hidden attributeIan Lynagh2010-11-231-1/+1
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-9/+1
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-0/+8
* Fix the format specifier for Int64/Word64 on WindowsIan Lynagh2010-03-271-0/+7
* Optimise the code generated at trace pointsSimon Marlow2009-09-121-0/+6
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-0/+12
* add RTS_PRIVATE attributeSimon Marlow2009-08-291-0/+5
* Fix incorrectly hidden RTS symbolsSimon Marlow2009-08-291-0/+3
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-251-0/+3
* move termios prototypes into a public headerSimon Marlow2009-08-031-0/+1
* move StgEntCounter type into its own headerSimon Marlow2009-08-031-25/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-81/+49
* remove old incarnation of .NET supportSimon Marlow2009-06-281-4/+0
* Add CHECK(p), like ASSERT(p) but works even when !defined(DEBUG)Simon Marlow2009-07-291-5/+9
* NetBSD defines _REENTRANT in its header files, so compiling ghc givesSimon Marlow2009-07-231-0/+2
* Stop building the rts against gmpDuncan Coutts2009-06-131-7/+0
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-131-1/+0
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-021-1/+0
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-19/+0
* pad step_workspace to 64 bytes, to speed up access to gct->steps[]Simon Marlow2008-04-161-0/+6
* add ROUNDUP_BYTES_TO_WDSsimonmar@microsoft.com2008-02-151-1/+3
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-1/+1
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+2
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-1/+5
* Fix the IF_DEBUG(interpreter in StgCRun.cIan Lynagh2007-08-251-0/+4
* Pointer TaggingSimon Marlow2007-07-271-0/+40
* FIX BUILD (OS X): Include correct gmp.h if using GMP.frameworkRoman Leshchinskiy2007-07-061-0/+4
* Make ticky work, at least partly, on 64-bit machinessimonpj@microsoft.com2007-04-241-5/+5
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-1/+28
* Make StablePtr and friends visible, this seems to be necessary for 64bit arch...sven.panne@aedion.de2006-11-101-0/+4
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-4/+7
* fix warningsSimon Marlow2006-06-081-0/+11
* add 'const' modifiers to types where appropriateSimon Marlow2006-06-071-1/+1
* #define _REENTRANT 1 (needed to get the right errno on some OSs)Simon Marlow2006-05-181-0/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+238