summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-2450-4886/+5075
* fix a printf format warningSimon Marlow2006-10-241-1/+1
* add prototypes for exitHashTable()Simon Marlow2006-10-201-0/+2
* remove ^MsSimon Marlow2006-10-191-46/+46
* rename allocated_bytes() to allocatedBytes()Simon Marlow2006-10-191-2/+2
* remove performGCWithRoots()Simon Marlow2006-10-191-12/+0
* compensate for gmp/configure sometimes not being executableSimon Marlow2006-10-171-1/+1
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-171-5/+0
* Partially fix GHCi when unregisterisedIan Lynagh2006-10-121-0/+5
* Tweaks and missing case in disassemblerIan Lynagh2006-10-091-3/+9
* STM invariantstharris@microsoft.com2006-10-0717-281/+935
* Fix unregisterised alpha buildsIan Lynagh2006-10-041-0/+2
* Remove casts from lvalues to allow compilation under GCC 4.0brianlsmith@gmail.com2006-09-291-4/+4
* Handle clock_gettime failingIan Lynagh2006-09-271-6/+8
* 64bit fixes for the symbol lookup tablesven.panne@aedion.de2006-09-231-7/+7
* Use --export-dynamic to ensure ghci works on newer openbsdsDon Stewart2006-09-211-13/+2
* Fix ~2000 second profiling time wrapping bugIan Lynagh2006-09-112-5/+5
* Fix warnings traceBegin/traceEnd implicitly declaredIan Lynagh2006-09-101-0/+4
* If we get an unknown or unimplemented opcode, say what it isIan Lynagh2006-09-071-1/+2
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-078-35/+2
* document -V in the +RTS --help outpoutSimon Marlow2006-09-071-3/+6
* Fix the Windows "VirtualAlloc MEM_COMMIT failed" bugIan Lynagh2006-09-061-1/+1
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-0510-48/+80
* Don't lose linked list tailEsa Ilari Vuokko2006-08-311-1/+1
* Fix Windows MBlock alloctor bookkeeping bugEsa Ilari Vuokko2006-08-301-10/+10
* free the task *after* calling closeCond and closeMutexSimon Marlow2006-08-311-1/+1
* don't closeMutex() the Capability lockSimon Marlow2006-08-311-2/+4
* fix Unix buildSimon Marlow2006-08-301-0/+2
* add sysErrorBelch() for reporting system call errorsSimon Marlow2006-08-306-14/+87
* call ShutdownIOManager() before closing handlesSimon Marlow2006-08-301-1/+1
* Windows: make some soft failures into fatal errorsSimon Marlow2006-08-301-5/+10
* FILL_SLOP: don't fill slop for BLACKHOLE/CAF_BLACKHOLESimon Marlow2006-08-301-0/+6
* oops, got the sense of the error case wrongSimon Marlow2006-08-291-1/+1
* fix some rerrors in the worker countingSimon Marlow2006-08-291-6/+10
* add missing case for BlockedOnDoProcSimon Marlow2006-08-291-0/+3
* 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