ghc-hetmet.git
2009-07-17 Ian LynaghRemove some code that has always been commented out
2009-07-17 simonpj@microsoft.comFix Trac #3346: tcSimplify for LHS of RULES with type...
2009-07-17 Ian LynaghAllow mixed case in the LINE pragma; patch from squadet...
2009-07-17 simonpj@microsoft.comComment only
2009-06-24 t-peterj@microsoft.comAdd missing case for eq_note.
2009-06-26 t-peterj@microsoft.comRename parameters to make debugging code compile.
2009-06-18 t-peterj@microsoft.comComment fix: use the same variable names in the conclus...
2009-07-17 Ian LynaghTypo fixes, from Alexey Mahotkin
2009-07-16 Simon MarlowUse names like '$fOrdInt' for dfuns (and TF instances...
2009-07-16 Simon MarlowUse a stable ordering for the export list in the interface
2009-07-16 Ian LynaghDon't put all of $CFLAGS into $SRC_CC_OPTS
2009-07-16 Ian LynaghMove showOpt into DynFlags
2009-07-16 Ian LynaghMake the --info values printable with "ghc --print...
2009-07-16 Simon Marlowwhitespace only
2009-07-16 Simon Marlowrefactor: use packageConfigId in place of mkPackageId...
2009-07-14 Ian LynaghFix a flag name in the docs
2009-07-14 Ian LynaghAdd the -fno-shared-implib flag
2009-07-11 m.niloc@gmail.comDerived Foldable instances should use Data.Foldable...
2009-07-13 Simon Marlowremove Solaris-specific hacks, now unnecessary
2009-07-11 Matthias KilianSimplify timestamp restoration
2009-07-14 Manuel M T... FIX #3272
2009-07-13 Roman LeshchinskiyFix warnings
2009-07-13 Roman LeshchinskiySeparate length from data in DPH arrays
2009-07-09 Ian LynaghStop using -fno-warn-unused-do-bind when compiling...
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-10 Manuel M T... TFs: FIX #2203 (second half)
2009-07-10 Manuel M T... TFs: Fix should_compile/Simple8
2009-07-09 Simon Marlowworkaround new Cygwin bash CRLF behaviour
2009-07-09 Simon MarlowUse /usr/bin/test if it exists, and fix test syntax.
2009-07-09 Ian LynaghAllow mixed case pragmas; #1817. Patch from squadette
2009-07-06 Simon Marlowdon't create inplace/bin/ghc-<version>
2009-07-07 Ian LynaghFix ignored-monadic-result warnings
2009-07-07 Ian LynaghFix an unused import warning
2009-07-07 Ian LynaghFix unused import warnings
2009-07-07 Ian LynaghFix unused import warnings
2009-07-07 Ian LynaghWhen exporting F(..), all the children of F are also...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-07 Simon MarlowAvoid unnecessary recompilation after ./configure ...
2009-07-07 Simon Marlowcheck for tabs in compiler/ghc.cabal.in (#3344)
2009-07-07 Simon Marlowremove tabs
2009-07-03 Simon Marlowfix cleaning of libraries (now 'make clean' in librarie...
2009-07-07 Manuel M T... FIX #2677
2009-07-05 Ian LynaghUpdate driver/Makefile for the new build system
2009-07-06 Simon MarlowFix generational GC bug (#3348)
2009-07-06 simonpj@microsoft.comWindows fixes to build system: use the 'find' and ...
2009-07-05 Ian LynaghFollow Cabal changes
2009-07-05 Ian LynaghUpdate TODO list
2009-07-05 Ian LynaghMake -fext-core a dynamic flag (it was a static flag)
2009-07-04 Duncan CouttsUpdate a few points about shared libs in other sections
2009-07-04 Duncan CouttsDocument -dynload flag. Also add it and -shared to...
2009-07-04 Duncan CouttsAdd new section on using shared libs
2009-07-04 Duncan CouttsDocument foreign import prim in the user guide
2009-07-04 Ian LynaghFor now, use -fno-warn-unused-do-bind when building...
2009-07-02 Max BolingbrokeMake changes to -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-03 Simon MarlowImproved infrastructure for fast-rebuilding of parts...
2009-07-02 simonpj@microsoft.comFix Trac #3342: missed zonking in TcHsSyn
2009-07-02 Manuel M T... Type synonym families may be nullary
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-07-02 simonpj@microsoft.comWhite space only
2009-07-02 simonpj@microsoft.comComments only
2009-07-02 simonpj@microsoft.comLook through Notes when matching
2009-07-02 Manuel M T... FIX #3197
2009-07-01 Simon MarlowFix #2197 (properly this time)
2009-07-01 Simon Marlowmake GhcProfiled work, and add a "prof" flavour to...
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-30 Simon Marlow'make html' in a library builds the Haddock docs
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-26 Simon MarlowFix #3319, and do various tidyups at the same time
2009-06-26 Ross Patersonrename cache variable to keep recent autoconfs happy
2009-06-25 Ian LynaghAdd buildinfo files to the bindist 2009-06-25
2009-06-25 simonpj@microsoft.comFix Trac #3323: naughty record selectors again
2009-06-24 Simon Marlowpropagate the result of atomically properly (fixes...
2009-06-24 Ian LynaghMake C and CMM objects way-dependent
2009-06-24 Simon Marlowadd debug_p and thr_debug_p to $(ALL_WAYS)
2009-06-23 Simon MarlowFix buffering problem when GHCi is using the new IO...
2009-06-23 Simon MarlowOptimise the %.hi : %.o rule
2009-06-22 Simon Marlowfix comment
2009-06-23 Ian LynaghAdd boot-pkgs and packages to the source dists
2009-06-23 Ian LynaghFix the GHCi debugger so that it can recognise Integers...
2009-06-22 Ian LynaghFollow Integer changes
2009-06-22 Ian LynaghAdd the integer package
2009-06-22 Simon Marlowfollow change in System.Posix.Internals.c_open
2009-06-17 Simon Marlowfix 'make 1'
2009-06-03 Simon Marlowremove unused cruft
2009-06-22 Ian LynaghAdd a couple more symbols to the Linker.c table
2009-06-17 Ian Lynaghmakefile tweak
2009-06-16 Ian LynaghAdd an _EXTRA_OBJS variable when linking packages
2009-06-16 Ian LynaghRemove more GMP bits
2009-06-16 Ian LynaghAdd a #endif back that was accidentally removed from...
2009-06-15 Ian LynaghMake sure we aren't passing -Werror in the CFLAGS for...
2009-06-15 Ian LynaghPass CFLAGS and LDFLAGS to configure scripts
2009-06-15 Ian Lynagh.cmm rules need to depend on $$($1_$2_HC_DEP), not...
2009-06-14 Ian LynaghMove gmp into libraries/integer-gmp
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
next