summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 8 byte align data. Fixes SIBGUSs on HPPA/Linux.Ian Lynagh2006-09-091-2/+2
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-071-67/+65
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-053-3/+8
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-301-0/+15
* MAYBE_GC: initialise HpAllocSimon Marlow2006-08-301-0/+1
* Reserve a register for REG_Base on the SparcRoman Leshchinskiy2006-08-251-0/+2
* Add atomic SMP primitives for the SparcRoman Leshchinskiy2006-08-251-0/+18
* Mips registerised supportSimon Marlow2006-08-252-16/+37
* Fix unregisterised builds, and building on non-x86/amd64/powerpcIan Lynagh2006-08-253-10/+18
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+1
* Add shared Typeable supportEsa Ilari Vuokko2006-08-231-0/+19
* fixes to PPC version of cas(), from David Kirkman <dkirkman@gmail.com>Simon Marlow2006-08-211-1/+2
* remove out of date commentSimon Marlow2006-08-101-10/+0
* make exit() overridable, for use in DLLsSimon Marlow2006-08-091-0/+2
* Remember to free() memory on exitSimon Marlow2006-08-081-0/+3
* change wired-in Haskell symbols to include the package nameSimon Marlow2006-07-261-4/+4
* Replace inline C functions with C-- macros in .cmm codeSimon Marlow2006-06-294-8/+29
* remove conditionals from definition of StgRegTableSimon Marlow2006-06-291-2/+0
* use the new "prim %write_barrier()" in .cmm instead of calls to wb()Simon Marlow2006-06-291-3/+3
* fix sloppy conditionalsSimon Marlow2006-06-201-1/+1
* fix up slop-overwriting for THUNK_SELECTORS in DEBUG modeSimon Marlow2006-06-271-0/+2
* add decl for stg_block_throwto_retSimon Marlow2006-06-201-0/+1
* Asynchronous exception support for SMPSimon Marlow2006-06-165-22/+59
* make rmp_tmp_w an StgWord instead of StgIntSimon Marlow2006-06-161-1/+1
* fix warningsSimon Marlow2006-06-081-0/+11
* Make it so that StgWord/StgInt are longsSimon Marlow2006-06-081-2/+11
* Add new RTS flags for tracing:Simon Marlow2006-06-081-0/+5
* codegen debug flag (+RTS -Dc) was unused; remove itSimon Marlow2006-06-071-1/+0
* add 'const' modifiers to types where appropriateSimon Marlow2006-06-072-9/+9
* fix type of allocateExecSimon Marlow2006-06-011-1/+1
* stgMallocBytesRWX --> allocateExecSimon Marlow2006-06-011-1/+1
* replace stgMallocBytesRWX() with our own allocatorSimon Marlow2006-05-302-1/+7
* #define _REENTRANT 1 (needed to get the right errno on some OSs)Simon Marlow2006-05-181-0/+4
* HsBool should be HsInt, not StgBoolSimon Marlow2006-04-181-1/+1
* Export 'insertSymbol' and 'insertStableSymbol'.Lemmih2006-04-181-0/+9
* Reorganisation of the source treeSimon Marlow2006-04-0749-0/+10937