| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a problem with package.mk being included too early | Simon Marlow | 2007-06-20 | 1 | -0/+7 |
* | Use a real binary instead of scripts for ghc-inplace | Simon Marlow | 2007-06-21 | 1 | -7/+1 |
* | Make building haddock docs opt-in rather than opt-out | Ian Lynagh | 2007-06-20 | 1 | -2/+2 |
* | Use $(if...) to get lazy tests instead of if..endif in a few places | Simon Marlow | 2007-06-13 | 1 | -29/+14 |
* | Install the RTS from a bindist correctly | Ian Lynagh | 2007-06-05 | 2 | -27/+17 |
* | ghc-pkg-inplace now has .bat extension on Windows | Ian Lynagh | 2007-06-01 | 1 | -1/+7 |
* | Add omitted files (mk/{install,recurse}.mk) | Ian Lynagh | 2007-06-01 | 2 | -0/+412 |
* | Fix bindist creation | Ian Lynagh | 2007-06-01 | 1 | -367/+2 |
* | Rework the build system a bit | Ian Lynagh | 2007-05-31 | 4 | -106/+3 |
* | FIX unregisterised build | Simon Marlow | 2007-05-31 | 1 | -3/+3 |
* | Build Windows installer when making a bindist if ISCC is set | Ian Lynagh | 2007-05-29 | 1 | -0/+4 |
* | don't build the threaded RTS when GhcUnregisterised=YES | Simon Marlow | 2007-05-29 | 1 | -3/+9 |
* | add $(ghc_ge_607) | Simon Marlow | 2007-05-25 | 1 | -0/+2 |
* | Remove non-functional uninstall Makefile target | Ian Lynagh | 2007-05-13 | 1 | -37/+3 |
* | Move the libraries bindist generation code into libraries/Makefile | Ian Lynagh | 2007-05-13 | 1 | -0/+4 |
* | Tweak generation of generated files | Ian Lynagh | 2007-05-12 | 2 | -4/+6 |
* | Remove ghc_ge_504 (it's required to be true now anyway) | Ian Lynagh | 2007-05-09 | 1 | -2/+0 |
* | Add WAY_debug_t_NAME and WAY_debug_t_HC_OPTS | simonpj@microsoft.com | 2007-04-24 | 1 | -0/+4 |
* | Pass configure arguments to the library configure scripts | Ian Lynagh | 2007-04-18 | 1 | -0/+8 |
* | Re-working of the breakpoint support | Simon Marlow | 2007-04-17 | 1 | -3/+0 |
* | Allow ProjectTags to be specified in mk/build.mk | Ian Lynagh | 2007-04-13 | 1 | -1/+2 |
* | add comments about ticky RTS ways | Simon Marlow | 2007-04-04 | 1 | -0/+2 |
* | Use a sensible set of compiler options for building dynamic libraries on Mac ... | wolfgang.thaller@gmx.net | 2007-03-27 | 1 | -11/+22 |
* | cache the values of ghc_ge_XXX at configure-time | Simon Marlow | 2007-03-13 | 1 | -5/+5 |
* | Be a bit more verbose about what's happening when recursively making in subdirs | Ian Lynagh | 2007-03-12 | 1 | -1/+7 |
* | Have configure take arguments telling it where gmp is; fixes trac #957 | Ian Lynagh | 2007-03-11 | 1 | -0/+3 |
* | Fixed typo in devel1 flavor | Kirsten Chevalier | 2007-02-07 | 1 | -1/+1 |
* | Adhere to the new GNU Coding Standards, avoiding a warning with autoconf 2.59... | sven.panne@aedion.de | 2007-02-01 | 1 | -0/+1 |
* | Toggle whether the RTS gets build with debugger support for ghci | Pepe Iborra | 2006-12-11 | 1 | -0/+3 |
* | update, and add some more build flavours (inc. dons's fast build) | Simon Marlow | 2006-12-14 | 1 | -27/+72 |
* | Add PowerPC to the list of SMP arches | Ian Lynagh | 2006-12-09 | 1 | -1/+3 |
* | x86_64: support PIC and therefore, Mac OS X in the NCG | wolfgang.thaller@gmx.net | 2006-12-07 | 1 | -1/+4 |
* | Make a ghc/ghci manpage | Ian Lynagh | 2006-12-05 | 1 | -0/+1 |
* | reorganise PAPI configuration: off by default, even if library is found | Simon Marlow | 2006-11-20 | 1 | -3/+5 |
* | Added configure gadgets to detect Papi, and fixed build problems | 'Alexey Rodriguez | 2006-11-09 | 1 | -0/+3 |
* | hp2ps_config_mk | Ravi Nanavati | 2006-09-29 | 1 | -0/+2 |
* | Remove STANDALONE_PACKAGE bits that had escaped the removal | Ian Lynagh | 2006-11-10 | 1 | -17/+0 |
* | use the right $(HC) for stage 3 | Simon Marlow | 2006-11-09 | 1 | -0/+2 |
* | remove unused STANDALONE_PACKAGE stuff | Simon Marlow | 2006-11-09 | 1 | -26/+0 |
* | Re-enable TABLES_NEXT_TO_CODE for powerpc (was accidentally disabled) | wolfgang.thaller@gmx.net | 2006-10-23 | 1 | -1/+1 |
* | Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changes | Simon Marlow | 2006-10-17 | 1 | -14/+8 |
* | Partially fix GHCi when unregisterised | Ian Lynagh | 2006-10-12 | 1 | -0/+17 |
* | Fixes for the porting process for 6.6 | Ian Lynagh | 2006-10-03 | 1 | -31/+34 |
* | Add source code links to Haddock docs | Simon Marlow | 2006-09-08 | 2 | -0/+16 |
* | Massive patch for the first months work adding System FC to GHC #36 | Manuel M T Chakravarty | 2006-08-04 | 1 | -3/+3 |
* | some updates | Simon Marlow | 2006-09-18 | 1 | -10/+9 |
* | use ghc-pkg --force-files, and update command-line syntax | Simon Marlow | 2006-09-18 | 1 | -2/+2 |
* | adapt stylesheet to example-contents class used by xsltproc | Ross Paterson | 2006-09-10 | 1 | -1/+4 |
* | Remove the -optP-P from .raw-hs generation | Simon Marlow | 2006-09-07 | 1 | -2/+2 |
* | Don't enable SMP if we are unregisterised | Ian Lynagh | 2006-08-29 | 1 | -1/+1 |