ghc-hetmet.git
2008-11-19 Simon MarlowSmall refactoring, and add comments
2008-11-19 Simon MarlowFix some unsigned comparisions that should be signed
2008-11-19 Simon MarlowRemove incorrect assertions in steal()
2008-11-14 Simon Marlowdon't run sparks if there are other threads on this...
2008-11-19 Simon MarlowFix typo (HAVE_LIBGMP => HAVE_LIB_GMP); omit local...
2008-11-19 Simon MarlowFix some more shutdown races
2008-11-14 Judah JacobsonAdd help messages about --with-editline-(includes,libra...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-17 Simon MarlowFix #2783: detect black-hole loops properly
2008-11-17 Simon MarlowFix warning on Windows (use deleteThread() not deleteTh...
2008-11-17 Simon Marlowfix compile breakage on Windows
2008-11-17 Simon MarlowAttempt to fix #2512 and #2063; add +RTS -xm<address...
2008-11-17 Simon MarlowAnother shutdown fix
2008-11-16 Ian LynaghCorrect an example in the users guide
2008-11-16 Ian LynaghFix gen_contents_index when not run inplace; trac ...
2008-11-14 Simon Marlowclose the temporary Handle before removing the file
2008-11-14 Simon Marlowrefactor: move unlockClosure() into SMPClosureOps(...
2008-11-14 Simon MarlowOmit definitions of cas() and xchg() in .hc code
2008-11-14 Simon MarlowDon't put stdin into non-blocking mode (#2778, #2777)
2008-11-14 Simon MarlowRmoeve --enable-dotnet
2008-11-14 Simon Marlow#2751: disourage --enable-shared in ./configure --help
2008-11-14 Simon Marlowadd a warning that --enable-shared is experimental
2008-11-13 Simon MarlowlookupSymbol: revert to looking up both with and withou...
2008-11-13 Simon Marlow#2768: fix compatibility problem with newer version...
2008-11-13 Simon Marlownotice ^C exceptions when waiting for I/O
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-11-13 Simon MarlowFix another subtle shutdown deadlock
2008-11-13 Simon MarlowFix an extremely subtle deadlock bug on x86_64
2008-11-13 Simon Marlowmove an assertion
2008-11-12 Simon MarlowAlways zap the trailing @N from symbols when looking...
2008-11-12 Simon MarlowOnly allocate a mark stack if we're actually doing...
2008-11-11 Simon MarlowFix parse error with older gccs (#2752)
2008-11-11 Simon MarlowFix to i386_insert_ffrees (#2724, #1944)
2008-11-10 Simon MarlowFix bootstrap with 6.10.1 on Windows
2008-11-05 Neil MitchellPerform case-insensitive matching of path components...
2008-11-10 Thomas SchillingDocumentation only. Clarify that 'load*' may indeed...
2008-11-10 Thomas SchillingFix documentation (to say the opposite).
2008-11-10 Thomas SchillingFix line numbers in TAGS files.
2008-11-10 Thomas SchillingDocumentation only.
2008-11-10 Thomas SchillingAdd 'packageDbModules' function to GHC API.
2008-11-08 Ian LynaghWe now require GHC 6.6, so we always have Applicative
2008-11-08 Ian LynaghRemove a CPP test that's always true (__GLASGOW_HASKELL...
2008-11-08 Ian LynaghRemove some dead code now that __GLASGOW_HASKELL__...
2008-11-08 Ian LynaghRemove some flag duplication from a Makefile
2008-11-08 Ian Lynaghghc_ge_605 is now always YES
2008-11-08 Ian LynaghRemove the GHC 6.4 unicode compat stuff; we can now...
2008-11-08 Clemens FruhwirthFix libffi bindist
2008-11-07 Clemens FruhwirthReplace couple of fromJust with expectJust
2008-11-07 Simon MarlowBugfix for patch "Do not filter the rts from linked...
2008-11-07 Simon Marlowfix via-C compilation: import ghczmprim_GHCziBool_False...
2008-11-07 Simon Marlowdisable instance MonadPlus CoreM for GHC <= 6.6
2008-11-06 Simon Marlowre-instate counting of sparks converted
2008-11-06 Simon Marlowfix ASSERT_SPARK_POOL_INVARIANTS(): top>bottom is valid
2008-11-06 Simon MarlowpruneSparkQueue(): fix bug when top>bottom
2008-11-06 Simon Marlowdon't yield if the system is shutting down
2008-11-06 Simon Marlowleave out ATTRIBUTE_ALIGNED on Windows, it gives a...
2008-11-06 Simon MarlowCope with ThreadRelocated when traversing the blocked_queue
2008-10-31 Thomas SchillingRemove dead code.
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-11-06 Simon MarlowallocateInGen(): increase alloc_blocks (#2747)
2008-11-06 Simon Marlowdisable MonadPlus instance that doesn't compile with 6.6
2008-11-05 Simon Marlowdon't yield the Capability if blackholes_need_checking
2008-11-05 Simon Marlowdeadlock fix: reset the flag *after* checking the black...
2008-11-05 Simon Marlowretreat the top/bottom fields of the spark pool in...
2008-11-04 Simon Marlowfix the :help docs for :set stop (#2737)
2008-11-04 Simon Marlowbugfix: don't ingore the return value from rts_evalIO()
2008-10-24 Simon MarlowDocument the new SPARKS statistic, and xref from the...
2008-10-24 Simon MarlowMove the freeing of Capabilities later in the shutdown...
2008-10-23 Simon MarlowPad Capabilities and Tasks to 64 bytes
2008-11-03 simonpj@microsoft.comFix desugaring of record update (fixes Trac #2735)
2008-10-31 Ian LynaghRefuse to register packages with unversioned dependenci...
2008-10-31 Ian LynaghWe now require GHC 6.6 to build the HEAD (and thus...
2008-10-31 Ian Lynagh:set prompt now understand Haskell String syntax; trace...
2008-10-31 simonpj@microsoft.comComments only
2008-10-31 Thomas SchillingQuickfix for warning.
2008-10-28 Thomas SchillingExport typeclasses for accessing compiler results.
2008-10-28 Thomas SchillingMinor refactoring.
2008-10-28 Thomas SchillingInclude record fields in tags.
2008-10-31 simonpj@microsoft.comFix imports
2008-10-30 simonpj@microsoft.comImprove error reporting for non-rigid GADT matches
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-30 simonpj@microsoft.comFix Trac #2674: in TH reject empty case expressions...
2008-10-29 simonpj@microsoft.comChange naming conventions for compiler-generated dictio...
2008-10-29 simonpj@microsoft.comFix tcrun031: yet more tidying up in TcDeriv
2008-10-29 simonpj@microsoft.comAdd Outputable instance for CoercionI
2008-10-28 simonpj@microsoft.comFix Trac #2720: inlining and casts
2008-10-28 simonpj@microsoft.comClarify documentatoin
2008-10-23 Ian LynaghUpdate library version numbers in the release notes
2008-10-07 Simon Marlowvarious updates to the release notes
2008-09-20 Ian LynaghAdd library release notes
2008-09-20 Ian LynaghAdd release notes for the compiler
2008-10-28 Ian LynaghDoc fix
2008-10-28 Ian LynaghRename some variables in docs
2008-10-28 Ian LynaghFix typos
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-28 simonpj@microsoft.comRemove dead code
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-10-25 simonpj@microsoft.comFix Trac #2701: make deriving check better for unlifted...
2008-10-24 Ian LynaghUse pdflatex rather than latex for building
next