Slight refactoring
[ghc-hetmet.git] / utils /
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
2008-06-18 Simon Marlowit's time to retire ghcprof & friends
2008-06-18 Simon Marlowdefine NeedVarargsPrototypes to avoid segfault on x86_64
2008-04-16 Simon Marlowmeasure GC(0/1) times and work imbalance
2008-04-16 Simon Marlowimprovements to +RTS -s output
2008-02-22 Simon Marlowadd GC(0) and GC(1) time
2008-02-15 simonmar@microsoft.commeasure mut_elapsed_time
2008-02-15 simonmar@microsoft.comfix build with 6.8
2008-01-16 Simon Marlowcut-and-pasto
2008-01-07 simonmar@microsoft.comadd GC elapsed time
2007-12-20 simonmar@microsoft.comupdate to match Mb -> MB change in -s output
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp when building...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-22 Manuel M T ChakravartyEnsure runhaskell is rebuild in stage2
2008-05-19 Simon MarlowFIX #1955: confusion between .exe.hp and .hp suffixes...
2008-05-17 Tim ChevalierAdd dummy LICENSE file to make Cabal go through
2008-05-15 Tim Chevalierdon't rebuild PrimEnv if genprimopcode and/or primops...
2008-05-14 Tim ChevalierCabalize ext-core tools
2008-05-10 Ian LynaghUpdate ghc-pkg to follow Cabal changes
2008-05-05 Tim ChevalierExternal Core tools: add note to README about where...
2008-05-05 Tim ChevalierExternal Core tools: track new syntax for newtypes
2008-05-04 Tim ChevalierImprove syntax for primitive coercions in External...
2008-05-03 Tim ChevalierFix External Core interpreter
2008-04-12 Ian LynaghGenerate fsLit not FSLIT in genprimopcode
2008-04-22 Tim ChevalierImprove External Core syntax for newtypes
2008-04-22 Tim ChevalierExternal Core typechecker - improve handling of coercions
2008-04-08 Ian LynaghFix lndir
2008-04-16 Tim ChevalierImprove External Core syntax
2008-04-14 Tim ChevalierRevive External Core typechecker
2008-04-14 Tim ChevalierExtra info in genprimopcode --make-ext-core-source
2008-04-10 Tim ChevalierExtend genprimopcode to print primop types for ext...
2008-04-08 andy@galois.comFixing hpc combine and hpc map to use the correct help...
2008-03-29 Tim ChevalierRevive External Core parser
2008-03-29 Ian Lynaghprelude/PrimOp is now mostly warning-free
2008-03-29 Ian LynaghUse _ rather than "other" in generated code
2008-03-20 Tim ChevalierHandle hierarchical module names in External Core tools
2008-03-10 Tim ChevalierFirst cut at reviving the External Core tools
2008-03-05 Ian LynaghCopy the right ghc-pkg.bin into bindists
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-18 Manuel M T ChakravartyAll installed Haskell prgms have an inplace and an...
2008-02-17 Ian LynaghTweak whitespace
2008-02-17 Ian LynaghFix typo
2008-02-15 Ian LynaghMake hasktags -Wall clean
2008-02-15 Ian LynaghWhitespace only
2008-02-15 Ian LynaghFix building hasktags
2008-02-12 marco-oweber@gmx.defind module names, fix for get constructor names, find...
2008-02-12 marco-oweber@gmx.deadded TODO item and link to alternatives on wiki
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-07 Simon MarlowAllow runghc to take input from stdin, just like Ruby...
2008-02-05 Simon MarlowmatchesPkg: match against the pkg Id (foo-1.0) not...
2008-02-01 Simon MarlowFIX BUILD with ghc-6.4.x
2008-01-26 andy@galois.comFix #2062: foldr1 problem in hpc tool
2008-01-23 Simon MarlowFIX #1750: in isBrokenPackage, don't loop if the deps...
2008-01-22 Simon MarlowThis goes with the patch for #1839, #1463
2008-01-21 claus.reinke@talk2... FIX #1839, #1463, by supporting ghc-pkg bulk queries...
2008-01-20 Ian LynaghTweak runghc
2008-01-12 Ian LynaghAdd GMP_INCLUDE_DIRS in a couple of places
2007-12-14 Simon Marlowalways try to remove the new file before restoring...
2007-12-13 Simon MarlowFIX #1963: catch Ctrl-C and clean up properly
2007-12-12 Simon Marlow"list --simple-output" should be quiet when there are...
2007-11-16 Simon MarlowChange the command-line semantics for query commands
2007-11-16 Simon MarlowDisallow installing packages whose names differ in...
2007-11-14 Simon MarlowFIX #1596 (remove deprecated --define-name)
2007-11-14 Simon MarlowFIX #1837: remove deprecated support for unversioned...
2007-11-09 claus.reinke@talk2... FIX 1463 (implement 'ghc-pkg find-module')
2007-11-14 Simon Marlowremove --define-name from the --help usage message...
2007-11-14 Simon MarlowFIX #1837: emit deprecated message for unversioned...
2007-11-10 Ian LynaghUse INSTALL_SCRIPT, not INSTALL_PROGRAM, when installin...
2007-11-06 Simon Marlowupdate to use latest changes to the GHC API (works...
2007-11-05 Simon MarlowVarious improvements
2007-11-05 Simon Marlowbuild ghctags-inplace
2007-11-05 Simon Marlowcatch up with changes to checkModule
2007-06-25 Simon Marlowreorder the imports
2007-06-25 Simon Marlowfollow changes in HsRecFields
2007-06-25 Simon Marlowmerged patches relating to GhcTags from #946
2006-10-13 nr@eecs.harvard.edunew README file for utils/ghctags
2006-09-20 Norman Ramseyproper HC entry for bootstrapping in Makefile
2006-09-20 Norman Ramseyfirst cut at missing case for ids defined in pattern
2006-09-17 Norman Ramseychange representation of FoundThing
2006-09-17 Norman Ramseyget names of data constructors
2006-09-17 Norman Ramseydo notation for the Maybe monad
2006-09-17 Norman Ramseyload all files at once and compute tags for all
2006-09-17 Norman Ramseytell GHC not to generate code (thanks Simon M)
2006-09-16 Norman Ramseycover more cases; take GHC options on command line
2006-09-15 Norman Ramseyinitial, very incomplete tags generator
2007-10-29 Ian LynaghTeach ghc-pkg about $httptopdir
2007-10-25 Simon Marlowdefault to installing runhaskell and hsc2hs again,...
2007-10-25 andy@unsafeperform... Fixing typo in runtime documentation for hpc, push...
2007-10-14 andy@galois.comImproving the combine mode for hpc
2007-09-14 Simon Marlowdistclean: ghcprof-inplace
2007-09-07 Ian LynaghAdd a --names-only flag for list --simple-output
2007-09-09 sven.panne@aedion.deRemoved install-dirs target, it is unnecessary and...
2007-09-08 andy@galois.comFixing Hpc's Finite Map compat lib for ghc 6.2.1
next