summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* con_desc should be an OFFSET_FIELDSimon Marlow2007-04-171-1/+2
* fix building with pre-6.4Simon Marlow2007-04-161-1/+1
* Change tabs to spaces in string literalsIan Lynagh2007-04-161-6/+6
* Remove whitespace, mostly tabs, from string literalsIan Lynagh2007-04-161-4/+4
* MERGE: another attempt at a workaround for #1110 (Vista bug)Simon Marlow2007-04-161-9/+17
* MERGE: Fix a few uses of the wrong return convention for the schedulerSimon Marlow2007-04-164-13/+13
* stm doesn't need to be a core-packageIan Lynagh2007-04-162-1/+1
* Split objects when building libraries (if SplitObjs is YES)Ian Lynagh2007-04-161-0/+5
* tab, verttab, formfeed, and CR are not allowed in stringsSimon Marlow2007-04-161-5/+5
* Add missing special case for GHC.PrimSimon Marlow2007-04-161-0/+8
* Don't try to install docs stuff if NO_HADDOCK_DOCS=YESIan Lynagh2007-04-151-0/+2
* Implement ifBuildableIan Lynagh2007-04-152-8/+60
* make opt_HiVersion an Integer instead of Int to prevent overflowwolfgang.thaller@gmx.net2007-04-142-2/+2
* Allow ProjectTags to be specified in mk/build.mkIan Lynagh2007-04-131-1/+2
* Fix a typo related to i386 PIC code generationwolfgang.thaller@gmx.net2007-04-121-1/+1
* Darwin/x86_64 linker supportwolfgang.thaller@gmx.net2007-04-122-62/+249
* autoreconf -> sh bootIan Lynagh2007-04-123-4/+4
* Darwin/i386 NCG: fix assembly syntax in symbol stubswolfgang.thaller@gmx.net2007-04-121-1/+1
* Darwin Linker: Do not add local symbols to lochashwolfgang.thaller@gmx.net2007-04-121-9/+0
* Handle Weak Definitions in the Darwin Linkerwolfgang.thaller@gmx.net2007-04-121-6/+11
* Check boot seems to have been run before we let make proceedIan Lynagh2007-04-121-0/+5
* wibble to prep-bin-dist-mingw targetSimon Marlow2007-04-121-1/+1
* tidy up the binary-dist targets a bit moreSimon Marlow2007-04-121-10/+11
* further tweak the commentsSimon Marlow2007-04-111-11/+10
* fix commentSimon Marlow2007-04-111-1/+1
* do the right thing by default with a current mingwSimon Marlow2007-04-111-37/+67
* MERGE: add prep-bin-dist-mingw to binary-dist target, and add a separate targ...Simon Marlow2007-04-121-1/+5
* MERGE: fixes to prep-bin-dist-mingw, and add separate rule to tar the bindistSimon Marlow2007-04-121-3/+6
* call prep-bin-dist-mingw as part of binary-dist, before we make the tarballSimon Marlow2007-04-111-0/+6
* Remove redundant importIan Lynagh2007-04-111-1/+0
* Rationalise GhcMode, HscTarget and GhcLinkSimon Marlow2007-04-1112-163/+283
* Use "$@" rather than $* when calling things in darcs-allIan Lynagh2007-04-111-16/+16
* Build library Setup.hs's with -WallIan Lynagh2007-04-111-1/+1
* parsec, regex-base, regex-compat, regex-posix are no longer core-packagesIan Lynagh2007-04-103-6/+9
* Replace genprimopcode's parsec parser with an alex+happy parserIan Lynagh2007-04-107-379/+510
* Don't use regexps in the GHC sourcesIan Lynagh2007-04-102-33/+79
* Use a boot script instead of having autoreconf recurseIan Lynagh2007-04-104-54/+15
* Tweak AC_MSG_RESULTsIan Lynagh2007-04-091-2/+3
* Allow the version date to be overridden with VERSION_DATEIan Lynagh2007-04-091-1/+3
* Use cp -R rather than cp -a for portability reasonsIan Lynagh2007-04-061-1/+1
* Fixes for building the libraries with cabal on WindowsIan Lynagh2007-04-064-21/+64
* Fix external core syntax (though not full compilation)Aaron Tomb2006-11-136-47/+81
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-0621-304/+43
* Don't break when asked to install-docsIan Lynagh2007-03-161-1/+5
* Add a commentIan Lynagh2007-03-161-0/+2
* Make building binary dists work with cabalised librariesIan Lynagh2007-03-105-152/+141
* Build the libraries with cabalIan Lynagh2007-03-083-97/+184
* fix adjustor generation on ia64 (test case ffi009)red5_2@hotmail.com2007-04-011-4/+14
* save two more FP registers on ia64red5_2@hotmail.com2007-03-272-8/+13
* add a safety net to avoid generating bogus codeSimon Marlow2007-04-041-0/+3