Make -dppr-debug print locations in HsSyn
[ghc-hetmet.git] / rts /
2009-08-20 Simon Marlowfix warning
2009-08-19 Simon Marlowrename whitehole_spin to evac_collision, and update...
2009-08-19 Simon Marlowuse cas() to claim the closure in copyPart(), to match...
2009-08-19 Simon MarlowAlways yieldCapabilty() when a bound thread blocks
2009-08-19 Ian LynaghImprove the "Stack space overflow" error; fixes trac...
2009-08-19 Simon MarlowDetect C finalizer callbacks in rts_lock() instead...
2009-08-19 Simon Marlowfix an include
2009-08-18 Simon MarlowFix #3429: a tricky race condition
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-12 Ian LynaghFix a sanity check; fixes #3089
2009-08-07 Ian LynaghFix the build on OS X
2009-08-06 Simon MarlowFix ticky build
2009-08-06 Simon Marlowadd #include <sys/types.h> (hopefully fixes OS X build)
2009-08-05 Simon Marlowprofiling build fix
2009-08-05 Simon Marlowprofiling build fixes
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon Marlowmove termios prototypes into a public header
2009-08-03 Simon MarlowCommon up two closure type -> string tables
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-03 Simon Marlowremove the GUM closure types
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon MarlowRemove final bits of the old .NET support
2009-08-02 Simon Marlowfast make omits all GHC stages
2009-08-04 Simon Marlowfix off-by-one in memory allocation
2009-08-03 Simon MarlowWindows build fix
2009-08-03 Simon MarlowWindows build fixes
2009-08-03 Simon MarlowWindows build fixes
2009-08-03 Simon Marlowx86_64 warning fix
2009-08-03 Simon Marlowx86_64 warning fixes
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-27 Simon Marlowreplace sparc-specific Int64 code with calls to platfor...
2009-06-28 Simon Marlowremove old incarnation of .NET support
2009-08-03 Simon Marlowrts_stop_on_exception is a C int, not a W_
2009-08-02 Ian LynaghFix permissions when installing
2009-08-01 Ian LynaghAllow more than 64k instructions in a BCO; fixes #789
2009-07-24 Ian LynaghFix a warning on Windows
2009-07-24 Simon Marlowadd number of bytes to +RTS -DS leak reports
2009-07-24 Simon Marlowfree the gc_thread structures during shutdown
2009-07-24 Simon MarlowAdd atomic_inc()/atomic_dec(), and use them to replace...
2009-07-06 Simon MarlowFix generational GC bug (#3348)
2009-07-01 Simon MarlowFix #2197 (properly this time)
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-30 Simon Marlowfix GC bug introduced with the C finalizer support
2009-06-27 Ian LynaghAdd a configure test for whether or not __mingw_vfprint...
2009-06-24 Simon Marlowpropagate the result of atomically properly (fixes...
2009-06-22 Ian LynaghAdd a couple more symbols to the Linker.c table
2009-06-16 Ian LynaghAdd a #endif back that was accidentally removed from...
2009-06-13 Duncan CouttsStop building the rts against gmp
2009-06-13 Duncan CouttsRemove the implementation of gmp primops from the rts
2009-06-13 Duncan CouttsStop setting the gmp memory functions in the rts
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-13 Duncan CouttsExports a few rts things we need for cmm code in extern...
2009-06-12 Duncan CouttsAdd and export rts_unsafeGetMyCapability from rts
2009-06-20 Ian LynaghFix the way in the +RTS --info output
2009-06-16 Simon MarlowFix #3279, #3288: fix crash encountered when calling...
2009-06-12 Ian LynaghUpdate symbol names; fixes the build on OSX
2009-06-10 Simon Marlowdon't check for stack underflow if we just had an overflow
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-11 Duncan CouttsRemove __encodeDouble and __encodeFloat from the rts
2009-06-10 Duncan CouttsConvert the gmp cmm primops to use local stack allocation
2009-06-10 Duncan CouttsMake killThread# cmm primop use local stack allocation
2009-06-04 Simon Marlowfix a warning
2009-06-04 Simon MarlowLock the StablePtr table during GC
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-29 Simon Marlowdon't shrink the stack smaller than the value set by...
2009-05-29 Simon MarlowFix bug in previous change: allocate the correct size
2009-05-28 Ben.Lippmeier@anu... Fix handling of R_SPARC_UA32 relocations in linker
2009-05-28 Simon MarlowRound stack size to a whole number of megablocks
2009-05-28 Simon MarlowFix #3156: ensure preconditions of splitLargeBlock()
2009-03-28 Simon Marlowexport sysErrorBelch
2009-05-21 Simon MarlowFix #3201: "ar: Bad file number" build error with MSYS...
2009-05-19 Duncan CouttsUse shared lib mode -dynload deploy to build the rts...
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsFix silly make macro mistake in a rule used in the...
2009-05-20 Simon MarlowWindows: load msvcrt and kernel32 manually
2009-05-20 Ian LynaghOS X / amd64 fixes
2009-05-18 Simon MarlowFix #3236: emit a helpful error message when the RTS...
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghHide more make rules when cleaning
2009-05-15 Simon Marlowfix cut-and-pasto in mkWeakForeignEnv#, causing random...
2009-05-01 Duncan CouttsLink the rts shared libs against gmp and the other...
2009-05-08 Simon Marlowcorrect the +RTS -? docs for -A (default is 512k not...
2009-05-08 Simon MarlowUse a more compact +RTS -s output for Tasks
2009-05-05 Simon Marlowdisable a warning
2009-05-04 Ian LynaghMore rules for bootstrapping
2009-05-03 Ian LynaghTweak rts ghc.mk for bootstrapping
2009-04-29 Duncan CouttsBuild the rts as a shared lib correctly
2009-04-28 Simon Marlowadd missing eventlog subdir
2009-04-28 Simon Marlowimprove the finalizer callback error message
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-24 Simon Marlowadd missing files (part of #3171 fix)
2009-04-23 Simon MarlowAdd EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO...
2009-04-23 Simon Marlowadd getOrSetSignalHandlerStore, much like getOrSetTypea...
2009-04-23 Simon Marlowdon't overwrite io_manager_pipe if it is already set
2009-04-03 Simon Marlowremove now-unused atomic_modify_mutvar_mutex
next