summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2012-10-311-11/+43
|\
| * Attach proper jump liveness information to generated C-- code.Geoffrey Mainland2012-10-301-11/+43
* | Improve touchyIan Lynagh2012-10-311-55/+28
* | Change how touchy sets the file timeIan Lynagh2012-10-311-5/+86
|/
* Fix a makefile ruleIan Lynagh2012-10-291-1/+1
* Move ghc-pkg's generated Version.hs inside the dist directoriesIan Lynagh2012-10-291-6/+9
* Revert "Always use --force when registering packages"Ian Lynagh2012-10-251-2/+2
* Make "ghc-pkg check" check for prof and dyn ways, as well as vanillaIan Lynagh2012-10-251-17/+23
* Remove an outdated commentIan Lynagh2012-10-251-1/+1
* Always use --force when registering packagesIan Lynagh2012-10-251-2/+2
* Make it possible to build with only way dynIan Lynagh2012-10-244-9/+21
* Use Cabal to build mkUserGuidePartIan Lynagh2012-10-242-5/+20
* Follow 'flags' -> 'generalFlags' renameIan Lynagh2012-10-181-1/+1
* Fix some dependenciesIan Lynagh2012-10-142-1/+3
* Use Cabal to build ghctagsIan Lynagh2012-10-142-3/+23
* Use Cabal to build hpc-binIan Lynagh2012-10-142-4/+11
* Move the RPATH computation into the build rulesIan Lynagh2012-10-141-4/+0
* Add TRANSITIVE_DEPS variables to package-data.mk filesIan Lynagh2012-10-141-0/+3
* ghc-pkg: Print something when no packages are found; fixes #6119Ian Lynagh2012-10-111-1/+4
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-7/+7
* Actually build things the dynamic wayIan Lynagh2012-10-041-2/+4
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-0312-63/+119
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-272-2/+2
* Update dependency on directory.Paolo Capriotti2012-09-095-5/+5
* make sure to remove the right link before calling 'ln -s' (could we use 'ln -...Gabor Greif2012-08-301-2/+2
* Follow changes in CabalIan Lynagh2012-08-232-1/+3
* Start separating out the RTS and Haskell imports of MachRegs.hIan Lynagh2012-08-061-1/+1
* Update dependencies.Paolo Capriotti2012-07-192-4/+4
* ghc-pkg: restore -no-user-package-conf flag.Paolo Capriotti2012-07-181-0/+2
* typos in commentsGabor Greif2012-07-181-3/+3
* Write locale character encoding to hpc html report (#5006)Bas van Dijk2012-07-161-3/+19
* improve the --help docs a bit (#7008)Simon Marlow2012-07-021-4/+6
* Follow changes in baseIan Lynagh2012-06-191-1/+0
* Create versioned runghc wrapper (#5873)Paolo Capriotti2012-06-191-0/+3
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-2/+2
* Accept -package-conf so cabal-install worksIan Lynagh2012-05-271-1/+1
* escape(): don't forget the final '\0'Simon Marlow2012-05-231-0/+1
* Remove a couple of unnecessary lines of CPPIan Lynagh2012-05-181-2/+0
* Fix #6109 : error Unknown mingw32 arch.Erik de Castro Lopo2012-05-181-5/+9
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-162-2/+20
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-155-16/+16
* Adapt to changes in Cabal.Paolo Capriotti2012-05-072-34/+22
* Add SRC_[CH]C_WARNING_OPTSIan Lynagh2012-04-261-0/+1
* It isn't guaranteed that Cabal is warning-freeIan Lynagh2012-04-241-1/+1
* Tabs -> SpacesDavid Terei2012-03-234-236/+219
* Tabs -> SpacesDavid Terei2012-03-231-325/+325
* hp2ps: escape backslashes when generating output file (#5800).Paolo Capriotti2012-03-221-2/+20
* Fix fingerprints for merge commits.Geoffrey Mainland2012-03-171-1/+1
* ghc-pkg: make sure info messages go to stdout and errors to stderr (#3818)Paolo Capriotti2012-03-081-30/+40
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-241-2/+2