2009-06-27 |
Ian Lynagh | Add a configure test for whether or not __mingw_vfprint... |
blob | commitdiff |
2009-06-22 |
Ian Lynagh | Add a couple more symbols to the Linker.c table |
blob | commitdiff | diff to current |
2009-06-13 |
Duncan Coutts | Remove the implementation of gmp primops from the rts |
blob | commitdiff | diff to current |
2009-06-13 |
Duncan Coutts | Exports a few rts things we need for cmm code in extern... |
blob | commitdiff | diff to current |
2009-06-12 |
Duncan Coutts | Add and export rts_unsafeGetMyCapability from rts |
blob | commitdiff | diff to current |
2009-06-11 |
Duncan Coutts | Remove __encodeDouble and __encodeFloat from the rts |
blob | commitdiff | diff to current |
2009-06-02 |
Ian Lynagh | Remove the unused remains of __decodeFloat |
blob | commitdiff | diff to current |
2009-06-02 |
Simon Marlow | Remove old GUM/GranSim code |
blob | commitdiff | diff to current |
2009-05-28 |
Ben.Lippmeier@anu... | Fix handling of R_SPARC_UA32 relocations in linker |
blob | commitdiff | diff to current |
2009-03-28 |
Simon Marlow | export sysErrorBelch |
blob | commitdiff | diff to current |
2009-05-20 |
Simon Marlow | Windows: load msvcrt and kernel32 manually |
blob | commitdiff | diff to current |
2009-05-20 |
Ian Lynagh | OS X / amd64 fixes |
blob | commitdiff | diff to current |
2009-04-23 |
Simon Marlow | add getOrSetSignalHandlerStore, much like getOrSetTypea... |
blob | commitdiff | diff to current |
2009-03-30 |
Simon Marlow | FIX #1779 and qq005: export hs_hpc_module |
blob | commitdiff | diff to current |
2009-03-13 |
Simon Marlow | tidy up "missing symbol" error message |
blob | commitdiff | diff to current |
2009-03-06 |
Simon Marlow | Partial fix for #2917 |
blob | commitdiff | diff to current |
2009-02-19 |
Simon Marlow | Export blockUserSignals and unblockUserSignals (needed... |
blob | commitdiff | diff to current |
2009-01-27 |
Samuel Bronson | Implement #2191 (traceCcs# -- prints CCS of a value... |
blob | commitdiff | diff to current |
2009-01-08 |
Simon Marlow | when calling mmap() with MAP_ANON, the fd argument... |
blob | commitdiff | diff to current |
2008-12-10 |
Simon Marlow | FIX #1364: added support for C finalizers that run... |
blob | commitdiff | diff to current |
2008-12-10 |
Simon Marlow | On FreeBSD, try MAP_FIXED if ordinary mmap() fails... |
blob | commitdiff | diff to current |
2008-11-21 |
Thorkil Naur | Fix symbol macro names in Linker.c |
blob | commitdiff | diff to current |
2008-11-21 |
Simon Marlow | fix the build when !USE_MMAP |
blob | commitdiff | diff to current |
2008-11-20 |
Simon Marlow | round the size up to a page in mmapForLinker() instead... |
blob | commitdiff | diff to current |
2008-11-20 |
Simon Marlow | error message wibble |
blob | commitdiff | diff to current |
2008-11-19 |
Simon Marlow | Fix 32-bit breakage |
blob | commitdiff | diff to current |
2008-11-18 |
Simon Marlow | Add optional eager black-holing, with new flag -feager... |
blob | commitdiff | diff to current |
2008-11-17 |
Simon Marlow | fix compile breakage on Windows |
blob | commitdiff | diff to current |
2008-11-17 |
Simon Marlow | Attempt to fix #2512 and #2063; add +RTS -xm<address... |
blob | commitdiff | diff to current |
2008-11-13 |
Simon Marlow | lookupSymbol: revert to looking up both with and withou... |
blob | commitdiff | diff to current |
2008-11-12 |
Simon Marlow | Always zap the trailing @N from symbols when looking... |
blob | commitdiff | diff to current |
2008-11-06 |
Simon Marlow | Run sparks in batches, instead of creating a new thread... |
blob | commitdiff | diff to current |
2008-10-13 |
Clemens Fruhwirth | Rename symbol macros to a consistant naming scheme |
blob | commitdiff | diff to current |
2008-10-10 |
Simon Marlow | add readTVarIO :: TVar a -> IO a |
blob | commitdiff | diff to current |
2008-09-16 |
Simon Marlow | Fix a warning |
blob | commitdiff | diff to current |
2008-09-15 |
Simon Marlow | Stop using mremap() to allocate space for trampolines |
blob | commitdiff | diff to current |
2008-09-08 |
Simon Marlow | FIX BUILD on non-Windows |
blob | commitdiff | diff to current |
2008-09-03 |
Simon Marlow | Windows: print an error message in addDLL |
blob | commitdiff | diff to current |
2008-08-04 |
Simon Marlow | 2nd try: remove lochash, it isn't needed (now) |
blob | commitdiff | diff to current |
2008-08-04 |
Simon Marlow | FIX BUILD on Windows |
blob | commitdiff | diff to current |
2008-08-04 |
Simon Marlow | UNDO: FIX #2375: remove oc->lochash completely, it... |
blob | commitdiff | diff to current |
2008-07-30 |
Simon Marlow | workaround #2277: turn off the RTS timer when calling... |
blob | commitdiff | diff to current |
2008-07-30 |
Simon Marlow | FIX #2375: remove oc->lochash completely, it apparently... |
blob | commitdiff | diff to current |
2008-07-24 |
Simon Marlow | use RTLD_LAZY instead of RTLD_NOW |
blob | commitdiff | diff to current |
2008-07-24 |
Simon Marlow | debug output tweak |
blob | commitdiff | diff to current |
2008-07-14 |
Simon Marlow | add NetBSD to some of the #ifdefs (patch partly from... |
blob | commitdiff | diff to current |
2008-07-10 |
Simon Marlow | add threadStatus# primop, for querying the status of... |
blob | commitdiff | diff to current |
2008-07-09 |
Simon Marlow | add new primop: asyncExceptionsBlocked# :: IO Bool |
blob | commitdiff | diff to current |
2008-07-09 |
Simon Marlow | FIX part of #2301, and #1619 |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Fix conversions between Double/Float and simple-integer |
blob | commitdiff | diff to current |
2008-05-28 |
dias@eecs.harvard.edu | when linking, ignore unknown .reloc section that appear... |
blob | commitdiff | diff to current |
2008-04-17 |
Ian Lynagh | Add some more generic (en|de)code(Double|Float) code |
blob | commitdiff | diff to current |
2008-04-09 |
Simon Marlow | FIX BUILD (bootstrap with -fvia-C): prototype fixes |
blob | commitdiff | diff to current |
2008-04-08 |
Simon Marlow | Import libffi-3.0.4, and use it to provide FFI support... |
blob | commitdiff | diff to current |
2008-04-02 |
Simon Marlow | Do not #include external header files when compiling... |
blob | commitdiff | diff to current |
2008-01-01 |
Clemens Fruhwirth | Link libgmp.a statically into libHSrts.dll on Windows |
blob | commitdiff | diff to current |
2007-11-20 |
Simon Marlow | Move file locking into the RTS, fixing #629, #1109 |
blob | commitdiff | diff to current |
2007-10-18 |
Simon Marlow | add PIC relocations for x86_64, and use a simpler hack... |
blob | commitdiff | diff to current |
2007-10-19 |
Simon Marlow | FIX #1784: EM_AMD64 and EM_X86_64 might both be defined... |
blob | commitdiff | diff to current |
2007-10-11 |
Simon Marlow | Add a proper write barrier for MVars |
blob | commitdiff | diff to current |
2007-10-09 |
Simon Marlow | export n_capabilities, see #1733 |
blob | commitdiff | diff to current |
2007-10-05 |
Thorkil Naur | FIX validate for PPC Mac OS X - Linker.c |
blob | commitdiff | diff to current |
2007-09-27 |
jochemberndsen@dse.nl | FIX BUILD addDLL returns const char* |
blob | commitdiff | diff to current |
2007-09-16 |
Don Stewart | add support for EM_AMD64 elf machine type, openbsd... |
blob | commitdiff | diff to current |
2007-09-16 |
Don Stewart | patch Linker.c for amd64/openbsd |
blob | commitdiff | diff to current |
2007-09-12 |
Simon Marlow | export stopTimer(), we need this in the unix package |
blob | commitdiff | diff to current |
2007-09-05 |
Roman Leshchinskiy | Use dlsym on OS X if available |
blob | commitdiff | diff to current |
2007-09-03 |
Simon Marlow | FIX #1648: rts_mkWord64 was missing |
blob | commitdiff | diff to current |
2007-08-23 |
Simon Marlow | FIX #1626: needed to export hs_hpc_rootModule |
blob | commitdiff | diff to current |
2007-08-08 |
Clemens Fruhwirth | Add R_X86_64_PC64 relocation support to the Linker |
blob | commitdiff | diff to current |
2007-08-08 |
Clemens Fruhwirth | Build RTS as dynamic library |
blob | commitdiff | diff to current |
2007-08-06 |
Clemens Fruhwirth | Introduce new class for external symbols in Linker... |
blob | commitdiff | diff to current |
2007-07-17 |
Ian Lynagh | Implement the RTS side of GHC.Environment.getFullArgs |
blob | commitdiff | diff to current |
2007-05-31 |
Simon Marlow | FIX: loading package ghc in GHCi (added a couple of... |
blob | commitdiff | diff to current |
2007-05-16 |
Simon Marlow | later mingw runtimes have gettimeofday, it seems |
blob | commitdiff | diff to current |
2007-05-15 |
Simon Marlow | GHCi debugger: new flag -fbreak-on-exception |
blob | commitdiff | diff to current |
2007-05-11 |
Simon Marlow | FIX BUILD: revert accidentally-committed patch |
blob | commitdiff | diff to current |
2007-05-10 |
Simon Marlow | FIX: loading the ghc package under GHCi |
blob | commitdiff | diff to current |
2007-04-17 |
Simon Marlow | Re-working of the breakpoint support |
blob | commitdiff | diff to current |
2007-04-12 |
wolfgang.thaller... | Darwin/x86_64 linker support |
blob | commitdiff | diff to current |
2007-04-12 |
wolfgang.thaller... | Darwin Linker: Do not add local symbols to lochash |
blob | commitdiff | diff to current |
2007-04-12 |
wolfgang.thaller... | Handle Weak Definitions in the Darwin Linker |
blob | commitdiff | diff to current |
2007-03-08 |
Simon Marlow | add noDuplicatezh_fast to symbol table |
blob | commitdiff | diff to current |
2007-02-28 |
Simon Marlow | Remove vectored returns. |
blob | commitdiff | diff to current |
2007-02-20 |
bjpop@csse.unimelb... | Constructor names in info tables |
blob | commitdiff | diff to current |
2007-01-31 |
Ian Lynagh | Fix typo causing the PowerPC OS X build to fail |
blob | commitdiff | diff to current |
2007-01-28 |
Ian Lynagh | Fix GHCi on PowerPC OS X |
blob | commitdiff | diff to current |
2006-12-11 |
Pepe Iborra | Toggle whether the RTS gets build with debugger support... |
blob | commitdiff | diff to current |
2006-12-11 |
Pepe Iborra | Adjust code from manual merges |
blob | commitdiff | diff to current |
2006-12-10 |
Pepe Iborra | Retrieving the datacon of an arbitrary closure |
blob | commitdiff | diff to current |
2006-12-13 |
andy@galois.com | fixing obvious typo in darwin_HOST_OS code (currently... |
blob | commitdiff | diff to current |
2006-12-12 |
Simon Marlow | MERGE: Fix Windows DEP violations (bug #885) |
blob | commitdiff | diff to current |
2006-12-04 |
Simon Marlow | fix Windows GHCi |
blob | commitdiff | diff to current |
2006-11-24 |
sven.panne@aedion.de | Warning police: Removed unused variable |
blob | commitdiff | diff to current |
2006-11-21 |
Lemmih | Remove the concept of stableRoots. |
blob | commitdiff | diff to current |
2006-11-21 |
wolfgang.thaller... | Fix printf$LDBLStub workaround for Darwin |
blob | commitdiff | diff to current |
2006-11-15 |
Simon Marlow | remove unused includes, now that Storage.h & Stable... |
blob | commitdiff | diff to current |
2006-10-24 |
Simon Marlow | Split GC.c, and move storage manager into sm/ directory |
blob | commitdiff | diff to current |
2006-10-07 |
tharris@microsoft.com | STM invariants |
blob | commitdiff | diff to current |
2006-09-29 |
brianlsmith@gmail.com | Remove casts from lvalues to allow compilation under... |
blob | commitdiff | diff to current |
next |