ghc-hetmet.git
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghFix some argument names
2008-07-17 Ian LynaghTweak the hsc2hs wrapper script
2008-07-17 Ian LynaghFix the order in which things get built
2008-07-17 Ian LynaghSplit building the ghc package and binary into "boot...
2008-07-17 Ian LynaghInstall the compiler during make install
2008-07-17 Ian LynaghDo the building and installing of hsc2hs with the stage...
2008-07-17 Ian LynaghRemove some duplication
2008-07-16 Ian LynaghWindows fixes
2008-07-16 Ian LynaghFix GHC finding extra-gcc-opts on Windows
2008-07-16 Ian LynaghFix the inplace compiler finding package.conf on Windows
2008-07-16 Ian LynaghFix the build with GHC 6.4.2
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-15 Manuel M T... Fix for 1st half of #2203 Before_cabalised-GHC
2008-07-14 Manuel M T... Fix check of rhs of type family instances (#2157)
2008-07-14 Simon MarlowFIX BUILD on Windows
2008-07-14 Simon Marlowremove what looks like a cut-and-pasto
2008-07-14 Simon Marlowfix #2434: we weren't waiting long enough for the signal
2008-07-14 Simon MarlowMake showSDoc and printDoc use the same default width...
2008-07-11 Simon MarlowFIX #2322: add exceptions for more functions in math.h
2008-07-11 Simon MarlowFIX #2248
2008-07-11 Simon Marlowadd a comment to the effect that printDoc prints FastSt...
2008-07-11 Simon MarlowFIX #2302: print FastStrings in UTF-8 in error messages
2008-07-11 Simon MarlowFIX #2278: don't complain if the -odir directory doesn...
2008-07-13 Ian LynaghIf HADDOCK_DOCS is YES, then fail the build early if...
2008-07-13 Ian LynaghFix some build problems when GHCI is not definde
2008-07-12 Ian LynaghAdd PostfixOperators flag for (e op) postfix operators...
2008-07-12 Ian LynaghRemove the hack to avoid darcs-all operating on bootstr...
2008-07-12 Ian LynaghTeach installPackage about --distpref and --enable...
2008-07-11 Ian LynaghHandle passing hsc2hs to Cabal better
2008-07-11 Ian LynaghMove installPackage out into its own cabal package...
2008-07-11 Ian LynaghSplit up Cabal configure flag variables for more flexib...
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-07-11 Ian LynaghRemove the need for undecidable instances in LazyUniqFM
2008-07-11 Simon Marlowadd "ghc-pkg dump" (fixes #2201)
2008-07-11 Simon Marlowsmall improvement to an error message
2008-07-11 Simon Marlow#2371: try to explain the difference between :module...
2008-07-11 Simon MarlowFIX #2381, and improve the fix for #1565
2008-07-10 Ian LynaghChange pragma order to stop GHC 6.4 getting confused
2008-07-10 Ian Lynagh-H80m isn't allowed in an options pragma. Just remove...
2008-07-10 Ian LynaghRemove a commented-out flag
2008-07-10 Ian LynaghRemove an HPUX-only flag which has no comment explainin...
2008-07-10 Ian LynaghMove more flags from the Makefile into pragmas
2008-07-10 Ian LynaghMove the definition of NONEXISTENT into the central...
2008-07-10 Ian LynaghDefine CABAL in mk/cabal-flags.mk, rather than everywhe...
2008-07-10 Ian LynaghTypo fixed
2008-07-10 Ian LynaghRemove a redundant comment
2008-07-10 Ian LynaghRemove remnants of javaGen
2008-07-10 Ian LynaghRemove some remnants of ilxgen
2008-07-10 Ian LynaghRemove a comment for GHC <= 4.08
2008-07-10 Ian LynaghRemove .hi-boot-[56] stuff from the Makefile
2008-07-10 Ian LynaghRemove a flag that a comment claims is for GHC < 5
2008-07-10 Ian LynaghWe can now unconditionally use -fno-warn-orphans
2008-07-10 Ian LynaghMove another flag from the Makefile into a pragma
2008-07-10 Ian LynaghMove some flags from the Makefile into module pragmas
2008-07-10 Ian LynaghMove "main/BinIface_HC_OPTS += -O" into a pragma in...
2008-07-10 Ian LynaghRemove an ancient commented out "parser/Parser_HC_OPTS...
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-10 Simon Marlowoops, fix more register clobberage
2008-07-09 Simon Marlowrts_evalStableIO: start the new thread in blocked mode
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-07-09 Ian LynaghObjectIO is no longer an extralib
2008-07-09 Ian LynaghRemove all references to -mno-cygwin
2008-07-09 Simon Marlow#1205: ':load foo.hs' in GHCi always compiles to bytecode
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-07-09 Simon MarlowTreat the Unicode "Letter, Other" class as lowercase...
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-07-09 Simon MarlowFix some random register clobbering in takeMVar/putMVar
2008-07-08 Simon MarlowANSI-ise a function declaration
2008-07-08 Simon Marlowremove old #ifdef SMP bits
2008-07-08 Ian LynaghFix build; Opt_LinkHaskell98 is now Opt_AutoLinkPackages
2008-07-08 Ian LynaghExtend the flag for not automatically linking haskell98
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-08 Ian LynaghAdd some missing deps in libraries/Makefile
2008-07-08 Ian LynaghGet rid of compat/
2008-07-07 Ian LynaghAdd a comment in validate saying where the hpc HTML...
2008-07-07 Simon MarlowFIX #1736, and probably #2169, #2240
2008-07-07 simonpj@microsoft.comFix Trac #2414: occurrs check was missed
2008-07-07 simonpj@microsoft.comWhite space only
2008-07-07 simonpj@microsoft.comWhite space only
2008-07-07 simonpj@microsoft.comFix Trac #2386: exceesive trimming of data types with...
2008-07-05 Ian LynaghAdd hsc2hs.wrapper
2008-07-05 Ian LynaghFix hsc2hs finding its template file on Windows
2008-07-05 Ian LynaghOn cygwin, convert happy's path to a native path
2008-07-05 Ian LynaghOn cygwin, convert Haddock's path to a native path
2008-07-05 Ian LynaghOn cygwin, convert alex's path to a native path
2008-07-05 Ian Lynaghlibffi now doesn't have an artificial make boot/all...
2008-07-05 Ian LynaghNeed to make all in gmp, not boot
2008-07-05 Ian Lynaghgmp didn't really fit into the make boot/all cycle...
2008-07-05 Ian LynaghBuild hsc2hs with Cabal
2008-07-05 Ian LynaghAdd a flag to disable linking with the haskell98 package
2008-07-05 Ian LynaghUse the last compiler if more than one is specified
2008-07-04 Ian LynaghImprove error messages from pwd
2008-07-04 Ian LynaghIn utils/hsc2hs, add LICENSE and hsc2hs.cabal from...
2008-07-04 Ian LynaghRemove fgl from the libraries Makefile
2008-07-04 Ian LynaghTell the bootstrapping Cabal where ghc-pkg is
2008-07-04 Simon MarlowFIX #2398: file locking wasn't thread-safe
2008-06-20 Simon MarlowRemove out of date comments and point to the commentary
2008-07-03 Ian LynaghRemove Cabal modules from compat
2008-07-03 Ian LynaghFix trac #2307: conflicting functional dependencies
next