summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Move the libraries bindist generation code into libraries/MakefileIan Lynagh2007-05-131-1/+1
* remove now-unused usage information (#1003)Simon Marlow2007-05-101-13/+0
* Remove ghc_ge_504 (it's required to be true now anyway)Ian Lynagh2007-05-093-12/+0
* don't forget to clean the .bat filesSimon Marlow2007-04-271-0/+2
* Fix bat-script generation for MSyssimonpj@microsoft.com2007-04-182-2/+4
* Remove redundant importIan Lynagh2007-04-111-1/+0
* Replace genprimopcode's parsec parser with an alex+happy parserIan Lynagh2007-04-107-379/+510
* Fixes for building the libraries with cabal on WindowsIan Lynagh2007-04-061-1/+10
* Use update-alternatives for handling generic tool namessven.panne@aedion.de2007-03-152-15/+1
* Tweak hasktags to cope with abc::def correctlyIan Lynagh2007-03-141-12/+26
* Warning police: Avoid name shadowingsven.panne@aedion.de2007-03-141-61/+61
* Handle primitive types and pseudo ops when generating LaTeXsven.panne@aedion.de2007-03-141-0/+15
* Warning police: Replace patter matching failures by something more informativesven.panne@aedion.de2007-03-141-1/+13
* Warning police: Don't rely on defaultingsven.panne@aedion.de2007-03-141-1/+1
* Warning police: Removed "Defined but not used" warningssven.panne@aedion.de2007-03-141-25/+25
* Warning police: Added type signaturessven.panne@aedion.de2007-03-141-13/+64
* Use -Wall for compilation of genprimopcodesven.panne@aedion.de2007-03-141-0/+2
* fix #1200: don't evaluate the result of mainSimon Marlow2007-03-131-1/+5
* Fix #839 (Generate documentation for built-in types and primitve operations)Simon Marlow2007-02-281-25/+67
* Windows: the .hp file is <prog>.exe.hpSimon Marlow2007-02-281-1/+5
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-5/+5
* Don't use compat when compiling utils with stage1Ian Lynagh2007-02-064-5/+22
* Extension of testing script to parse PAPI results from GHC programs.Alexey Rodriguez2006-12-211-2/+54
* Add -stdout-binary and -stderr-binary flags to bypass dos2unixSimon Marlow2007-01-231-2/+15
* Fix ghc-pkg now showError has been removedIan Lynagh2007-01-151-2/+4
* expand $topdir in the output of 'ghc-pkg field'Simon Marlow2007-01-091-1/+28
* wrap Main.main in GHC.TopHandler.runIOFastExitSimon Marlow2007-01-051-1/+7
* Parse and use ghci nofib outputIan Lynagh2006-12-201-1/+3
* Turn -Wall onIan Lynagh2006-12-121-1/+1
* Fix more warningsIan Lynagh2006-12-121-82/+107
* Fix whitespaceIan Lynagh2006-12-121-240/+240
* Silence some warningsIan Lynagh2006-12-121-86/+92
* Fix more warningsIan Lynagh2006-12-121-51/+11
* Remove trailing white spaceIan Lynagh2006-12-121-23/+23
* DetabIan Lynagh2006-12-121-32/+32
* Fix thd3Ian Lynagh2006-12-121-1/+1
* Silence some warningsIan Lynagh2006-12-122-6/+14
* Silence more warningsIan Lynagh2006-12-121-51/+71
* More warning fixesIan Lynagh2006-12-121-30/+43
* Fix more warningsIan Lynagh2006-12-121-1/+5
* More warning fixes and some code rejiggingIan Lynagh2006-12-121-21/+18
* Fix more warningsIan Lynagh2006-12-122-6/+14
* Fix some warningsIan Lynagh2006-12-121-5/+14
* Beautify a bitIan Lynagh2006-12-121-10/+5
* Remove trailing spacesIan Lynagh2006-12-121-35/+35
* DetabIan Lynagh2006-12-121-231/+231
* Support RelocatableReadOnlyData section type in CmmParse, and use it where ne...wolfgang.thaller@gmx.net2006-10-221-2/+2
* Cast switch scrutinees to W_ in AutoApply.cmmwolfgang.thaller@gmx.net2006-10-221-2/+2
* Change a comma to a colonIan Lynagh2006-11-251-1/+1
* ghc-pkg: New command 'check' and made 'list' indicate broken packagesLennart Kolmodin2006-11-051-5/+49