ghc-hetmet.git
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
2008-07-03 Ian LynaghIf we know where alex, haddock and happy are then tell...
2008-07-03 Ian LynaghDon't clean bootstrapping bits when cleaning libraries
2008-07-03 Ian LynaghMore libraries/Makefile fixes
2008-07-03 Ian LynaghShove the GHC path through cygpath -m
2008-07-03 Ian LynaghTweak the configure script Windows-specific bits
2008-07-03 Ian LynaghUse cygpath -m, rather than fudging it ourselves with sed
2008-07-03 Ian LynaghFix build on Windows
2008-07-03 Ian LynaghInclude ghc.spec in tarballs; patch from, and fixes...
2008-07-03 Ian LynaghAdd a program for describing unexpected tests in testlog
2008-07-03 Ian LynaghTeach cabal-bin how to build Setup programs
2008-07-02 Ian LynaghWibble cabal-bin's error message
2008-07-03 Roman LeshchinskiyAdd type signatures
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-07-02 Roman LeshchinskiyAdd missing dph package to Makefile
2008-07-01 Roman LeshchinskiySlight refactoring
2008-07-01 Roman LeshchinskiyRename *NDP* -> *DPH*
2008-07-01 Roman LeshchinskiyParametrise vectoriser with DPH package
2008-07-01 Roman LeshchinskiyDon't use DPH backend directly in vectoriser
2008-07-01 Roman LeshchinskiyMake dph-seq and dph-par wired-in packages
2008-05-28 Karel GardasFIX #2313 do not include BFD symbols in RTS when the...
2008-07-01 Ian LynaghAdd --slow (and --fast) options to validate
next