Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / utils /
2011-06-10 Ian LynaghFix parsing "$topdir" in package config
2011-06-09 Ian LynaghFollow Src{Loc,Span} changes in other parts of the...
2011-06-09 Ian LynaghFix build
2011-06-09 Duncan CouttsFix for $topdir appearing in the haddock-html field
2011-05-28 Simon MarlowMake builds that use stage1 use "dist-install" consiste...
2011-05-26 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-05-25 Duncan Couttsghc-pkg: report parser warnings when registering packages
2011-05-25 Duncan CouttsProvide the pkgroot value in ghc-pkg dump & describe...
2011-05-25 Duncan CouttsAdd stricter ghc-pkg checks on package file/dir/url...
2011-05-25 Duncan CouttsImplement ${pkgroot} spec, allows relocatable registere...
2011-05-25 Duncan CouttsDeprecate the ghc-pkg --auto-ghci-libs flag
2011-05-25 Duncan Couttsghc-pkg: don't expand ${name}-style env vars by default
2011-05-24 Simon Marlowfix warnings
2011-05-24 Simon MarlowAssign more accurate code sizes to primops, so that...
2011-05-22 David M PeixottoAdded utility to uniquely identify ghc repo states
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2011-05-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-05 David TereiRemove unused hasktags configure check
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-04-21 Ian LynaghInitialise Settings before DynFlags
2011-04-17 Ian LynaghSet stdout to use line buffering in ghc-cabal
2011-04-11 Simon Marlowghc-pkg dependency on ghc-cabal should be an order...
2011-03-29 Ian LynaghAdd a tool for checking for problems in the built-in...
2011-03-05 Ian LynaghFix build, and improve ghc-cabal's errors
2011-03-05 Ian LynaghWhitespace only
2011-03-05 Ian LynaghSanity check values that we wrap in single quotes
2011-03-05 Ian LynaghAvoid some shell calls in the build system
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-22 Ian LynaghUse := when assigning the result of $(wildcard ...)
2011-01-19 Ian LynaghRemove an extraneous comma that stopped ghc-cabal from...
2011-01-19 Ian LynaghMove the PACKAGE_MAGIC evaluation inside package-data.mk
2011-01-17 Ian Lynaghghc-cabal now adds the language flag being used
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions...
2011-01-15 Ian LynaghBuild system improvements
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2011-01-08 Ian LynaghAdd utils/ghc-cabal/Makefile
2011-01-06 Ian LynaghOn Cygwin, use a Cygwin-style path for /bin/install...
2011-01-06 Ian LynaghFix mkUserGuidePart program name on Windows
2010-12-18 Ian LynaghReplace uses of the old try function with the new one
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-16 Ian LynaghRemove redundant HpcMap and HpcSet wrappers around...
2010-12-15 Ian Lynagh__GLASGOW_HASKELL__ >= 604 is now always true
2010-12-15 Ian LynaghRemove more dead code now we require GHC >= 6.12
2010-12-12 Ian LynaghAdd --version support to ghc-cabal
2010-12-10 Ian LynaghBuild a copy of ghc-cabal with the in-tree compiler...
2010-11-27 Ian LynaghRemove the no-ghci-lib warning in ghc-pkg
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-21 Ian LynaghFor bindists, build ghc-pwd with stage 1
2010-11-17 Ian LynaghFix the type sanity test in genprimopcode's Syntax.hs 2010-11-18
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-11-12 simonpj@microsoft.comRemove use of (now-gone) VarPatOut
2010-11-02 Ian LynaghFix building genprimopcode with GHC 7.0, and remove...
2010-10-27 Simon Marlowfollow changes in the GHC API
2010-10-26 Ian LynaghAdd NoFoo form to the extensions list that dummy-ghc...
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-20 Ian LynaghFollow Cabal change: Use usedExtensions rather than...
2010-10-13 Ian LynaghRemove ghc-pkg's dependency on haskell98
2010-10-12 Ian LynaghFix build on Windows: ghc-pkg/Main.hs needs ForeignFunc...
2010-10-06 Ian LynaghFix build following haskell98 and -fglasgow-exts changes
2010-09-30 Ian LynaghHandle EXTRA_LIBRARIES when building programs
2010-09-29 Ian LynaghFix the doc directory on Windows
2010-09-18 Ian LynaghFix mkUserGuidePart deps
2010-09-17 Ian LynaghBump dependencies
2010-09-13 Simon Marlowfilter out the gcc-lib directory from the rts package...
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-09-02 Ian LynaghAdd some -no-user-package-conf flags
2010-08-24 Ian LynaghChange how the dblatex/lndir problem is worked around
2010-08-22 Ian LynaghGenerate the bit in the user guide where we say what...
2010-08-18 Ian LynaghAdd _DATA_FILES to package-data.mk files
2010-08-01 Ian LynaghFix build: Add newline to end of ghc-pkg/Main.hs
2010-07-25 ich@christoph-baue... ghc-pkg: don't fail, if a file is already removed
2010-07-16 Ian LynaghLink programs that have no Haskell objects with gcc...
2010-07-15 Ian LynaghRemove an unnecessary #include
2010-07-15 Ian LynaghSimplify some more CPP __GLASGOW_HASKELL__ tests
2010-07-15 Ian LynaghRemove some code only used with GHC 6.11.*
2010-07-15 Ian Lynagh__GLASGOW_HASKELL__ >= 609 is now always true
2010-07-04 Ian LynaghSimplify ghc-pkg's Cabal dependencies
2010-07-04 Ian LynaghUse Cabal to configure the dist-install ghc-pkg; fixes...
2010-06-15 Ian LynaghChange ghc-pwd's license to a string Cabal recognises
2010-06-15 Simon Marlowit should be an error to use relative directories ...
2010-06-15 Simon Marlowmissing include-dirs or library-dirs is only a warning...
2010-06-06 Ian LynaghIn ghc-pkg, send warnings to stderr
2010-05-08 Ian LynaghOptimise checkremove a bit
2010-05-08 Ian LynaghAdd tools to test that cleaning works properly
2010-05-08 Ian LynaghTidy up the "rm" flags in the build system
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-05-06 Ian LynaghDetect EOF when trying to parse a string in hp2ps
2010-05-05 Ian LynaghFix hp2ps when the .hp file has large string literals
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-24 Ian LynaghAppend $(exeext) to utils/ghc-pkg_dist_PROG
2010-03-04 Simon Marlowfix the Windows build some more
2010-03-02 Simon Marlowfix Windows build
2010-02-26 Ian LynaghFix the build with GHC < 6.12
2010-02-24 Simon MarlowForce encoding to UTF-8 when writing individual .conf...
2010-02-21 Ian LynaghAdd utils/ghctags/ghc.mk
2010-02-21 Ian LynaghMake "make tags" work in the new build system
2010-02-20 Ian LynaghRemove the old hstags util
2010-02-16 Simon MarlowWrite the binary cache file atomically
next