summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix #2062: foldr1 problem in hpc toolandy@galois.com2008-01-262-16/+20
* FIX #1750: in isBrokenPackage, don't loop if the deps are recursiveSimon Marlow2008-01-231-3/+8
* This goes with the patch for #1839, #1463Simon Marlow2008-01-221-0/+4
* FIX #1839, #1463, by supporting ghc-pkg bulk queries with substring matchingclaus.reinke@talk21.com2008-01-212-45/+117
* Tweak runghcIan Lynagh2008-01-201-19/+11
* Add GMP_INCLUDE_DIRS in a couple of placesIan Lynagh2008-01-121-1/+9
* always try to remove the new file before restoring the old one (#1963)Simon Marlow2007-12-141-7/+6
* FIX #1963: catch Ctrl-C and clean up properlySimon Marlow2007-12-132-20/+65
* "list --simple-output" should be quiet when there are no packages to listSimon Marlow2007-12-121-2/+2
* Change the command-line semantics for query commandsSimon Marlow2007-11-161-19/+44
* Disallow installing packages whose names differ in case only.Simon Marlow2007-11-161-4/+12
* FIX #1596 (remove deprecated --define-name)Simon Marlow2007-11-141-139/+14
* FIX #1837: remove deprecated support for unversioned dependencies (do not merge)Simon Marlow2007-11-141-36/+1
* FIX 1463 (implement 'ghc-pkg find-module')claus.reinke@talk21.com2007-11-091-6/+14
* remove --define-name from the --help usage message (#1596)Simon Marlow2007-11-141-4/+8
* FIX #1837: emit deprecated message for unversioned dependenciesSimon Marlow2007-11-141-3/+11
* Use INSTALL_SCRIPT, not INSTALL_PROGRAM, when installing scripts; fixes #1858Ian Lynagh2007-11-101-3/+3
* update to use latest changes to the GHC API (works much quicker now)Simon Marlow2007-11-061-34/+40
* Various improvementsSimon Marlow2007-11-051-89/+83
* build ghctags-inplaceSimon Marlow2007-11-051-3/+50
* catch up with changes to checkModuleSimon Marlow2007-11-051-1/+1
* reorder the importsSimon Marlow2007-06-251-10/+12
* follow changes in HsRecFieldsSimon Marlow2007-06-251-3/+3
* merged patches relating to GhcTags from #946Simon Marlow2007-06-251-108/+152
* new README file for utils/ghctagsnr@eecs.harvard.edu2006-10-131-0/+13
* proper HC entry for bootstrapping in MakefileNorman Ramsey2006-09-201-1/+1
* first cut at missing case for ids defined in patternNorman Ramsey2006-09-201-7/+32
* change representation of FoundThingNorman Ramsey2006-09-171-45/+34
* get names of data constructorsNorman Ramsey2006-09-171-1/+5
* do notation for the Maybe monadNorman Ramsey2006-09-171-6/+4
* load all files at once and compute tags for allNorman Ramsey2006-09-171-23/+24
* tell GHC not to generate code (thanks Simon M)Norman Ramsey2006-09-171-1/+2
* cover more cases; take GHC options on command lineNorman Ramsey2006-09-161-46/+34
* initial, very incomplete tags generatorNorman Ramsey2006-09-152-0/+270
* Teach ghc-pkg about $httptopdirIan Lynagh2007-10-291-6/+11
* default to installing runhaskell and hsc2hs again, but provide knobs to turn ...Simon Marlow2007-10-252-2/+20
* Fixing typo in runtime documentation for hpc, push to stableandy@unsafeperformio.com2007-10-252-2/+2
* Improving the combine mode for hpcandy@galois.com2007-10-143-45/+146
* distclean: ghcprof-inplaceSimon Marlow2007-09-141-0/+2
* Add a --names-only flag for list --simple-outputIan Lynagh2007-09-071-2/+7
* Removed install-dirs target, it is unnecessary and leads to stray empty direc...sven.panne@aedion.de2007-09-091-0/+1
* Fixing Hpc's Finite Map compat lib for ghc 6.2.1andy@galois.com2007-09-081-0/+2
* updating hpc toolkitandy@galois.com2007-09-0811-44/+167
* Fixing hpc to allow use of hash function to seperate source files on source pathandy@galois.com2007-09-076-16/+18
* Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORMIan Lynagh2007-09-062-10/+2
* Add an OPTIONS -w pragma to utils/genprimopcode/Lexer.xxIan Lynagh2007-09-051-0/+7
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-043-3/+3
* 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