ghc-hetmet.git
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-25 simonpj@microsoft.comDon't do SpecConstr on NOINLINE things (Trac #4064)
2010-05-24 Simon MarlowChange our #defines to work on FreeBSD too
2010-05-24 Simon MarlowAdd a missing UNTAG_CLOSURE, causing bus errors on...
2010-05-20 Simon MarlowAdd wiki links
2010-05-20 Simon Marlowthe 'stage=0' trick to disable all compiler builds...
2010-05-24 benl@ouroborus.netComments and formatting only
2010-05-22 Ian LynaghCore prettyprinter fixes. Patch from Tim Chevalier...
2010-05-08 pho@cielonegro.orgCorrect install-name for dynamic Darwin rts
2010-05-22 Ian LynaghFix the RTS debug_p build
2010-05-21 Ian LynaghUnset $CFLAGS for "GNU non-executable stack" configure...
2010-05-20 Ian LynaghDon't run "set -o igncr" before configuring libffi
2010-05-20 Ian LynaghStop passing -Wl,-macosx_version_min to gcc
2010-05-19 Ian LynaghFix build on FreeBSD; patch from Gabor PALI
2010-05-19 Simon MarlowFix package shadowing order (#4072)
2010-05-18 Ian LynaghSet more env variables when configuring libffi
2010-05-18 Ian LynaghSet the location of ar to be the in-tree ar on Windows
2010-05-18 Ian LynaghChange another / to </> to avoid building paths contain...
2010-05-18 Simon MarlowFix #4074 (I hope).
2010-04-01 Simon Marlowwe don't have a gcc-lib in LIB_DIR any more
2010-05-17 Ian LynaghIn validate, use gmake if available; based on a patch...
2010-05-16 Ian LynaghRemove duplicate "./configure --help" output; fixes...
2010-05-16 Ian LynaghUpdate various 'sh boot's to 'perl boot'
2010-05-14 Simon Marlowadd missing initialisation for eventBufMutex
2010-05-13 Simon MarlowUndo part of #4003 patch
2010-05-07 pho@cielonegro.orgFix makefile loop (#4050)
2010-05-10 Simon Marlowfix !TABLES_NEXT_TO_CODE
2010-05-10 Simon MarlowlooksLikeModuleName: allow apostrophe in module names...
2010-05-06 Simon Marlowadd the proper library dependencies for GhcProfiled=YES
2010-05-11 simonpj@microsoft.comFix Trac #4003: fix the knot-tying in checkHiBootIface
2010-05-10 simonpj@microsoft.comRe-engineer the derived Ord instance generation code...
2010-05-10 simonpj@microsoft.comMake arity of INLINE things consistent
2010-05-10 Simon MarlowCompacting GC fix, we forgot to thread the new bq field...
2010-05-09 Ian LynaghAdd version constraints for the boot packages; fixes...
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-05-08 Ian LynaghAdd a ghc.mk for bindisttest/
2010-05-08 Ian LynaghMove some make variables around so they are available...
2010-05-08 Ian LynaghOptimise checkremove a bit
2010-05-08 Ian LynaghImprove the bindisttest Makefile
2010-05-08 Ian LynaghAdd tools to test that cleaning works properly
2010-05-08 Ian LynaghTweak the ghc-pkg finding code
2010-05-08 Ian LynaghAdd a way to show what cleaning would be done, without...
2010-05-08 Ian LynaghTidy up the "rm" flags in the build system
2010-05-07 Simon MarlowFix crash in nested callbacks (#4038)
2010-04-28 Simon MarlowAdd $(GhcDynamic) knob, set to YES to get stage2 linked...
2010-04-28 Simon Marlowomit "dyn" from the way appended to the __stginit label
2010-05-06 Simon Marlowimprovements to findPtr(), a neat hack for browsing...
2010-05-06 Simon MarlowFix +RTS -G1
2010-05-06 Ian LynaghEnable the "redundant specialise pragmas" warning;...
2010-05-06 simonpj@microsoft.comFind the correct external ids when there's a wrapper
2010-05-06 simonpj@microsoft.comAdd a comment about pattern coercions
2010-05-06 simonpj@microsoft.comComments only
2010-05-06 simonpj@microsoft.comMake a missing name in mkUsageInfo into a panic
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comMake tcg_dus behave more sanely; fixes a mkUsageInfo...
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-05-06 simonpj@microsoft.comChange an assert to a warn
2010-05-06 simonpj@microsoft.comTidy up debug print a little
2010-05-06 simonpj@microsoft.comRemove useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comAdd WARNM2 macro, plus some refactoring
2010-05-06 simonpj@microsoft.comUse -Wwarn for the binary package, becuase it has redun...
2010-04-09 simonpj@microsoft.comFix Trac #3966: warn about unused UNPACK pragmas
2010-04-09 simonpj@microsoft.comFix Trac #3953: fail earlier when using a bogus quasiquoter
2010-04-09 simonpj@microsoft.comFix Trac #3965: tighten conditions when deriving Data
2010-04-09 simonpj@microsoft.comFix Trac #3964: view patterns in DsArrows
2010-04-09 simonpj@microsoft.comFix Trac #3955: renamer and type variables
2010-04-09 simonpj@microsoft.comLayout only
2010-05-06 Ian LynaghGive a better deprecated message for INCLUDE pragmas...
2010-05-06 Ian LynaghDe-haddock a comment that confuses haddock
2010-05-06 Ian LynaghFix comment to not confuse haddock
2010-05-06 Ian LynaghDetect EOF when trying to parse a string in hp2ps
2010-05-05 simonpj@microsoft.comMake the demand analyser sdd demands for strict constru...
2010-05-05 simonpj@microsoft.comFix interaction of exprIsCheap and the lone-variable...
2010-05-05 simonpj@microsoft.comMatching cases in SpecConstr and Rules
2010-05-04 simonpj@microsoft.comComments only
2010-05-04 simonpj@microsoft.comComments only
2010-05-04 simonpj@microsoft.comComments only
2010-04-17 simonpj@microsoft.comComments only (about type families)
2010-05-05 Ian LynaghFix hp2ps when the .hp file has large string literals
2010-05-04 Ian LynaghIn build system, call package-config after including...
2010-05-05 Simon Marlowrunghc: flush stdout/stderr on an exception (#3890)
2010-05-05 Simon MarlowRemove the Unicode alternative for ".." (#3894)
2010-05-05 Simon Marlowtidyup; no functional changes
2010-05-05 Simon MarlowMake the running_finalizers flag task-local
2010-05-05 Simon Marlowadd a MAYBE_GC() in killThread#, fixes throwto003(threa...
2010-05-05 Simon MarlowAllow filepath-1.2.*
2010-05-05 Simon MarlowBlockedOnMsgThrowTo is possible in resurrectThreads...
2010-05-05 Simon MarlowDon't raise a throwTo when the target is masking and...
2010-05-04 Ian LynaghFix build with GHC 6.10
2010-05-04 Ian LynaghThe libffi patches are no longer needed
2010-05-04 Ian LynaghUse the in-tree windres; fixes trac #4032
2010-05-03 Simon PJPrint unfoldings on lambda-bound variables
2010-05-03 Milan StrakaReplace FiniteMap and UniqFM with counterparts from...
2010-05-03 Simon PJMake the demand analyser take account of lambda-bound...
2010-05-03 Ian LynaghFix dynamic libs on OS X, and enable them by default
2010-05-02 Ian LynaghSwitch back to using bytestring from the darcs repo...
2010-04-28 Ian LynaghFix some cpp warnings when building on FreeBSD; patch...
2010-04-27 Ian LynaghFix "make 2"
2010-04-27 Ian LynaghInplace programs depend on their shell wrappers
next