summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-22/+72
* Use the correct libffi type for pointersSimon Marlow2008-01-041-0/+1
* Windows now doesn't need different values for DQ in the build systemIan Lynagh2008-01-231-6/+1
* Add dyn-wrapper.c used as cross-plattform launch wrapper for executables usin...Clemens Fruhwirth2008-01-162-0/+411
* FIX BUILD (Solaris): include fcntl.h for file operationsRoman Leshchinskiy2008-01-151-0/+3
* Add GMP_INCLUDE_DIRS in a couple of placesIan Lynagh2008-01-121-0/+1
* Optionally use libffi to implement 'foreign import "wrapper"' (#793)Simon Marlow2008-01-033-14/+108
* FIX #1898: add a missing UNTAG_CLOSURE() in checkBlackHolesSimon Marlow2008-01-031-1/+1
* Link libgmp.a statically into libHSrts.dll on WindowsClemens Fruhwirth2008-01-012-6/+20
* Fix building libHSrts.dll by using ghc-pkg instead of grepping in base.cabalClemens Fruhwirth2007-12-301-12/+11
* FIX #1980: must check for ThreadRelocated in killThread#Simon Marlow2007-12-171-0/+5
* Eliminate external GMP dependenciesManuel M T Chakravarty2007-12-171-0/+8
* protect console handler against concurrent access (#1922)Simon Marlow2007-12-041-3/+11
* forkIO starts the new thread blocked if the parent is blocked (#1048)Simon Marlow2007-12-041-0/+12
* FIX #1925: the interpreter was not maintaining tag bits correctlySimon Marlow2007-11-271-13/+25
* add missing instruction: ALLOC_AP_NOUPDSimon Marlow2007-11-271-0/+3
* Check tag bits on the fun pointer of a PAPSimon Marlow2007-11-261-0/+3
* On Windows, Delete the CriticalSection's we InitializeIan Lynagh2007-11-253-0/+4
* Document --info in the +RTS -? helpIan Lynagh2007-11-231-0/+1
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-205-6/+144
* FIX #1679: crash on returning from a foreign callSimon Marlow2007-11-151-1/+16
* Fix freeHaskellFunctionPtr for Darwin/i386Aaron Tomb2007-10-291-1/+1
* Fix warning in OSMem for darwinManuel M T Chakravarty2007-10-301-1/+1
* We need to set _way=* in rts/ both when making and installing bindistsIan Lynagh2007-10-271-0/+8
* FIX #1791: fail with out-of-heap when allocating more than the max heap size ...Simon Marlow2007-10-241-0/+8
* Fix more warningsSimon Marlow2007-10-231-4/+4
* FIX BUILD (on 32-bit platforms): hs_hpc_module() type mismatchSimon Marlow2007-10-231-4/+4
* add PIC relocations for x86_64, and use a simpler hack in place of x86_64_hig...Simon Marlow2007-10-181-89/+79
* remove an incorrect assertionSimon Marlow2007-10-161-5/+0
* FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same valueSimon Marlow2007-10-191-2/+1
* FIX #1450: asynchronous exceptions are now printed by +RTS -xcSimon Marlow2007-10-181-0/+13
* fix -fbreak-on-exception for unregsterisedSimon Marlow2007-10-181-4/+5
* fix breakpoints in unregisterised modeSimon Marlow2007-10-181-3/+8
* Change some ints to unsigned intsSimon Marlow2007-10-181-5/+5
* fix warnings when compiling via CSimon Marlow2007-10-181-4/+4
* rollback "accounting wibble: we were missing an alloc_blocks .. "Simon Marlow2007-10-181-1/+3
* Refactoring: extract platform-specific code from sm/MBlock.cSimon Marlow2007-10-174-437/+442
* fix an error message (barf -> sysErrorBelch)Simon Marlow2007-10-171-2/+3
* FIX profiling after my storage manager changesSimon Marlow2007-10-151-17/+1
* Add allocateInGen() for allocating in a specific generation, and cleanupsSimon Marlow2007-10-125-176/+102
* optimise isAlive()Simon Marlow2007-10-121-14/+14
* accounting wibble: we were missing an alloc_blocks++ in allocateLocal()Simon Marlow2007-10-121-0/+1
* threadStackOverflow should be using allocateLocalSimon Marlow2007-10-121-1/+1
* Add a proper write barrier for MVarsSimon Marlow2007-10-1117-64/+160
* we need to #include "Stg.h" first, we can't rely on GHC to inject itSimon Marlow2007-10-101-0/+1
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-102-1/+82
* export n_capabilities, see #1733Simon Marlow2007-10-091-0/+1
* also call initMutex on every task->lock, see #1391Simon Marlow2007-10-091-0/+3
* FIX validate for PPC Mac OS X - Linker.cThorkil Naur2007-10-051-1/+1
* FIX validate for PPC Mac OS X - Evac.hThorkil Naur2007-10-051-1/+10