Make killThread# cmm primop use local stack allocation
[ghc-hetmet.git] / utils /
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-06-05 Ian Lynaghghc-pkg now takes a verbosity argument
2009-06-05 Ian LynaghFollow Cabal changes
2009-06-04 Ian LynaghFix ghc-cabal, so that GHC.Prim gets registered when...
2009-05-29 Simon Marlowdepend on mk/project.mk appropriately
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-23 Ian LynaghFix warnings
2009-05-23 Ian LynaghFix warnings in genprimopcode
2009-05-23 Ian LynaghFix warnings in ghc-cabal
2009-05-23 Ian Lynaghghc_ge_607 is now always true
2009-05-21 Simon Marlowfix warning (and validate)
2009-05-20 Ian LynaghFix building with the HEAD
2009-05-20 Ian LynaghUse SRC_HC_OPTS when making ghc-cabal and ghc-pkg
2009-05-20 Ian LynaghFix building ghc-pkg when bootstrapping
2009-05-20 Ian LynaghSimplify ghc-pkg's ghc.mk slightly
2009-05-16 Ian LynaghRemove some $(TOP)s that cause problems on Windows...
2009-05-15 Ian LynaghRemove nofib-analyse
2009-05-15 Ian LynaghMove hasktags out of the GHC repo
2009-05-13 Simon Marlowdummy-ghc should depend on config.mk, to pick up the...
2009-05-07 Ian LynaghRename pwd to ghc-pwd
2009-05-07 Ian LynaghRemove pwd's Makefile from the old build system
2009-05-05 Ian LynaghSimplify utils/pwd
2009-04-30 Ian LynaghFix building Haskeline on Windows
2009-04-30 Ian LynaghFix mkdependC: Make it tell cpp to use our temporary...
2009-04-29 Ian LynaghTweak ghc-cabal
2009-04-29 Ian LynaghAdd special support for haskeline
2009-04-29 Ian LynaghIn mkdependC.prl, create temp files properly
2009-04-28 Simon Marlowmove runstdtest into nofib
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-03-05 Ian LynaghAdd --version to runghc. Trac #2757.
2009-03-03 Simon Marlowimprovements: generate LaTeX tables for more than one run
2009-01-15 Simon Marlowsoup-up "ghc-pkg check"
2009-01-15 Tim ChevalierExternal Core: re-add code I removed mistakenly in...
2009-01-14 Tim ChevalierExternal Core lib: lots of cleanup
2009-01-09 Simon MarlowFIX BUILD on Windows (fix for #2873 broke it)
2009-01-08 Simon MarlowFix #2873: should fail if a package DB desn't exist
2009-01-05 Tim Chevalierext-core: change .cabal file so we can build with eithe...
2009-01-05 Tim Chevalierext-core: fix some Prep bugs
2009-01-05 Tim Chevalierext-core: use shorter names when combining modules
2009-01-05 Tim Chevalierext-core: twiddle primitive things
2008-11-28 Ian LynaghTeach runghc about --help; fixes trac #2757
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-14 Simon Marlowclose the temporary Handle before removing the file
2008-11-10 Thomas SchillingFix line numbers in TAGS files.
2008-11-08 Ian LynaghRemove some flag duplication from a Makefile
2008-11-08 Ian Lynaghghc_ge_605 is now always YES
2008-10-31 Ian LynaghRefuse to register packages with unversioned dependenci...
2008-10-28 Thomas SchillingInclude record fields in tags.
2008-10-23 Simon Marlowinclude an elapsed time table
2008-10-23 Simon Marlowgenerate a valid summary for older GHC versions too
2008-10-15 Ian LynaghFix the build when the bootstrapping compiler has a...
2008-10-13 Thomas SchillingUse cabal information to get GHC's flags to `ghctags'.
2008-10-07 Thomas SchillingMake ghctags compile again.
2008-10-03 Ian LynaghAlways use extensible exceptions in ghc-pkg, rather...
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...
next