Tidy-up sweep, following the Great Skolemisation Simplification
[ghc-hetmet.git] / utils /
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
2010-01-13 Simon Marlowhide modules properly with haddock
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2009-12-18 simonpj@microsoft.comAdd an extra heading in the output for count_lines
2009-12-16 Ian LynaghFix build with Solaris sed
2009-12-16 Ian LynaghBuild and install inplace the count_lines and compareSi...
2009-12-16 simonpj@microsoft.comAdd comments
2009-12-15 Ian LynaghAdd a size-comparison util
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-08 Ian LynaghAdd -Iincludes to hp2ps's CC_OPTS
2009-12-03 Ian LynaghFix HPC column numbers, following the column number...
2009-12-03 Ian LynaghWhitespace only
2009-12-01 Ian LynaghCall $(SED) rather than sed
2009-11-30 Simon Marlowdocument 'recache' command in the help output (#3684)
2009-11-29 Ian LynaghFollow Cabal changes
2009-11-29 Ian LynaghTweak layout to work with alternative layout rule
2009-11-25 Simon MarlowUse UTF-8 explicitly for InstalledPackageInfo
2009-11-10 Ian LynaghUse relative paths for haddockHTMLs in the inplace...
2009-11-08 Ian LynaghPut docs into versioned directory names; fixes trac...
2009-11-08 Ian LynaghTell ghc-cabal what strip program to use
2009-11-08 Ian LynaghRemove ext-core
2009-11-07 Ian Lynaghmkdirhier now just calls mkdir -p
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-10-30 Ian LynaghAdd ghc-cabal dependencies; fixes #3494
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-10-07 Matthias KilianMake the unpleasant sed one-liner less unpleasant
2009-10-06 Ian LynaghAdd --supported-languages support to dummy-ghc
2009-10-06 Simon Marlowfollow changes in Distribution.Simple.PackageIndex API
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-30 Matthias KilianSystem.Console.Terminfo isn't available when bootstrapping.
2009-09-27 Tim ChevalierUnder utils/ext-core, update README to mention that...
2009-09-27 Ian LynaghAdd support for relocatable builds in the new build...
2009-09-23 Ian LynaghMake count_lines work with the new directory layout
2009-09-23 Ian LynaghAdd count_lines back into the repo
2009-09-21 Ian LynaghAdd sdist to ghc-cabal's bag of tricks
2009-09-15 Matthias KilianFollow the builtin:rts vs. builtin_rts renaming
2009-09-14 Simon MarlowFix build on Windows
2009-09-14 Simon MarlowAdd "ghc-pkg init" command for creating a new package DB
2009-09-13 Ian LynaghFixes for compiling the HEAD with iteslf
2009-09-12 Ian LynaghFix the location of the package database in the install...
2009-09-11 Simon Marlowremove superfluous trailing backslash
2009-09-11 Simon MarlowWork around bug in old bytestring versions by reading...
2009-09-10 Simon Marlowbinary has unused-import warnings
2009-09-10 Simon MarlowChange the representation of the package database
2009-08-26 Ian LynaghFix "make install"
2009-08-26 Ian Lynagh"ghc-cabal install" now needs to know where GHC is...
2009-08-26 Simon MarlowUNDO: fix the inplace runghc (it broke the installed...
2009-08-24 Simon MarlowFollow changes in Cabal: package -> sourcePackageId
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-20 Simon Marlowfix the inplace runghc
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-11 Ian LynaghCheck Cabal packages when validating
2009-08-11 Ian LynaghInclude a pointer to GHC.Exts in the generated GHC...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-02 Ian LynaghFix permissions when installing
2009-08-02 Ian LynaghFix creation of library doc index, and put the library...
next