summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Update symbol names; fixes the build on OSXIan Lynagh2009-06-121-8/+8
* don't check for stack underflow if we just had an overflowSimon Marlow2009-06-101-1/+3
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-292-8/+13
* Remove __encodeDouble and __encodeFloat from the rtsDuncan Coutts2009-06-112-46/+0
* Convert the gmp cmm primops to use local stack allocationDuncan Coutts2009-06-101-59/+56
* Make killThread# cmm primop use local stack allocationDuncan Coutts2009-06-101-2/+3
* fix a warningSimon Marlow2009-06-041-0/+1
* Lock the StablePtr table during GCSimon Marlow2009-06-042-0/+23
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-023-76/+0
* Remove old GUM/GranSim codeSimon Marlow2009-06-0225-3661/+25
* $(XARGS) might include arguments, so don't quote it in makefilesIan Lynagh2009-05-301-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-24/+24
* don't shrink the stack smaller than the value set by +RTS -k<size>Simon Marlow2009-05-291-0/+2
* Fix bug in previous change: allocate the correct sizeSimon Marlow2009-05-291-2/+3
* Fix handling of R_SPARC_UA32 relocations in linkerBen.Lippmeier@anu.edu.au2009-05-281-3/+12
* Round stack size to a whole number of megablocksSimon Marlow2009-05-281-1/+1
* Fix #3156: ensure preconditions of splitLargeBlock()Simon Marlow2009-05-281-1/+8
* export sysErrorBelchSimon Marlow2009-03-281-0/+1
* Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YESSimon Marlow2009-05-211-1/+1
* Use shared lib mode -dynload deploy to build the rts and core shared libsDuncan Coutts2009-05-191-1/+2
* Keep C main separate from rts lib and link it in for standalone progsDuncan Coutts2009-05-154-151/+223
* Fix silly make macro mistake in a rule used in the --enable-shared caseDuncan Coutts2009-05-141-2/+2
* Windows: load msvcrt and kernel32 manuallySimon Marlow2009-05-201-0/+10
* OS X / amd64 fixesIan Lynagh2009-05-202-3/+5
* Fix #3236: emit a helpful error message when the RTS has not been initialisedSimon Marlow2009-05-183-15/+18
* Bootstrapping fixesIan Lynagh2009-05-161-0/+3
* Hide more make rules when cleaningIan Lynagh2009-05-161-0/+4
* fix cut-and-pasto in mkWeakForeignEnv#, causing random segfaultsSimon Marlow2009-05-151-1/+1
* Link the rts shared libs against gmp and the other C libsDuncan Coutts2009-05-011-2/+7
* correct the +RTS -? docs for -A (default is 512k not 256k)Simon Marlow2009-05-081-1/+1
* Use a more compact +RTS -s output for TasksSimon Marlow2009-05-081-2/+4
* disable a warningSimon Marlow2009-05-051-0/+1
* More rules for bootstrappingIan Lynagh2009-05-041-0/+10
* Tweak rts ghc.mk for bootstrappingIan Lynagh2009-05-031-0/+2
* Build the rts as a shared lib correctlyDuncan Coutts2009-04-291-3/+10
* add missing eventlog subdirSimon Marlow2009-04-281-1/+1
* improve the finalizer callback error messageSimon Marlow2009-04-281-1/+3
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-265-503/+403
* add missing files (part of #3171 fix)Simon Marlow2009-04-241-0/+84
* Add EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO_THREADSimon Marlow2009-04-232-22/+13
* add getOrSetSignalHandlerStore, much like getOrSetTypeableStoreSimon Marlow2009-04-233-60/+5
* don't overwrite io_manager_pipe if it is already setSimon Marlow2009-04-231-1/+3
* remove now-unused atomic_modify_mutvar_mutexSimon Marlow2009-04-031-6/+0
* SPARC NCG: Add a comment explaining why we can't used a pinned reg for gctBen.Lippmeier@anu.edu.au2009-04-201-3/+20
* Removed unused function postEventTypeID.donnie@darthik.com2009-04-131-3/+0
* For consistency, changed access of thread id to be through capability instead...donnie@darthik.com2009-04-131-1/+1
* Added new EventLog event: Spark to Thread.donnie@darthik.com2009-04-132-1/+21
* Changed postEvent last argument from "nat from" to "StgWord64 other".donnie@darthik.com2009-04-132-5/+5
* Fixed ThreadID to be defined as StgThreadID, not StgWord64. Changed Capabili...donnie@darthik.com2009-04-131-11/+16