| Commit message (Expand) | Author | Age | Files | Lines |
* | con_desc should be an OFFSET_FIELD | Simon Marlow | 2007-04-17 | 1 | -1/+2 |
* | fix building with pre-6.4 | Simon Marlow | 2007-04-16 | 1 | -1/+1 |
* | Change tabs to spaces in string literals | Ian Lynagh | 2007-04-16 | 1 | -6/+6 |
* | Remove whitespace, mostly tabs, from string literals | Ian Lynagh | 2007-04-16 | 1 | -4/+4 |
* | MERGE: another attempt at a workaround for #1110 (Vista bug) | Simon Marlow | 2007-04-16 | 1 | -9/+17 |
* | MERGE: Fix a few uses of the wrong return convention for the scheduler | Simon Marlow | 2007-04-16 | 4 | -13/+13 |
* | stm doesn't need to be a core-package | Ian Lynagh | 2007-04-16 | 2 | -1/+1 |
* | Split objects when building libraries (if SplitObjs is YES) | Ian Lynagh | 2007-04-16 | 1 | -0/+5 |
* | tab, verttab, formfeed, and CR are not allowed in strings | Simon Marlow | 2007-04-16 | 1 | -5/+5 |
* | Add missing special case for GHC.Prim | Simon Marlow | 2007-04-16 | 1 | -0/+8 |
* | Don't try to install docs stuff if NO_HADDOCK_DOCS=YES | Ian Lynagh | 2007-04-15 | 1 | -0/+2 |
* | Implement ifBuildable | Ian Lynagh | 2007-04-15 | 2 | -8/+60 |
* | make opt_HiVersion an Integer instead of Int to prevent overflow | wolfgang.thaller@gmx.net | 2007-04-14 | 2 | -2/+2 |
* | Allow ProjectTags to be specified in mk/build.mk | Ian Lynagh | 2007-04-13 | 1 | -1/+2 |
* | Fix a typo related to i386 PIC code generation | wolfgang.thaller@gmx.net | 2007-04-12 | 1 | -1/+1 |
* | Darwin/x86_64 linker support | wolfgang.thaller@gmx.net | 2007-04-12 | 2 | -62/+249 |
* | autoreconf -> sh boot | Ian Lynagh | 2007-04-12 | 3 | -4/+4 |
* | Darwin/i386 NCG: fix assembly syntax in symbol stubs | wolfgang.thaller@gmx.net | 2007-04-12 | 1 | -1/+1 |
* | Darwin Linker: Do not add local symbols to lochash | wolfgang.thaller@gmx.net | 2007-04-12 | 1 | -9/+0 |
* | Handle Weak Definitions in the Darwin Linker | wolfgang.thaller@gmx.net | 2007-04-12 | 1 | -6/+11 |
* | Check boot seems to have been run before we let make proceed | Ian Lynagh | 2007-04-12 | 1 | -0/+5 |
* | wibble to prep-bin-dist-mingw target | Simon Marlow | 2007-04-12 | 1 | -1/+1 |
* | tidy up the binary-dist targets a bit more | Simon Marlow | 2007-04-12 | 1 | -10/+11 |
* | further tweak the comments | Simon Marlow | 2007-04-11 | 1 | -11/+10 |
* | fix comment | Simon Marlow | 2007-04-11 | 1 | -1/+1 |
* | do the right thing by default with a current mingw | Simon Marlow | 2007-04-11 | 1 | -37/+67 |
* | MERGE: add prep-bin-dist-mingw to binary-dist target, and add a separate targ... | Simon Marlow | 2007-04-12 | 1 | -1/+5 |
* | MERGE: fixes to prep-bin-dist-mingw, and add separate rule to tar the bindist | Simon Marlow | 2007-04-12 | 1 | -3/+6 |
* | call prep-bin-dist-mingw as part of binary-dist, before we make the tarball | Simon Marlow | 2007-04-11 | 1 | -0/+6 |
* | Remove redundant import | Ian Lynagh | 2007-04-11 | 1 | -1/+0 |
* | Rationalise GhcMode, HscTarget and GhcLink | Simon Marlow | 2007-04-11 | 12 | -163/+283 |
* | Use "$@" rather than $* when calling things in darcs-all | Ian Lynagh | 2007-04-11 | 1 | -16/+16 |
* | Build library Setup.hs's with -Wall | Ian Lynagh | 2007-04-11 | 1 | -1/+1 |
* | parsec, regex-base, regex-compat, regex-posix are no longer core-packages | Ian Lynagh | 2007-04-10 | 3 | -6/+9 |
* | Replace genprimopcode's parsec parser with an alex+happy parser | Ian Lynagh | 2007-04-10 | 7 | -379/+510 |
* | Don't use regexps in the GHC sources | Ian Lynagh | 2007-04-10 | 2 | -33/+79 |
* | Use a boot script instead of having autoreconf recurse | Ian Lynagh | 2007-04-10 | 4 | -54/+15 |
* | Tweak AC_MSG_RESULTs | Ian Lynagh | 2007-04-09 | 1 | -2/+3 |
* | Allow the version date to be overridden with VERSION_DATE | Ian Lynagh | 2007-04-09 | 1 | -1/+3 |
* | Use cp -R rather than cp -a for portability reasons | Ian Lynagh | 2007-04-06 | 1 | -1/+1 |
* | Fixes for building the libraries with cabal on Windows | Ian Lynagh | 2007-04-06 | 4 | -21/+64 |
* | Fix external core syntax (though not full compilation) | Aaron Tomb | 2006-11-13 | 6 | -47/+81 |
* | Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504 | Ian Lynagh | 2007-04-06 | 21 | -304/+43 |
* | Don't break when asked to install-docs | Ian Lynagh | 2007-03-16 | 1 | -1/+5 |
* | Add a comment | Ian Lynagh | 2007-03-16 | 1 | -0/+2 |
* | Make building binary dists work with cabalised libraries | Ian Lynagh | 2007-03-10 | 5 | -152/+141 |
* | Build the libraries with cabal | Ian Lynagh | 2007-03-08 | 3 | -97/+184 |
* | fix adjustor generation on ia64 (test case ffi009) | red5_2@hotmail.com | 2007-04-01 | 1 | -4/+14 |
* | save two more FP registers on ia64 | red5_2@hotmail.com | 2007-03-27 | 2 | -8/+13 |
* | add a safety net to avoid generating bogus code | Simon Marlow | 2007-04-04 | 1 | -0/+3 |