Added a comment about se.info.type being used uninitialized
[ghc-hetmet.git] / rts /
2006-11-10 sven.panne@aedion.deAdded a comment about se.info.type being used uninitialized
2006-11-10 sven.panne@aedion.deAdded a workaround for format specifier mismatch
2006-11-08 Simon Marlowupdate flag settings after files were relocated
2006-11-01 sof@galois.comadd a few #includes to make it compile
2006-10-27 Simon Marlowimprove the diagnostic generated by memInventory()...
2006-10-27 Simon Marlowcount mut-list bytes, not words
2006-10-26 Simon Marlowcopyright updates and add Commentary links
2006-10-25 Simon MarlowRemove PAR/GRAN code from the storage manager
2006-10-25 andy@galois.comChanging Main.tix to <prog_name>.tix in the Hpc RTS
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-24 Simon Marlowfix a printf format warning
2006-10-20 Simon Marlowadd prototypes for exitHashTable()
2006-10-19 Simon Marlowremove ^Ms
2006-10-19 Simon Marlowrename allocated_bytes() to allocatedBytes()
2006-10-19 Simon Marlowremove performGCWithRoots()
2006-10-17 Simon Marlowcompensate for gmp/configure sometimes not being executable
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-10-09 Ian LynaghTweaks and missing case in disassembler
2006-10-07 tharris@microsoft.comSTM invariants
2006-10-04 Ian LynaghFix unregisterised alpha builds
2006-09-29 brianlsmith@gmail.comRemove casts from lvalues to allow compilation under...
2006-09-27 Ian LynaghHandle clock_gettime failing
2006-09-23 sven.panne@aedion.de64bit fixes for the symbol lookup table
2006-09-21 Don StewartUse --export-dynamic to ensure ghci works on newer...
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
next