make framework-pkg needs to cope with missing DSTROOT
[ghc-hetmet.git] / utils /
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
2007-09-08 andy@galois.comupdating hpc toolkit
2007-09-07 andy@galois.comFixing hpc to allow use of hash function to seperate...
2007-09-06 Ian LynaghRemove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
2007-09-05 Ian LynaghAdd an OPTIONS -w pragma to utils/genprimopcode/Lexer.xx
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-02 Ian LynaghFix warnings in ghc-pkg on Windows
2007-09-02 Ian LynaghFix and supress some warnings, and turn on -Werror...
2007-08-28 Ian LynaghUse DESTDIR when installing
2007-08-26 Simon Marlowconvert to use System.FilePath
2007-08-24 Simon Marlowfix getting the exit code
2007-08-24 Simon Marlowadd pwd to SUBDIRS, so it gets cleaned
2007-08-21 Esa Ilari VuokkoLink ghc-pkg and hpc with containers if building ghc...
2007-08-21 Simon Marlowwe need to add utils/pwd to a binary distribution
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-19 Ian LynaghImprove runghc's argument handling
2007-08-18 Ian LynaghMake runghc warning-free and turn -Wall on in the Makefile
2007-08-18 Ian LynaghMake the runghc code prettier and fix some warnings
2007-07-29 Magnus JonssonMake "runghc -f path-to-ghc Main.hs" work
next