Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / utils /
2008-09-30 Ian Lynaghdon't install the installPackage program
2008-09-20 Ian LynaghUpdate dependencies
2008-09-20 Ian LynaghFix building with GHC 6.6
2008-09-18 Tim Chevalierext-core library: Parser fixes; make it build with...
2008-09-17 Ian LynaghWibble ghc-pkg imports to fix building on Windows
2008-09-17 Ian Lynaghghc-pkg needs to make package.conf with sensible permis...
2008-09-14 Ian LynaghAdd "#!/bin/sh" to runghc.wrapper
2008-09-16 andygill@ku.eduFixing directory creation to not create "" directories...
2008-09-15 andygill@ku.eduFix Trac #2311: creates subdirs for package coverage...
2008-09-12 Tim Chevalierext-core library: Add dead code eliminator for Core
2008-09-12 Tim Chevalierext-core library: expose some more modules
2008-09-12 Tim Chevalierext-core library: Change syntax for primitive coercions
2008-09-12 Tim Chevalierext-core library: Export a lot more things from Prims
2008-09-12 Tim Chevalierext-core library: Extend Core preprocessor
2008-09-12 Tim Chevalierext-core library: Export a bunch more stuff from the...
2008-09-12 Tim Chevalierext-core library: Fix performance bug
2008-09-12 Tim Chevalierext-core library: Remove some cruft
2008-09-12 Tim Chevalierext-core library: Add code for merging multiple Core...
2008-09-11 Ian LynaghDon't install pwd
2008-09-08 Simon Marlowmake this build with GHC 6.7+
2008-09-05 Ian LynaghAdd a comment to utils/Makefile
2008-09-05 Ian LynaghMove the "This is a generated file" to the top of GHC...
2008-09-05 Ian LynaghMake genprimopcode generate code that haddock 2 understands
2008-09-03 Ian LynaghRe-merge concurrent,timeout,unique,st,getopt into base
2008-09-02 simonpj@microsoft.comCope with recent versions of Perl that lack the $*...
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-08-14 Ian LynaghBuild haddock with the stage1 compiler
2008-08-25 Ian LynaghFix "runghc foo" where the program is foo.hs or foo.lhs
2008-08-25 Ian LynaghWhen making bindists, check that we know where we are
2008-08-25 Ian LynaghGet everything building with base 4 in the HEAD
2008-08-24 Ian Lynaghconcurrent, unique, timeout have now been split off...
2008-08-24 Ian Lynaghgetopt is now split off from base
2008-08-21 Ian LynaghFix warnings in runghc
2008-08-21 Ian LynaghMake some utils -Wall clean
2008-08-17 Ian LynaghAvoid scary "Package contains no library to register...
2008-08-18 Simon MarlowFIX #2521: trailing colon in GHC_PACKAGE_PATH
2008-08-18 Simon MarlowTest for and reject duplicate dependencies (#2330)
2008-08-15 Ian LynaghWhen distcleaning in utils/, distclean (rather then...
2008-08-12 Ian LynaghOnly clean utils/pwd/pwd when distcleaning, not when...
2008-08-14 Simon MarlowFix #2441 (unregister/expose/hide packages in non-first...
2008-08-14 Simon Marlowadd --no-user-package-conf
2008-08-13 Simon MarlowFIX #1963: use Cabal's writeFileAtomic to write the...
2008-08-13 Simon MarlowFIX #2492: ghc-pkg insists on having HOME environment...
2008-08-13 Simon MarlowFIX #2491 (ghc-pkg unregister should complain about...
2008-08-13 dias@eecs.harvard.eduadd special globbing file for Windows to ghc-pkg.cabal
2008-08-11 Simon Marlowbuild base3-compat
2008-08-10 Ian LynaghAlso clean pwd.hi and pwd.o
2008-08-10 Ian Lynaghbindist fixes
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-08-10 Ian LynaghUse Cabal to build pwd
2008-08-09 Tim ChevalierFixed performance bug in ext-core preprocessor
2008-07-30 Ian LynaghFix building with extensible exceptions
2008-07-29 Ian LynaghAdd the runghc wrapper script
2008-07-28 Simon Marlowdon't strip the inplace GHC executables (for debugging)
2008-07-24 Ian LynaghFix building runghc on Windows
2008-07-23 Ian LynaghIf the extension is not .lhs, runghc now treats it...
2008-07-23 Ian Lynaghrunghc now uses the compiler that it comes with; fixes...
2008-07-23 Ian LynaghUse the upstream hsc2hs repo
2008-07-22 Ian LynaghSync hsc2hs's Main.hs with the Cabal repo
2008-07-22 Ian LynaghWe need to clean the utils on "distclean", as well...
2008-07-22 Ian LynaghFix the stage3 build
2008-07-19 Ian LynaghPut a #! line in ghc-pkg's shell wrapper
2008-07-19 Ian LynaghFix ghc-pkg inplace on Windows
2008-07-18 Ian LynaghSome "install" and "clean" fixes
2008-07-18 Ian LynaghBuild system tweaks
2008-07-18 Ian LynaghExplicitly list HpcParser as a module in hpc-bin
2008-07-18 Ian LynaghDisable building pwd and lndir for now
2008-07-18 Ian LynaghBuild hpc with Cabal
2008-07-18 Ian LynaghBuild runghc with Cabal
2008-07-18 Ian LynaghAdd a comment
2008-07-18 Ian LynaghTweak the build system for installPackage
2008-07-18 Ian LynaghMore build system changes; hasktags is now built with...
2008-07-18 Ian LynaghRemove a comment
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
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 LynaghDo the building and installing of hsc2hs with the stage...
2008-07-12 Ian LynaghTeach installPackage about --distpref and --enable...
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 Simon Marlowadd "ghc-pkg dump" (fixes #2201)
2008-07-10 Ian LynaghDefine CABAL in mk/cabal-flags.mk, rather than everywhe...
2008-07-10 Ian LynaghTypo fixed
2008-07-09 Ian LynaghRemove all references to -mno-cygwin
2008-07-08 Ian LynaghGet rid of compat/
2008-07-05 Ian LynaghAdd hsc2hs.wrapper
2008-07-05 Ian LynaghFix hsc2hs finding its template file on Windows
2008-07-05 Ian LynaghBuild hsc2hs with Cabal
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-03 Ian LynaghRemove Cabal modules from compat
2008-07-03 Ian LynaghAdd a program for describing unexpected tests in testlog
2008-06-29 Ian LynaghFollow Cabal changes
2008-06-27 Ian Lynaghmkdirhier.sh now accepts -q, which makes it be quiet
2008-06-26 Ian LynaghFollow Cabal changes
2008-06-24 Ian Lynagh() is now in ghc-prim:GHC.Unit
2008-06-24 Ian LynaghGenerate a warning-free GHC.PrimopWrappers. ghc-prim...
2008-06-23 Ian LynaghFix some inconsistencies in the code and docs of primitives
2008-06-23 Ian LynaghFix the build with GHC 6.4
next