| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows: load msvcrt and kernel32 manually | Simon Marlow | 2009-05-20 | 1 | -0/+10 |
* | OS X / amd64 fixes | Ian Lynagh | 2009-05-20 | 1 | -2/+4 |
* | add getOrSetSignalHandlerStore, much like getOrSetTypeableStore | Simon Marlow | 2009-04-23 | 1 | -1/+2 |
* | FIX #1779 and qq005: export hs_hpc_module | Simon Marlow | 2009-03-30 | 1 | -0/+1 |
* | tidy up "missing symbol" error message | Simon Marlow | 2009-03-13 | 1 | -2/+1 |
* | Partial fix for #2917 | Simon Marlow | 2009-03-06 | 1 | -0/+1 |
* | Export blockUserSignals and unblockUserSignals (needed for #2870) | Simon Marlow | 2009-02-19 | 1 | -1/+3 |
* | Implement #2191 (traceCcs# -- prints CCS of a value when available -- take 3) | Samuel Bronson | 2009-01-27 | 1 | -0/+1 |
* | when calling mmap() with MAP_ANON, the fd argument should be -1 | Simon Marlow | 2009-01-08 | 1 | -1/+1 |
* | FIX #1364: added support for C finalizers that run as soon as the value is no... | Simon Marlow | 2008-12-10 | 1 | -0/+1 |
* | On FreeBSD, try MAP_FIXED if ordinary mmap() fails to give us suitable memory | Simon Marlow | 2008-12-10 | 1 | -4/+14 |
* | Fix symbol macro names in Linker.c | Thorkil Naur | 2008-11-21 | 1 | -3/+3 |
* | fix the build when !USE_MMAP | Simon Marlow | 2008-11-21 | 1 | -5/+6 |
* | round the size up to a page in mmapForLinker() instead of in the caller | Simon Marlow | 2008-11-20 | 1 | -15/+18 |
* | error message wibble | Simon Marlow | 2008-11-20 | 1 | -1/+1 |
* | Fix 32-bit breakage | Simon Marlow | 2008-11-19 | 1 | -1/+1 |
* | Add optional eager black-holing, with new flag -feager-blackholing | Simon Marlow | 2008-11-18 | 1 | -0/+1 |
* | fix compile breakage on Windows | Simon Marlow | 2008-11-17 | 1 | -0/+2 |
* | Attempt to fix #2512 and #2063; add +RTS -xm<address> -RTS option | Simon Marlow | 2008-11-17 | 1 | -34/+114 |
* | lookupSymbol: revert to looking up both with and without the @N suffix | Simon Marlow | 2008-11-13 | 1 | -23/+40 |
* | Always zap the trailing @N from symbols when looking up in a DLL | Simon Marlow | 2008-11-12 | 1 | -3/+4 |
* | Run sparks in batches, instead of creating a new thread for each one | Simon Marlow | 2008-11-06 | 1 | -0/+1 |
* | Rename symbol macros to a consistant naming scheme | Clemens Fruhwirth | 2008-10-13 | 1 | -604/+620 |
* | add readTVarIO :: TVar a -> IO a | Simon Marlow | 2008-10-10 | 1 | -0/+1 |
* | Fix a warning | Simon Marlow | 2008-09-16 | 1 | -1/+1 |
* | Stop using mremap() to allocate space for trampolines | Simon Marlow | 2008-09-15 | 1 | -35/+25 |
* | FIX BUILD on non-Windows | Simon Marlow | 2008-09-08 | 1 | -4/+5 |
* | Windows: print an error message in addDLL | Simon Marlow | 2008-09-03 | 1 | -8/+20 |
* | 2nd try: remove lochash, it isn't needed (now) | Simon Marlow | 2008-08-04 | 1 | -35/+0 |
* | FIX BUILD on Windows | Simon Marlow | 2008-08-04 | 1 | -4/+0 |
* | UNDO: FIX #2375: remove oc->lochash completely, it apparently isn't used | Simon Marlow | 2008-08-04 | 1 | -0/+35 |
* | workaround #2277: turn off the RTS timer when calling into editline | Simon Marlow | 2008-07-30 | 1 | -0/+2 |
* | FIX #2375: remove oc->lochash completely, it apparently isn't used | Simon Marlow | 2008-07-30 | 1 | -35/+0 |
* | use RTLD_LAZY instead of RTLD_NOW | Simon Marlow | 2008-07-24 | 1 | -1/+3 |
* | debug output tweak | Simon Marlow | 2008-07-24 | 1 | -1/+1 |
* | add NetBSD to some of the #ifdefs (patch partly from 6.8 branch) | Simon Marlow | 2008-07-14 | 1 | -2/+2 |
* | 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 |