| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow GNU-standard --host, --build, --target configure options (#3637) | Simon Marlow | 2010-01-19 | 1 | -0/+92 |
* | Fix #3642: m GHC builds using the Haskell Platform | Simon Marlow | 2009-11-05 | 1 | -1/+2 |
* | Fix some bugs to do with tools in paths containing spaces | Simon Marlow | 2009-11-04 | 1 | -2/+2 |
* | Make a mingw tree from mingw tarballs | Ian Lynagh | 2009-10-23 | 1 | -36/+36 |
* | Remove FP_MINGW_GCC now that we use an in-tree gcc | Ian Lynagh | 2009-10-08 | 1 | -14/+0 |
* | Remove the windres configure check, now that we use an in-tree windres | Ian Lynagh | 2009-10-08 | 1 | -39/+0 |
* | Fix #3525 - we were still checking for ParsePkgConf.hs, which is gone | Simon Marlow | 2009-09-18 | 1 | -1/+1 |
* | Use -W, not -Werror, for gcc older than 3.4 | Matthias Kilian | 2009-08-26 | 1 | -0/+3 |
* | Bump Happy requirement from 1.15 to 1.16 | Simon Marlow | 2009-08-19 | 1 | -2/+2 |
* | FIX BUILD: Remove harmful dnls and identifier typo in aclocal.m4 | Alexander Dunlap | 2009-08-01 | 1 | -4/+4 |
* | Fix configure when alex/happy are installed to a directory containing spaces | Ian Lynagh | 2009-08-01 | 1 | -4/+4 |
* | Windows fixes to build system: use the 'find' and 'sort' found by configure | simonpj@microsoft.com | 2009-07-06 | 1 | -1/+1 |
* | rename cache variable to keep recent autoconfs happy | Ross Paterson | 2009-06-26 | 1 | -10/+10 |
* | Tighten up the DocBook XSL stylesheet test | Simon Marlow | 2009-06-03 | 1 | -9/+20 |
* | tidy up autoconfiguration of docbook stuff | Simon Marlow | 2009-06-02 | 1 | -15/+12 |
* | Move hasktags out of the GHC repo | Ian Lynagh | 2009-05-15 | 1 | -0/+12 |
* | remove old unused fop/dvips/xmltex stuff | Simon Marlow | 2009-05-13 | 1 | -27/+0 |
* | Handle deciding what docs to build better | Ian Lynagh | 2009-05-08 | 1 | -1/+14 |
* | Rename pwd to ghc-pwd | Ian Lynagh | 2009-05-07 | 1 | -7/+7 |
* | Simplify utils/pwd | Ian Lynagh | 2009-05-05 | 1 | -1/+1 |
* | Use haskeline, rather than editline, for line editing in ghci | Ian Lynagh | 2009-04-29 | 1 | -14/+0 |
* | require gcc 3.0+ (see #2770) | Simon Marlow | 2009-04-27 | 1 | -2/+5 |
* | Fix bootstrap with 6.10.1 on Windows | Simon Marlow | 2008-11-10 | 1 | -0/+3 |
* | On Windows, check that we have a good version of windres when configuring | Ian Lynagh | 2008-10-01 | 1 | -0/+40 |
* | Look for gfind as well as find | Ian Lynagh | 2008-09-24 | 1 | -1/+1 |
* | require Alex version 2.1.0 | Simon Marlow | 2008-09-18 | 1 | -2/+2 |
* | Remove the haddock detection | Ian Lynagh | 2008-09-05 | 1 | -21/+0 |
* | Prepare GHC for building with Git | Max Bolingbroke | 2008-08-06 | 1 | -1/+11 |
* | remove what looks like a cut-and-pasto | Simon Marlow | 2008-07-14 | 1 | -12/+0 |
* | fix #2434: we weren't waiting long enough for the signal | Simon Marlow | 2008-07-14 | 1 | -1/+1 |
* | Remove all references to -mno-cygwin | Ian Lynagh | 2008-07-09 | 1 | -32/+0 |
* | On cygwin, convert happy's path to a native path | Ian Lynagh | 2008-07-05 | 1 | -0/+10 |
* | On cygwin, convert Haddock's path to a native path | Ian Lynagh | 2008-07-05 | 1 | -0/+9 |
* | On cygwin, convert alex's path to a native path | Ian Lynagh | 2008-07-05 | 1 | -0/+9 |
* | Use unified diff | Ian Lynagh | 2008-06-03 | 1 | -1/+1 |
* | Use -fno-toplevel-reorder with gcc >= 4.2 on sparc-solaris; fixes trac #2312 | Ian Lynagh | 2008-06-06 | 1 | -0/+5 |
* | FIX #2257: timer_settime() hangs during configure | Simon Marlow | 2008-05-16 | 1 | -2/+18 |
* | FIX #1933: use a better test for timer_create() | Simon Marlow | 2008-04-29 | 1 | -4/+93 |
* | Use editline instead of readline | Ian Lynagh | 2008-03-16 | 1 | -8/+8 |
* | Mac OS X deployment target: piping opts through Makefiles | Manuel M T Chakravarty | 2008-02-21 | 1 | -14/+14 |
* | Add configure option --with-macos-deployment-target | Manuel M T Chakravarty | 2008-02-19 | 1 | -0/+29 |
* | Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM | Ian Lynagh | 2007-09-06 | 1 | -3/+0 |
* | Fixed test for pwd executable | sven.panne@aedion.de | 2007-08-25 | 1 | -1/+1 |
* | FIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder | Simon Marlow | 2007-08-21 | 1 | -36/+38 |
* | we need to add utils/pwd to a binary distribution | Simon Marlow | 2007-08-21 | 1 | -7/+9 |
* | fix the hardtop test for ghc-6.2.x, and make it notice failure earlier | Simon Marlow | 2007-08-01 | 1 | -1/+5 |
* | Set hardtop_plat to hardtop to find out what, if anything, breaks | Ian Lynagh | 2007-07-30 | 1 | -40/+2 |
* | Use our own (Haskell) pwd to find the tree root | Ian Lynagh | 2007-07-30 | 1 | -2/+13 |
* | * Future-proof autoconf's Perl version test. | audreyt@audreyt.org | 2007-07-11 | 1 | -11/+6 |
* | Fix bindist creation | Ian Lynagh | 2007-06-01 | 1 | -0/+67 |