FIX BUILD (with GHC 6.2.x): System.Directory.Internals is no more
[ghc-hetmet.git] / rts /
2007-07-04 Simon MarlowWe don't need a SIGCONT handler any more
2007-07-03 Simon MarlowFIX BUILD (Windows): catch up with changes to .cmm...
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-06 Michael D. AdamsMinor comment update
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-06-27 Simon Marlow+RTS -V0 disables the interval timer completely (for...
2007-06-27 andy@galois.comCleaning up Hpc.c; adding support for reflection into...
2007-06-26 Simon MarlowMake the threaded RTS compilable using -fasm
2007-06-26 andy@galois.comCleanup Hpc sub-system, remove hpc-tracer implementation.
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-20 Simon Marlowremove debugging code accidentally left in
2007-06-13 Simon Marlowanother fix for -hb: we appear to be freeing the hash...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-06-13 Simon Marlowshould be using GET_CON_DESC() to get the constructor...
2007-06-13 Simon Marlowwarning police
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-06-12 andy@galois.comAdding new ffi calls into the Hpc rts subsystem
2007-05-25 Simon Marlowtiny cleanup
2007-06-01 Simon Marlowremove OpenBSD-specific initAdjustor() code that should...
2007-05-31 Simon MarlowFIX: loading package ghc in GHCi (added a couple of...
2007-05-18 Simon MarlowFIX #767 (withMVar family have a bug)
2007-05-18 Simon Marlowremove old comments and commented-out code
2007-05-16 Simon Marlowraise#: break *after* stripping the stack, not before
2007-05-16 Simon Marlowlater mingw runtimes have gettimeofday, it seems
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-11 Simon MarlowFIX BUILD: revert accidentally-committed patch
2007-05-10 Simon MarlowFIX: loading the ghc package under GHCi
2007-05-08 Simon MarlowFIX BUILD (non-profiling RTS was broken in previous...
2007-05-08 Simon MarlowFIX: #1227 (biographical profiling broken)
2007-05-08 Simon MarlowFIX crash on exit with biographical profiling
2007-05-08 Simon MarlowFIX profiling :-(
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-04-30 Simon Marlowtidyup comments and fix a few warnings
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-04-26 Tim ChevalierAvoid segfault when ticky file argument is stderr
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-16 Simon MarlowMERGE: Fix a few uses of the wrong return convention...
2007-04-12 wolfgang.thaller... Darwin/x86_64 linker support
2007-04-12 wolfgang.thaller... Darwin Linker: Do not add local symbols to lochash
2007-04-12 wolfgang.thaller... Handle Weak Definitions in the Darwin Linker
2007-04-01 red5_2@hotmail.comfix adjustor generation on ia64 (test case ffi009)
2007-03-27 red5_2@hotmail.comsave two more FP registers on ia64
2007-04-04 Simon Marlowslight doc wibble for the -r flag
2007-04-04 Simon MarlowMERGE: Fix bug exposed by conc052.
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-03-22 Ian LynaghAdd an --install-signal-handlers=<yes|no> RTS flag...
2007-03-18 red5_2@hotmail.commangler and runtime updates for gcc 4 on ia64
2007-03-11 Ian LynaghHave configure take arguments telling it where gmp...
2007-03-08 Simon Marlowadd missing %ENTRY_CODE()
2007-03-08 Simon Marlowadd noDuplicatezh_fast to symbol table
2007-03-06 Simon Marlowadd noDuplicate#
2007-03-06 Simon MarlowTHREADED_RTS: use cas() when claiming thunks
2007-03-06 Simon MarlowworkerTaskStop(): set task->cap = NULL
2007-03-06 Simon Marlowdisable -Wbad-function-cast; it's hard/impossible to...
2007-03-06 Simon Marlowremove vestiges of CCallable/CReturnable
2007-03-05 Simon MarlowforkProcess: startTimer() in the child, because the...
2007-03-05 Simon Marlowbetter autoconfery for timer_create()
2007-03-02 Simon MarlowUse timer_create() for the interval timer, if available
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-23 Ian Lynaghpthread_key_delete wants the key itself, not a pointer...
2007-02-22 Ian LynaghFree thread local storage on shutdown
2007-02-20 Simon MarlowfreeTaskManager: don't free Tasks that are still in use
2007-02-20 Simon MarlowFix sleep delay for the non-threaded Windows RTS
2007-02-14 Simon Marlowadd a ToDo, reference bug #1147
2007-02-13 andy@galois.comFixing bad allocation of tix box breakpointing array.
2007-02-13 andy@galois.comUsing RTS debug tracing support inside Hpc.c
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-02-05 Simon Marlowfix memory leak in allocExec/freeExec (see bug #985)
2006-12-21 Alexey RodriguezOne more PAPI measurement, dropped precise cycle counti...
2007-02-03 sven.panne@aedion.deWarning police: "%p" format expects a void*
2007-02-01 sven.panne@aedion.deWarning police: Avoid warning about unused variable
2007-02-01 Simon MarlowPartial fix for #926
2007-01-31 Ian LynaghFix typo causing the PowerPC OS X build to fail
2007-01-29 Simon Marlowfix bug in GetLastError/SetLastError patch
2007-01-28 Ian LynaghFix GHCi on PowerPC OS X
2007-01-26 Simon MarlowSave the Win32 error code where necessary
2007-01-17 Simon Marlowaddition to "Eagerly raise a blocked exception" to...
2007-01-16 Ian LynaghCheck with sysconf _POSIX_THREAD_CPUTIME is available...
2007-01-10 andy@galois.comChanging bootstrapping for pipes between debugger and...
2007-01-09 andy@galois.comDynamically allocating the tix box breakpoint array
2007-01-09 andy@galois.comAdding command channel for the hpc debugger to the...
2007-01-05 Simon MarlowEagerly raise a blocked exception when entering 'unbloc...
2007-01-05 Simon Marlowdisable an incorrect ASSERTion in the non-THREADED_RTS...
2006-12-30 sven.panne@aedion.deWarning police: Added missing #include
2006-12-22 Ian LynaghRemove ' in cpp error
2006-12-21 Ian LynaghAllow a word-sized argument for STKCHECK
2006-12-18 Ian LynaghDon't overwrite old memory with 0xaa when doing a realloc
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-12-09 Pepe IborraTwo new prim ops to access the Info Table and Payload...
2006-12-15 Ian LynaghFree more things that we allocate 2006-12-16
2006-12-15 Ian LynaghFree all tasks on exit, not just those on the task_free...
2006-12-15 Ian LynaghGive cap its correct type, rather than void
2006-12-15 Ian LynaghPut the task on the free list in workerTaskStop
next