summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Follow bindist changes in bindisttestIan Lynagh2009-09-271-1/+7
* More bindist tweakingIan Lynagh2009-09-272-15/+15
* Add a $(MAKE_RESTARTS) check to ghc.mkIan Lynagh2009-09-271-0/+8
* Don't use absolute paths unnecessarily when making bindistsIan Lynagh2009-09-272-3/+2
* Change where bindists are madeIan Lynagh2009-09-273-18/+22
* emitRetUT: cope with arguments overlapping with results (#3546)Simon Marlow2009-09-281-1/+3
* fix cut-and-paste bugs in .cmm -> .hc/.s rulesSimon Marlow2009-09-281-4/+4
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-2511-38/+77
* Under utils/ext-core, update README to mention that ext-core is now on HackageTim Chevalier2009-09-271-0/+9
* Update the OS X package build scriptsIan Lynagh2009-09-251-1/+1
* Use $topdir in the RTS's package.conf file when doing a relocatable buildIan Lynagh2009-09-271-2/+2
* Fix invoking windres in a directory containing spacesIan Lynagh2009-09-271-3/+17
* Add support for relocatable builds in the new build systemIan Lynagh2009-09-272-23/+54
* Fix building of the RTS with the NCG under WindowsBen.Lippmeier@anu.edu.au2009-09-262-10/+28
* Make some sed more portable: Use \{0,1\} instead of \?Ian Lynagh2009-09-241-1/+1
* teach boot-pkgs about -snapshot tarballsIan Lynagh2009-09-211-1/+1
* We now tell the linker macosx_version_min is 10.5; trac #3521Ian Lynagh2009-09-241-1/+1
* Errors talking about a left section should refer to the "first" argumentIan Lynagh2009-09-241-1/+1
* Make count_lines work with the new directory layoutIan Lynagh2009-09-231-2/+6
* Add count_lines back into the repoIan Lynagh2009-09-231-0/+63
* Remove a haskeline release note that doesn't apply to ghciIan Lynagh2009-09-231-6/+0
* fix warningsSimon Marlow2009-09-231-3/+3
* Add erf, erfc, erfff, erfcf (#3536)Simon Marlow2009-09-231-0/+4
* Various updates/additionsSimon Marlow2009-09-231-18/+55
* Document -package-id, and use the term "package ID" consistentlySimon Marlow2009-09-231-34/+53
* Make it so that -Ds implies -lsSimon Marlow2009-09-231-5/+5
* Don't build haddock if HADDOC_DOCS = NO, and disable HADDOC_DOCS if GhcWithIn...Matthias Kilian2009-09-202-1/+3
* Remove syb; it is no longer neededIan Lynagh2009-09-222-2/+0
* Remove base3-compatIan Lynagh2009-09-222-11/+0
* Set version number to 6.13Ian Lynagh2009-09-221-1/+1
* boot-pkgs now automatically works out which libraries are from tarballsIan Lynagh2009-09-211-1/+1
* remove "touch %_hsc.c" - what was it for?Simon Marlow2009-09-211-1/+0
* Validate now cleans regardless of whether mk/config.mk existsIan Lynagh2009-09-211-3/+1
* Update 6.12.1 release notesIan Lynagh2009-09-211-0/+32
* Add sdist to ghc-cabal's bag of tricksIan Lynagh2009-09-211-15/+27
* Add the --checked-out flag; expand the docs/comments at the topSimon Marlow2009-09-211-9/+40
* move way-related stuff into a separate fileSimon Marlow2009-09-213-110/+111
* clean some Haddock-generated filesSimon Marlow2009-09-211-0/+2
* Fix bindist creationIan Lynagh2009-09-201-1/+1
* Update dependenciesIan Lynagh2009-09-201-2/+2
* Add release notes for 6.12.1Ian Lynagh2009-09-202-1/+1238
* remove encoding of output using Haskeline; the IO library does it now (#3398)Simon Marlow2009-09-182-42/+8
* ignore unused-import warnings from HaskelineSimon Marlow2009-09-181-0/+2
* Fix the nursery size calculation when -N is used with -HSimon Marlow2009-09-181-4/+6
* implement case-on-Word in the byte code generator/interpreter (#2881)Simon Marlow2009-09-185-0/+50
* Fix #3439: -debug implies -ticky, and -ticky code links with any RTSSimon Marlow2009-09-184-22/+32
* Fix #3525 - we were still checking for ParsePkgConf.hs, which is goneSimon Marlow2009-09-181-1/+1
* improve the cyclic module error message as per #1856Simon Marlow2009-09-161-5/+12
* Use CONF_CC_OPTSManuel M T Chakravarty2009-09-174-6/+7
* fix install on WindowsSimon Marlow2009-09-172-4/+7