summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* shutdownCapability(): don't bail out after 50 iterationsSimon Marlow2006-08-251-1/+7
* Mips registerised supportSimon Marlow2006-08-251-0/+33
* Free Win32 Handles on shutdownSimon Marlow2006-08-255-12/+54
* Fix unregisterised builds, and building on non-x86/amd64/powerpcIan Lynagh2006-08-253-2/+9
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-238-1/+31
* Add shared Typeable supportEsa Ilari Vuokko2006-08-233-0/+57
* Ignore sections generated from .identEsa Ilari Vuokko2006-08-231-0/+2
* Sparc fix: work around gcc optimising away the reserved stack chunkSimon Marlow2006-08-241-1/+4
* Clean up coding styleEsa Ilari Vuokko2006-08-231-31/+54
* Use stgMallc and stgFree instead of malloc/freeEsa Ilari Vuokko2006-08-231-10/+11
* Remove wrong VirtualAlloc MEM_DECOMMITs on cleanupEsa Ilari Vuokko2006-08-211-2/+0
* Remove few format-warnings by adding castsEsa Ilari Vuokko2006-08-131-2/+2
* Remove warning: Correct includes for mingwEsa Ilari Vuokko2006-08-131-0/+3
* (temp) #814 - More flexible memory allocation in WindowsEsa Ilari Vuokko2006-08-201-125/+172
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-109-37/+37
* Warning police: Make prototype for LDV_recordDead_FILL_SLOP_DYNAMIC visiblesven.panne@aedion.de2006-08-101-0/+1
* Warning police: Make strlen and friends knownsven.panne@aedion.de2006-08-101-0/+1
* Tweak GCC's inlining parameters to get thread_obj inlinedsven.panne@aedion.de2006-08-101-0/+3
* Control.Exception.unblock wasn't unblocking exceptionsSimon Marlow2006-08-101-0/+3
* fix bug in task freeingSimon Marlow2006-08-091-1/+1
* Remove the artifical cap on the number of workersSimon Marlow2006-08-091-10/+0
* make exit() overridable, for use in DLLsSimon Marlow2006-08-092-1/+5
* Remember to free() memory on exitSimon Marlow2006-08-086-0/+58
* #807: Removed double fclose of prof_fileIan Lynagh2006-07-081-2/+0
* a couple more symbols need package namesSimon Marlow2006-07-271-2/+2
* missed one symbol that needs a package nameSimon Marlow2006-07-261-1/+1
* change wired-in Haskell symbols to include the package nameSimon Marlow2006-07-264-159/+159
* fix eran error message by reordering a couple of testssimonmar@microsoft.com2006-07-191-4/+4
* re-add -fvia-CSimon Marlow2006-07-101-0/+3
* No longer force -fvia-C for the RTS, it can now be compiled with the NCGSimon Marlow2006-06-291-3/+0
* Replace inline C functions with C-- macros in .cmm codeSimon Marlow2006-06-292-8/+6
* mpz_foo() functions are really called __gmpz_foo() in GMPSimon Marlow2006-06-291-22/+22
* use the new "prim %write_barrier()" in .cmm instead of calls to wb()Simon Marlow2006-06-292-25/+25
* Use -fno-strict-aliasing for *all* C files in the runtimeSimon Marlow2006-06-291-4/+9
* fix a lint-oSimon Marlow2006-06-201-1/+1
* fix sloppy conditionalsSimon Marlow2006-06-202-10/+10
* fix a few sloppy conditionals caught by new test in CmmLintSimon Marlow2006-06-201-1/+1
* fix up slop-overwriting for THUNK_SELECTORS in DEBUG modeSimon Marlow2006-06-271-10/+14
* fix a couple of bugs in markSparkQueue (#799)Simon Marlow2006-06-231-1/+3
* comment out a non-true assertionSimon Marlow2006-06-161-1/+1
* make compilation a little less noisySimon Marlow2006-06-161-2/+2
* allow the max number of workers to scale with +RTS -NSimon Marlow2006-06-161-0/+4
* fix one-character error in stack checkSimon Marlow2006-06-161-1/+1
* add STM support to the new throwTo mechanismSimon Marlow2006-06-162-10/+32
* Asynchronous exception support for SMPSimon Marlow2006-06-1618-1766/+2402
* call wakeUpRts() in the correct placeSimon Marlow2006-06-141-2/+1
* fix possible ^C problemsSimon Marlow2006-06-083-14/+37
* New tracing interfaceSimon Marlow2006-06-0818-284/+569
* fix warningsSimon Marlow2006-06-081-9/+11
* fix warningsSimon Marlow2006-06-081-8/+8