summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-033-6/+6
* Fix warnings in ghc-pkg on WindowsIan Lynagh2007-09-021-0/+3
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-023-0/+20
* Use DESTDIR when installingIan Lynagh2007-08-283-3/+3
* convert to use System.FilePathSimon Marlow2007-08-261-85/+8
* fix getting the exit codeSimon Marlow2007-08-241-1/+1
* add pwd to SUBDIRS, so it gets cleanedSimon Marlow2007-08-241-1/+1
* Link ghc-pkg and hpc with containers if building ghc 6.7 or newerEsa Ilari Vuokko2007-08-212-0/+8
* we need to add utils/pwd to a binary distributionSimon Marlow2007-08-212-16/+9
* annotate C-- calls that do not returnNorman Ramsey2007-08-201-1/+1
* Improve runghc's argument handlingIan Lynagh2007-08-191-10/+29
* Make runghc warning-free and turn -Wall on in the MakefileIan Lynagh2007-08-182-4/+3
* Make the runghc code prettier and fix some warningsIan Lynagh2007-08-181-31/+34
* Make "runghc -f path-to-ghc Main.hs" workMagnus Jonsson2007-07-291-0/+2
* Add newline to end of Hpc.hsIan Lynagh2007-08-161-1/+1
* compile the -inplace programs using $(HC), not $(GHC)Simon Marlow2007-07-312-2/+2
* Make lndir work on Windows (by copying)Ian Lynagh2007-07-301-9/+91
* Make lndir whitespace consistentIan Lynagh2007-07-301-130/+130
* Use our own (Haskell) pwd to find the tree rootIan Lynagh2007-07-302-0/+44
* Pointer TaggingSimon Marlow2007-07-271-12/+107
* in hpc-tools, removing the use of %error, to allow happy 1.15 to be used.andy@galois.com2007-07-211-2/+1
* hpc-tools: improving flag processing and help messages, small bug fixes.andy@galois.com2007-07-2010-86/+311
* FIX problem with not using the compat lib for Set in hpc tools.andy@galois.com2007-07-151-1/+1
* Warning Police: No newline at end of fileMichael D. Adams2007-07-132-2/+1
* Warning Police: Unused importsMichael D. Adams2007-07-139-11/+1
* Adding draft and show to hpcandy@galois.com2007-07-125-4/+237
* Adding hpcError, that improves error messages with usageandy@galois.com2007-07-111-0/+7
* Adding support for packages into hpc toolsandy@galois.com2007-07-111-7/+18
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-051-1/+1
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-3/+14
* Fixing hpc tools for 6.2 and 6.4andy@galois.com2007-06-298-8/+77
* unbreak "recompile utils with stage 1"Simon Marlow2007-06-291-6/+1
* making hpc liveandy@galois.com2007-06-271-2/+2
* Fixing Makefile hpc to use compatandy@galois.com2007-06-271-5/+6
* fixing creation of directory for html output; fixing html markup for 0% bars.andy@galois.com2007-06-271-5/+15
* make inplace scripts less sensitive to /bin/sh quoting by avoiding \Simon Marlow2007-06-232-2/+2
* Adding hpc tools, as a single program.andy@galois.com2007-06-256-0/+1140
* remove unnecessary cruftSimon Marlow2007-06-221-11/+0
* FIX BUILD: all builds need --template, not just WindowsSimon Marlow2007-06-221-2/+2
* ignore all but the last --template optionSimon Marlow2007-06-221-1/+7
* yet more fixes: Cygwin broke this timeSimon Marlow2007-06-211-1/+1
* fix bugs with hsc2hs-inplaceLemmih2007-06-211-2/+2
* further fixes to the inplace scriptsLemmih2007-06-212-4/+4
* use a binary for hsc2hs-inplace tooSimon Marlow2007-06-211-22/+20
* Fix problems with new inplace stuff on CygwinSimon Marlow2007-06-211-1/+6
* Use a real binary instead of scripts for ghc-inplaceSimon Marlow2007-06-211-19/+21
* Add missing quotes in generated scriptIan Lynagh2007-06-151-1/+1
* Fix up whitespaceIan Lynagh2007-06-091-270/+269
* Fix a -- that somehow turned into a ----Ian Lynagh2007-06-011-1/+1
* Fix creation of hsc2hs-inplace.batIan Lynagh2007-06-011-1/+1