This goes with the patch for #1839, #1463
[ghc-hetmet.git] / utils /
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
2007-08-16 Ian LynaghAdd newline to end of Hpc.hs
2007-07-31 Simon Marlowcompile the -inplace programs using $(HC), not $(GHC)
2007-07-30 Ian LynaghMake lndir work on Windows (by copying)
2007-07-30 Ian LynaghMake lndir whitespace consistent
2007-07-30 Ian LynaghUse our own (Haskell) pwd to find the tree root
2007-07-27 Simon MarlowPointer Tagging
2007-07-21 andy@galois.comin hpc-tools, removing the use of %error, to allow...
2007-07-20 andy@galois.comhpc-tools: improving flag processing and help messages...
2007-07-15 andy@galois.comFIX problem with not using the compat lib for Set in...
2007-07-13 Michael D. AdamsWarning Police: No newline at end of file
2007-07-13 Michael D. AdamsWarning Police: Unused imports
2007-07-12 andy@galois.comAdding draft and show to hpc
2007-07-11 andy@galois.comAdding hpcError, that improves error messages with...
2007-07-11 andy@galois.comAdding support for packages into hpc tools
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-29 andy@galois.comFixing hpc tools for 6.2 and 6.4
2007-06-29 Simon Marlowunbreak "recompile utils with stage 1"
2007-06-27 andy@galois.commaking hpc live
2007-06-27 andy@galois.comFixing Makefile hpc to use compat
2007-06-27 andy@galois.comfixing creation of directory for html output; fixing...
2007-06-23 Simon Marlowmake inplace scripts less sensitive to /bin/sh quoting...
2007-06-25 andy@galois.comAdding hpc tools, as a single program.
2007-06-22 Simon Marlowremove unnecessary cruft
2007-06-22 Simon MarlowFIX BUILD: all builds need --template, not just Windows
2007-06-22 Simon Marlowignore all but the last --template option
2007-06-21 Simon Marlowyet more fixes: Cygwin broke this time
2007-06-21 Lemmihfix bugs with hsc2hs-inplace
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon Marlowuse a binary for hsc2hs-inplace too
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-15 Ian LynaghAdd missing quotes in generated script
2007-06-09 Ian LynaghFix up whitespace
2007-06-01 Ian LynaghFix a -- that somehow turned into a ----
2007-06-01 Ian LynaghFix creation of hsc2hs-inplace.bat
2007-06-01 Ian LynaghFix bindist creation
2007-05-31 Ian LynaghRework the build system a bit
2007-05-30 Ian LynaghMake package.conf files a bit more readable
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-05-25 Simon Marlow-package pretty is required for GHC >= 6.7
next