summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tweak banner printing2007-06-12Ian Lynagh2007-06-126-60/+53
* FIX #1378 Add option for a shorter banner on GHCi startupcdsmith@twu.net2007-06-014-4/+27
* Windows bindist tweakingIan Lynagh2007-06-091-4/+6
* Fix the ghc package in bindistsIan Lynagh2007-06-093-4/+14
* Fix up whitespaceIan Lynagh2007-06-091-270/+269
* Fix bindists on WindowsIan Lynagh2007-06-092-22/+18
* Install the RTS from a bindist correctlyIan Lynagh2007-06-059-80/+119
* Only add the extra Windows libraries if we are on WindowsIan Lynagh2007-06-041-1/+3
* Follow Cabal change; .setup-config is now dist/setup-configIan Lynagh2007-06-041-1/+0
* Copy more of base's hacks into installPackage; *sigh*Ian Lynagh2007-06-021-4/+16
* Hack libsubdir so that it does the right thing on both Windows and non-WindowsIan Lynagh2007-06-021-1/+11
* Remove now-unused filesIan Lynagh2007-06-022-5/+0
* Fix ghcii.sh creationIan Lynagh2007-06-021-2/+2
* Explicitly set datadirIan Lynagh2007-06-021-0/+5
* Fix a -- that somehow turned into a ----Ian Lynagh2007-06-011-1/+1
* Fix creation of hsc2hs-inplace.batIan Lynagh2007-06-011-1/+1
* ghc-pkg-inplace now has .bat extension on WindowsIan Lynagh2007-06-012-7/+7
* Add omitted files (mk/{install,recurse}.mk)Ian Lynagh2007-06-012-0/+412
* Fix bindist creationIan Lynagh2007-06-0128-675/+257
* Rework the build system a bitIan Lynagh2007-05-3124-447/+249
* Make package.conf files a bit more readableIan Lynagh2007-05-301-1/+3
* Adding new ffi calls into the Hpc rts subsystemandy@galois.com2007-06-122-94/+119
* don't add -threaded in stage2/3 if we didn't build the threaded RTSSimon Marlow2007-06-121-0/+2
* fix compile error in the !GHCI_TABLES_NEXT_TO_CODE caseSimon Marlow2007-06-121-1/+1
* Fix PPC Mac OS X memory access problem in SMP.h (#1362)Thorkil Naur2007-05-181-1/+1
* Using blacklist of places not to cover, rather than reverse-engineer deriving.andy@galois.com2007-06-092-22/+17
* Not adding ticks to compiler generated derived code.andy@galois.com2007-06-081-2/+22
* Fix worker/wrapper ids for newtype instancesManuel M T Chakravarty2007-06-081-1/+0
* Fix deriving of indexed data typesManuel M T Chakravarty2007-06-081-1/+1
* Add instructions for adding a library to a build treeIan Lynagh2007-06-071-0/+6
* Don't suggest -fno-monomorphism-restriction if it's already setsimonpj@microsoft.com2007-06-061-17/+24
* Remove unnecessary free-variables from renamersimonpj@microsoft.com2007-06-064-17/+35
* FIX #1385: make sure tuple instances are loadedsimonpj@microsoft.com2007-06-061-3/+5
* Typo in commentssimonpj@microsoft.com2007-06-051-1/+1
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-059-92/+4
* Typo, spotted by Stefan HoldermansIan Lynagh2007-06-051-1/+1
* ifBuildable now prints a warning if the package is not buildableIan Lynagh2007-06-051-8/+14
* Fix normalisation of path to findIan Lynagh2007-06-051-5/+9
* fix panic in #1379Simon Marlow2007-06-052-1/+5
* Add missing newline from ghci :help outputbjpop@csse.unimelb.edu.au2007-06-051-1/+1
* implement FastMutInt in non-GHC using IORefs (#1405)Isaac Dupree2007-06-011-5/+30
* FIX #1110: the linker also needs the workaroundSimon Marlow2007-06-011-1/+3
* FIX BUILD: GHC doesn't use filepath (yet)Simon Marlow2007-05-211-2/+1
* tiny cleanupSimon Marlow2007-05-251-2/+2
* remove OpenBSD-specific initAdjustor() code that shouldn't be required nowSimon Marlow2007-06-012-29/+0
* fix locations for uploading src distsSimon Marlow2007-05-311-4/+4
* FIX unregisterised buildSimon Marlow2007-05-311-3/+3
* FIX: loading package ghc in GHCi (added a couple of missing symbols)Simon Marlow2007-05-311-0/+2
* Fix bogus check for strictness in newtypessimonpj@microsoft.com2007-05-301-1/+2
* export noSrcLoc, noSrcSpanSimon Marlow2007-05-301-2/+2