ghc-hetmet.git
2008-10-08 Roman LeshchinskiyFix bug in DPH docs
2008-10-08 Roman LeshchinskiyAdd short DPH section to users guide
2008-10-08 Manuel M T... Users Guide: added type family documentation
2008-10-08 Roman LeshchinskiyTrack changes to package dph
2008-10-07 Ian LynaghBuild a profiled GHC API by default if p is in GhcLibWays
2008-10-07 Ian LynaghCheck whether mk/validate.mk defines anything after...
2008-10-06 Ian LynaghRemove #define _BSD_SOURCE from Stg.h
2008-10-07 Thomas SchillingMake ghctags compile again.
2008-10-07 Clemens FruhwirthRevert AutoLinkPackages change for dynamic libraries...
2008-10-07 Clemens FruhwirthChange suffix for dyn. linked executables from _real...
2008-10-06 Thomas SchillingAdd accessors to 'Target' fields and haddockify.
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-07 Roman LeshchinskiyAdd Word8 support to vectoriser
2008-10-05 Ian LynaghFix generating OS X installers: Set COMMAND_MODE=unix2003
2008-10-05 Ian LynaghWe need to set datadir = $(libdir) in bindists
2008-10-04 Ian Lynaghprep-bin-dist-mingw complains if it finds a bad version...
2008-10-02 'Jose Pedro... removed Data.Generics.Basics, added Data.Data
2008-10-03 Ian LynaghFix a build problem with GHC 6.4.2
2008-10-03 Clemens FruhwirthNo AutoLinkPackages for dynamic library linking
2008-10-01 Clemens Fruhwirthuse ghcError for error in command line
2008-10-03 simonpj@microsoft.comFix warnings
2008-10-03 Ian LynaghAlways use extensible exceptions in ghc-pkg, rather...
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comMake a debug check more refined
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-10-02 Ian LynaghRemove some out-of-date entries from .darcs-boring
2008-10-02 Manuel M T... TFs: Allow repeated variables in left-hand sides of...
2008-10-02 Manuel M T... Clean up some comments
2008-10-02 simonpj@microsoft.comMake the new binder-swap stuff in OccurAnal work right...
2008-10-02 simonpj@microsoft.comMinor refactoring only
2008-10-02 simonpj@microsoft.comComments only
2008-10-02 simonpj@microsoft.comZap dead-ness info appropriately in SpecConstr
2008-10-02 simonpj@microsoft.comSuppress invalid Core Lint complaint about lack of...
2008-10-01 Simon Marlowadd some more GC roots (fixes conc048, and possibly...
2008-10-01 Simon MarlowDocument +RTS -hT
2008-10-01 Simon Marlowfix new-qualified-operators link
2008-10-01 Manuel M T... Proper error message for unsupported pattern signatures
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-10-01 Ian LynaghOn Windows, check that we have a good version of windre...
2008-09-30 Ian LynaghCall $(PERL) rather than perl when making the manpage
2008-09-30 Ian Lynaghdon't install the installPackage program
2008-10-01 Simon MarlowFix #2637: conc032(threaded2) failure
2008-09-30 Simon MarlowRemove outdated link to OGI webpage
2008-10-01 Manuel M T... TFs: Fixed InstContextNorm (and simplification of IPs)
2008-10-01 Manuel M T... TcSimplify.reduceImplication: clean up
2008-10-01 Manuel M T... Make sure to zonk the kind of coercion variables
2008-09-30 Simon MarlowRemover PROT_EXEC flag from mmap()
2008-09-30 Simon MarlowFix #2410: carefully generate unique names for CAF CCs
2008-09-30 Simon Marlowfix #2594: we were erroneously applying masks, as the...
2008-09-30 Clemens FruhwirthUnconditionalize definition of DYNAMIC_* so that libffi...
2008-09-30 Manuel M T... Type families: need to instantiate flexible skolems...
2008-09-29 Manuel M T... Fix warnings
2008-09-29 Manuel M T... Type families: consider subst rules both way
2008-09-26 pepeClean up a bit and improve an error message
2008-09-26 pepeDon't capture error calls in tryUser
2008-09-27 Simon Marlowtweaks to this section of the docs
2008-09-27 Simon MarlowAdd -outputdir flag (#2295)
2008-09-23 Simon Marlowoops, forgot to add -XNewQualifiedOperators to the...
2008-09-27 Ian LynaghFix making OS X installers from source tarballs
2008-09-16 Neil MitchellMake the matching of the filename ghc.exe case insensit...
2008-09-26 Simon MarlowFix #2411: missing case for CATCH_STM_FRAME in raiseAsync()
2008-09-25 Bertram FelgenhauerFix parsing of -ignore-package flag.
2008-09-26 Ian LynaghAdd an example of how to use SCCs to the user guide
2008-09-26 Ian LynaghAdd some description of the +RTS -t/-s/-S output
2008-09-26 Ian LynaghRemove a redundant options pragma
2008-09-26 Ian LynaghSplit ShowVersion etc off into a different type to...
2008-09-26 Ian LynaghPass SRC_HC_OPTS to GHC when building GHC's Main.hs
2008-09-26 Ian LynaghImprove runghc docs; fixes trac #2477
2008-09-25 Manuel M T... Type families: fixes in flattening & finalisation
2008-09-25 Ian LynaghFix the behaviour of flags like --help and --version...
2008-09-25 Ian LynaghFollow the integer package changes
2008-09-25 Manuel M T... Type families: fix decomposition problem
2008-09-24 Judah JacobsonDon't exit ghci if :info is called on an undefined...
2008-09-24 Ian LynaghFix maintainer-clean
2008-09-24 Ian LynaghUse -f when making the runhaskell symlink
2008-09-24 Ian LynaghUse -perm -100 rather than -perm /a+x when looking...
2008-09-24 Ian LynaghUse $(FIND) rather than find, as the former may be...
2008-09-24 Ian LynaghLook for gfind as well as find
2008-09-24 Ian LynaghIn configure, don't call FPTOOLS_HADDOCK
2008-09-24 Ian LynaghUse $(TAR) rather than tar
2008-09-24 Ian LynaghAdd $(strip) to a Makefile test
2008-09-24 Ian LynaghUse test -f rather than test -e, for portability (Solaris)
2008-09-23 Ian LynaghRemove some dependencies on bootstrapping.conf from...
2008-09-23 Ian LynaghBump the version number to 6.11
2008-09-21 Thomas SchillingGeneralise type of 'defaultErrorHandler' so it can...
2008-09-21 Ian LynaghMake "sh -e boot" work
2008-09-21 Ian LynaghUse -f rather than -e for portability
2008-09-21 Ian LynaghAdd some special cases for putting dph in bindists
2008-09-20 Ian LynaghEscape a hash in the Makefile (it was breaking source...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-23 Simon Marlow#2566: emit a warning for 'ghc -c foo.bar'
2008-09-22 Simon MarlowFix to new executable allocation code (fixed print002...
2008-09-22 Simon Marlowclean sm/Evac_thr.c and sm/Scav_thr.c
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (first bug): correct type checking for...
2008-09-20 simonpj@microsoft.comFix Trac #2597 (second bug): complain about an empty...
2008-09-20 Ian LynaghUpdate dependencies
next