Massive patch for the first months work adding System FC to GHC #13
[ghc-hetmet.git] / rts /
2006-09-11 Ian LynaghFix ~2000 second profiling time wrapping bug
2006-09-10 Ian LynaghFix warnings traceBegin/traceEnd implicitly declared
2006-09-07 Ian LynaghIf we get an unknown or unimplemented opcode, say what...
2006-09-07 Simon MarlowRemove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
2006-09-07 Simon Marlowdocument -V in the +RTS --help outpout
2006-09-06 Ian LynaghFix the Windows "VirtualAlloc MEM_COMMIT failed" bug
2006-09-05 Ian Lynaghnew RTS flag: -V to modify the resolution of the RTS...
2006-08-31 Esa Ilari VuokkoDon't lose linked list tail
2006-08-30 Esa Ilari VuokkoFix Windows MBlock alloctor bookkeeping bug
2006-08-31 Simon Marlowfree the task *after* calling closeCond and closeMutex
2006-08-31 Simon Marlowdon't closeMutex() the Capability lock
2006-08-30 Simon Marlowfix Unix build
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-08-30 Simon Marlowcall ShutdownIOManager() before closing handles
2006-08-30 Simon MarlowWindows: make some soft failures into fatal errors
2006-08-30 Simon MarlowFILL_SLOP: don't fill slop for BLACKHOLE/CAF_BLACKHOLE
2006-08-29 Simon Marlowoops, got the sense of the error case wrong
2006-08-29 Simon Marlowfix some rerrors in the worker counting
2006-08-29 Simon Marlowadd missing case for BlockedOnDoProc
2006-08-25 Simon MarlowshutdownCapability(): don't bail out after 50 iterations
2006-08-25 Simon MarlowMips registerised support
2006-08-25 Simon MarlowFree Win32 Handles on shutdown
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-08-23 Esa Ilari VuokkoAdd shared Typeable support
2006-08-23 Esa Ilari VuokkoIgnore sections generated from .ident
2006-08-24 Simon MarlowSparc fix: work around gcc optimising away the reserved...
2006-08-23 Esa Ilari VuokkoClean up coding style
2006-08-23 Esa Ilari VuokkoUse stgMallc and stgFree instead of malloc/free
2006-08-21 Esa Ilari VuokkoRemove wrong VirtualAlloc MEM_DECOMMITs on cleanup
2006-08-13 Esa Ilari VuokkoRemove few format-warnings by adding casts
2006-08-13 Esa Ilari VuokkoRemove warning: Correct includes for mingw
2006-08-20 Esa Ilari Vuokko(temp) #814 - More flexible memory allocation in Windows
2006-08-10 sven.panne@aedion.deMatch format strings and arguments for printf-like...
2006-08-10 sven.panne@aedion.deWarning police: Make prototype for LDV_recordDead_FILL_...
2006-08-10 sven.panne@aedion.deWarning police: Make strlen and friends known
2006-08-10 sven.panne@aedion.deTweak GCC's inlining parameters to get thread_obj inlined
2006-08-10 Simon MarlowControl.Exception.unblock wasn't unblocking exceptions
2006-08-09 Simon Marlowfix bug in task freeing
2006-08-09 Simon MarlowRemove the artifical cap on the number of workers
2006-08-09 Simon Marlowmake exit() overridable, for use in DLLs
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-07-08 Ian Lynagh#807: Removed double fclose of prof_file
2006-07-27 Simon Marlowa couple more symbols need package names
2006-07-26 Simon Marlowmissed one symbol that needs a package name
2006-07-26 Simon Marlowchange wired-in Haskell symbols to include the package...
2006-07-19 simonmar@microsoft.comfix eran error message by reordering a couple of tests
2006-07-10 Simon Marlowre-add -fvia-C
2006-06-29 Simon MarlowNo longer force -fvia-C for the RTS, it can now be...
2006-06-29 Simon MarlowReplace inline C functions with C-- macros in .cmm...
2006-06-29 Simon Marlowmpz_foo() functions are really called __gmpz_foo()...
2006-06-29 Simon Marlowuse the new "prim %write_barrier()" in .cmm instead...
2006-06-29 Simon MarlowUse -fno-strict-aliasing for *all* C files in the runtime
2006-06-20 Simon Marlowfix a lint-o
2006-06-20 Simon Marlowfix sloppy conditionals
2006-06-20 Simon Marlowfix a few sloppy conditionals caught by new test in...
2006-06-27 Simon Marlowfix up slop-overwriting for THUNK_SELECTORS in DEBUG...
2006-06-23 Simon Marlowfix a couple of bugs in markSparkQueue (#799)
2006-06-16 Simon Marlowcomment out a non-true assertion
2006-06-16 Simon Marlowmake compilation a little less noisy
2006-06-16 Simon Marlowallow the max number of workers to scale with +RTS -N
2006-06-16 Simon Marlowfix one-character error in stack check
2006-06-16 Simon Marlowadd STM support to the new throwTo mechanism
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-06-14 Simon Marlowcall wakeUpRts() in the correct place
2006-06-08 Simon Marlowfix possible ^C problems
2006-06-08 Simon MarlowNew tracing interface
2006-06-08 Simon Marlowfix warnings
2006-06-08 Simon Marlowfix warnings
2006-06-08 Simon Marlowmore warning fixage
2006-06-08 Simon Marlowfix a warning
2006-06-08 Simon Marlowfix some warnings
2006-06-08 Simon MarlowAdd new RTS flags for tracing:
2006-06-07 Simon Marlowcodegen debug flag (+RTS -Dc) was unused; remove it
2006-06-07 Simon Marlowadd 'const' modifiers to types where appropriate
2006-06-07 Simon Marlowrearrange casts to avoid gcc warnings
2006-06-07 Simon Marlowwarning fix
2006-06-07 Simon Marlowremove //@ stuff
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-06-07 Simon MarlowRemove unnecessary SCHED_INTERRUPTED scheduler state
2006-04-27 Simon Marlowfix a warning
2006-06-06 simonmar@microsoft.commarkSignalHandlers(): implementation was unnecessary...
2006-05-30 simonmar@microsoft.comWin32: add _imp__tzname
2006-05-30 simonmar@microsoft.comfix Win32 build
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-05-25 Simon MarlowperformGC_(): don't use the existing Task, always grab...
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-05-24 Simon MarlowTARGET_OS ==> HOST_OS
2006-05-24 Simon Marlowfix a _TARGET_ARCH that should be _HOST_ARCH
2006-05-18 Simon MarlowDeclare this file to be POSIX
2006-05-16 Duncan CouttsLet GHCi work with with Sparc32+/V8+ .o files
2006-05-02 Simon Marlowfix ctime_r problem on Solaris (I hope)
2006-04-28 dons@cse.unsw.edu.auFix stage2 segfault on openbsd.
2006-04-26 LemmihDon't init root pointers if they aren't gonna be used.
2006-04-18 LemmihExport 'insertSymbol' and 'insertStableSymbol'.
2006-04-07 Simon MarlowFix a bug related to threads blocked on blackholes 04_07_06 07_04_06
2006-04-07 Simon MarlowReorganisation of the source tree