summaryrefslogtreecommitdiff
path: root/includes/RtsExternal.h
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of signal-handling (ghc patch; see also base and unix patches)Simon Marlow2009-02-191-1/+1
* On Linux use libffi for allocating executable memory (fixed #738)Simon Marlow2008-09-191-1/+1
* Add a write barrier to the TSO link field (#1589)Simon Marlow2008-04-161-2/+0
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-0/+2
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+1
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-3/+0
* second attempt to fix C compiler warnings with -fhpcSimon Marlow2007-10-191-4/+4
* Change some ints to unsigned intsSimon Marlow2007-10-181-4/+4
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-0/+3
* FIX BUILD (when compiling base via C): declare n_capabilitiesSimon Marlow2007-10-101-0/+1
* export stopTimer(), we need this in the unix packageSimon Marlow2007-09-121-0/+1
* Cleaning up Hpc.c; adding support for reflection into Hpc.andy@galois.com2007-06-271-5/+12
* Adding new ffi calls into the Hpc rts subsystemandy@galois.com2007-06-121-0/+2
* GHCi debugger: new flag -fbreak-on-exceptionSimon Marlow2007-05-151-0/+5
* Changing internal data structures used by Hpcandy@galois.com2007-04-301-1/+1
* HANDLE --> (void *), we can't rely on having included windows.h hereSimon Marlow2007-04-041-1/+1
* Fix C/Haskell type mismatchesIan Lynagh2007-04-041-1/+5
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-6/+6
* Adding command channel for the hpc debugger to the hpc part of the RTSandy@galois.com2007-01-091-2/+2
* Updating rix output to new standard.andy@galois.com2006-12-141-1/+1
* Misc Hpc improvement to dynamic tracer outputandy@galois.com2006-12-131-0/+6
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-1/+10
* move newSpark() prototype to RtsExternal.h to avoid warningsSimon Marlow2006-11-071-0/+1
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-3/+0
* remove performGCWithRoots()Simon Marlow2006-10-191-1/+0
* fix type of allocateExecSimon Marlow2006-06-011-1/+1
* stgMallocBytesRWX --> allocateExecSimon Marlow2006-06-011-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+96