| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add missing ghc_ge_605 | Simon Marlow | 2006-08-31 | 1 | -0/+2 |
* | Sparc supports SMP too | Simon Marlow | 2006-08-25 | 1 | -1/+1 |
* | Fix unregisterised builds, and building on non-x86/amd64/powerpc | Ian Lynagh | 2006-08-25 | 1 | -0/+8 |
* | Now that we have an "html" package, put the Haddock docs somewhere else | sven.panne@aedion.de | 2006-08-11 | 1 | -1/+1 |
* | Use -package-name rather than -ignore-package | Simon Marlow | 2006-07-25 | 1 | -4/+4 |
* | Move readline configuration into the readline package | Simon Marlow | 2006-06-09 | 1 | -12/+0 |
* | match up more closely with compiler/main/DynFlags.hs:machdepCCOpts | Simon Marlow | 2006-05-15 | 1 | -2/+6 |
* | set $(GhcVersion) and $(GhcPatchLevel) correctly when $(UseStage1)==YES | Simon Marlow | 2006-05-10 | 1 | -32/+30 |
* | .raw_s and .s live in $(odir), not the source dir | Simon Marlow | 2006-05-10 | 1 | -2/+2 |
* | GHC_MANGLER-->MANGLER | Simon Marlow | 2006-05-08 | 1 | -1/+1 |
* | $(FPTOOLS_TOP) is now known as $(GHC_TOP) | Simon Marlow | 2006-05-05 | 1 | -1/+4 |
* | remove code not required in the new source tree layout | Simon Marlow | 2006-05-02 | 1 | -11/+0 |
* | fix whitespace problem that shows up on Solaris (x86) | Simon Marlow | 2006-05-02 | 1 | -2/+2 |
* | fix quoting around ${FPTOOLS_TOP_ABS} (fixes #749) | Simon Marlow | 2006-04-28 | 1 | -1/+1 |
* | Resurrect ProjectName | sven.panne@aedion.de | 2006-04-21 | 1 | -0/+1 |
* | fix source dists | Simon Marlow | 2006-04-07 | 1 | -39/+0 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 7 | -232/+261 |
* | powerpc64 does not support GHCi right now | Simon Marlow | 2006-03-21 | 1 | -1/+1 |
* | turn on unregisterised by default for alpha, hppa | Simon Marlow | 2006-03-16 | 1 | -0/+4 |
* | Make -split-objs work with --make | Simon Marlow | 2006-03-02 | 1 | -28/+0 |
* | Disable the NCG if GhcUnregisterised=YES | Simon Marlow | 2006-03-01 | 1 | -1/+1 |
* | remove empty .SECONDARY target | Simon Marlow | 2006-02-27 | 1 | -4/+0 |
* | Merge the smp and threaded RTS ways | Simon Marlow | 2006-02-09 | 1 | -11/+1 |
* | make the smp way RTS-only, normal libraries now work with -smp | Simon Marlow | 2006-02-08 | 1 | -6/+8 |
* | primop-docs | Dinko Tenev | 2006-01-22 | 1 | -1/+1 |
* | [project @ 2006-01-04 12:49:38 by simonmar] | simonmar | 2006-01-04 | 1 | -1/+3 |
* | [project @ 2006-01-03 11:06:45 by simonmar] | simonmar | 2006-01-03 | 1 | -0/+3 |