Egregious bug in tcLHsConResTy
[ghc-hetmet.git] / rts /
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