| Commit message (Expand) | Author | Age | Files | Lines |
* | add threadStatus# primop, for querying the status of a ThreadId# | Simon Marlow | 2008-07-10 | 1 | -0/+1 |
* | add new primop: asyncExceptionsBlocked# :: IO Bool | Simon Marlow | 2008-07-09 | 1 | -0/+1 |
* | FIX part of #2301, and #1619 | Simon Marlow | 2008-07-09 | 1 | -0/+1 |
* | Fix conversions between Double/Float and simple-integer | Ian Lynagh | 2008-06-14 | 1 | -0/+2 |
* | when linking, ignore unknown .reloc section that appeared in gcc 3.4.5(?) | dias@eecs.harvard.edu | 2008-05-28 | 1 | -0/+2 |
* | Add some more generic (en|de)code(Double|Float) code | Ian Lynagh | 2008-04-17 | 1 | -0/+3 |
* | FIX BUILD (bootstrap with -fvia-C): prototype fixes | Simon Marlow | 2008-04-09 | 1 | -4/+4 |
* | Import libffi-3.0.4, and use it to provide FFI support in GHCi | Simon Marlow | 2008-04-08 | 1 | -0/+18 |
* | Do not #include external header files when compiling via C | Simon Marlow | 2008-04-02 | 1 | -1/+1 |
* | Link libgmp.a statically into libHSrts.dll on Windows | Clemens Fruhwirth | 2008-01-01 | 1 | -6/+18 |
* | Move file locking into the RTS, fixing #629, #1109 | Simon Marlow | 2007-11-20 | 1 | -0/+2 |
* | add PIC relocations for x86_64, and use a simpler hack in place of x86_64_hig... | Simon Marlow | 2007-10-18 | 1 | -89/+79 |
* | FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same value | Simon Marlow | 2007-10-19 | 1 | -2/+1 |
* | Add a proper write barrier for MVars | Simon Marlow | 2007-10-11 | 1 | -1/+2 |
* | export n_capabilities, see #1733 | Simon Marlow | 2007-10-09 | 1 | -0/+1 |
* | FIX validate for PPC Mac OS X - Linker.c | Thorkil Naur | 2007-10-05 | 1 | -1/+1 |
* | FIX BUILD addDLL returns const char* | jochemberndsen@dse.nl | 2007-09-27 | 1 | -2/+2 |
* | add support for EM_AMD64 elf machine type, openbsd/amd64 ghci works | Don Stewart | 2007-09-16 | 1 | -1/+5 |
* | patch Linker.c for amd64/openbsd | Don Stewart | 2007-09-16 | 1 | -5/+14 |
* | export stopTimer(), we need this in the unix package | Simon Marlow | 2007-09-12 | 1 | -0/+1 |
* | Use dlsym on OS X if available | Roman Leshchinskiy | 2007-09-05 | 1 | -0/+15 |
* | FIX #1648: rts_mkWord64 was missing | Simon Marlow | 2007-09-03 | 1 | -2/+8 |
* | FIX #1626: needed to export hs_hpc_rootModule | Simon Marlow | 2007-08-23 | 1 | -0/+1 |
* | Add R_X86_64_PC64 relocation support to the Linker | Clemens Fruhwirth | 2007-08-08 | 1 | -5/+15 |
* | Build RTS as dynamic library | Clemens Fruhwirth | 2007-08-08 | 1 | -6/+2 |
* | Introduce new class for external symbols in Linker.c that use __imp__<sym> in... | Clemens Fruhwirth | 2007-08-06 | 1 | -6/+18 |
* | Implement the RTS side of GHC.Environment.getFullArgs | Ian Lynagh | 2007-07-17 | 1 | -0/+1 |
* | FIX: loading package ghc in GHCi (added a couple of missing symbols) | Simon Marlow | 2007-05-31 | 1 | -0/+2 |
* | later mingw runtimes have gettimeofday, it seems | Simon Marlow | 2007-05-16 | 1 | -0/+7 |
* | GHCi debugger: new flag -fbreak-on-exception | Simon Marlow | 2007-05-15 | 1 | -2/+1 |
* | FIX BUILD: revert accidentally-committed patch | Simon Marlow | 2007-05-11 | 1 | -1/+0 |
* | FIX: loading the ghc package under GHCi | Simon Marlow | 2007-05-10 | 1 | -0/+3 |
* | Re-working of the breakpoint support | Simon Marlow | 2007-04-17 | 1 | -2/+2 |
* | Darwin/x86_64 linker support | wolfgang.thaller@gmx.net | 2007-04-12 | 1 | -52/+234 |
* | Darwin Linker: Do not add local symbols to lochash | wolfgang.thaller@gmx.net | 2007-04-12 | 1 | -9/+0 |
* | Handle Weak Definitions in the Darwin Linker | wolfgang.thaller@gmx.net | 2007-04-12 | 1 | -6/+11 |
* | add noDuplicatezh_fast to symbol table | Simon Marlow | 2007-03-08 | 1 | -0/+1 |
* | Remove vectored returns. | Simon Marlow | 2007-02-28 | 1 | -9/+0 |
* | Constructor names in info tables | bjpop@csse.unimelb.edu.au | 2007-02-20 | 1 | -51/+0 |
* | Fix typo causing the PowerPC OS X build to fail | Ian Lynagh | 2007-01-31 | 1 | -1/+1 |
* | Fix GHCi on PowerPC OS X | Ian Lynagh | 2007-01-28 | 1 | -0/+1 |
* | Toggle whether the RTS gets build with debugger support for ghci | Pepe Iborra | 2006-12-11 | 1 | -6/+4 |
* | Adjust code from manual merges | Pepe Iborra | 2006-12-11 | 1 | -11/+1 |
* | Retrieving the datacon of an arbitrary closure | Pepe Iborra | 2006-12-10 | 1 | -1/+65 |
* | fixing obvious typo in darwin_HOST_OS code (currently does not compile). | andy@galois.com | 2006-12-13 | 1 | -1/+1 |
* | MERGE: Fix Windows DEP violations (bug #885) | Simon Marlow | 2006-12-12 | 1 | -17/+22 |
* | fix Windows GHCi | Simon Marlow | 2006-12-04 | 1 | -1/+5 |
* | Warning police: Removed unused variable | sven.panne@aedion.de | 2006-11-24 | 1 | -2/+0 |
* | Remove the concept of stableRoots. | Lemmih | 2006-11-21 | 1 | -93/+0 |
* | Fix printf$LDBLStub workaround for Darwin | wolfgang.thaller@gmx.net | 2006-11-21 | 1 | -0/+1 |