| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a configure test for whether or not __mingw_vfprintf exists | Ian Lynagh | 2009-06-27 | 1 | -1/+7 |
* | Add a couple more symbols to the Linker.c table | Ian Lynagh | 2009-06-22 | 1 | -0/+2 |
* | Remove the implementation of gmp primops from the rts | Duncan Coutts | 2009-06-13 | 1 | -49/+0 |
* | Exports a few rts things we need for cmm code in external packages | Duncan Coutts | 2009-06-13 | 1 | -0/+4 |
* | Add and export rts_unsafeGetMyCapability from rts | Duncan Coutts | 2009-06-12 | 1 | -0/+1 |
* | Remove __encodeDouble and __encodeFloat from the rts | Duncan Coutts | 2009-06-11 | 1 | -2/+0 |
* | Remove the unused remains of __decodeFloat | Ian Lynagh | 2009-06-02 | 1 | -1/+0 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 1 | -5/+0 |
* | Fix handling of R_SPARC_UA32 relocations in linker | Ben.Lippmeier@anu.edu.au | 2009-05-28 | 1 | -3/+12 |
* | export sysErrorBelch | Simon Marlow | 2009-03-28 | 1 | -0/+1 |
* | 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 |