summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove ndp from libraries/Makefile. We now use dph instead.Ian Lynagh2008-07-291-1/+0
* Add dph to ./packages and darcs-allIan Lynagh2008-07-292-0/+6
* Remove cabal-install from ./packages; we've decided not to build itIan Lynagh2008-07-292-7/+0
* FIX #2327: a fault in the thunk-selector machinery (again)Simon Marlow2008-07-291-11/+28
* FIX #2332: avoid overflow on 64-bit machines in the memory allocatorSimon Marlow2008-07-293-10/+10
* Change the calling conventions for unboxed tuples slightlySimon Marlow2008-07-286-107/+14
* don't strip the inplace GHC executables (for debugging)Simon Marlow2008-07-282-13/+20
* Complete the changes for #1205Simon Marlow2008-07-281-1/+5
* update the comments about how we find $topdirSimon Marlow2008-07-251-33/+22
* understand absolute pathnames on Windows tooSimon Marlow2008-07-281-1/+1
* change where we put gcc-lib/ld.exe to keep Cabal happySimon Marlow2008-07-281-4/+4
* move an inline function to keep older versions of gcc happySimon Marlow2008-07-252-69/+75
* try to fix the way we find $topdirSimon Marlow2008-07-251-14/+12
* for the installed versions, don't use dynamic-linking wrappersSimon Marlow2008-07-251-1/+8
* don't steal %ebx for the GC on x86: it's also used by PICSimon Marlow2008-07-251-1/+3
* SRT labels don't need to be globally visibleSimon Marlow2008-07-251-0/+2
* Don't prematurely link shared libraries against the RTS packageSimon Marlow2008-07-242-15/+29
* add --enable-shared to configure, and $(BuildSharedLibs) to the build systemSimon Marlow2008-07-246-42/+84
* use RTLD_LAZY instead of RTLD_NOWSimon Marlow2008-07-241-1/+3
* debug output tweakSimon Marlow2008-07-241-1/+1
* small cleanupSimon Marlow2008-07-241-2/+3
* Fix building runghc on WindowsIan Lynagh2008-07-241-0/+6
* Follow darcs-all changes in push-allIan Lynagh2008-07-241-26/+30
* Rejig how darcs-all worksIan Lynagh2008-07-244-107/+113
* Remove the OpenGL family of libraries from extralibsIan Lynagh2008-07-242-8/+0
* compiler/package.conf.in is no longer used, so remove itIan Lynagh2008-07-241-301/+0
* allow EXTRA_HC_OPTS to be used from the command-lineSimon Marlow2008-07-241-0/+4
* put the inplace GHC in stageN-inplace/ghc instead of stageN-inplace/bin/ghcSimon Marlow2008-07-242-4/+4
* add a "rebuild" target for convenienceSimon Marlow2008-07-231-0/+5
* set PAPI_LIB_DIR="" when we don't have PAPI (clean up package.conf)Simon Marlow2008-07-221-1/+5
* remove -fvia-C that I apparrently accidentally added recentlySimon Marlow2008-07-221-2/+0
* Fix a build error on powerpc/Linux; spotted by Jeroen PullesIan Lynagh2008-07-231-1/+1
* If the extension is not .lhs, runghc now treats it as .hs; fixes trac #1232Ian Lynagh2008-07-231-2/+7
* runghc now uses the compiler that it comes with; fixes trac #1281Ian Lynagh2008-07-233-18/+45
* Use the upstream hsc2hs repoIan Lynagh2008-07-2310-1170/+8
* Remove some redundancy in darcs-allIan Lynagh2008-07-231-7/+3
* Tell Cabal where gcc isIan Lynagh2008-07-231-3/+4
* Undo fix for #2185: sparks really should be treated as rootsSimon Marlow2008-07-235-26/+13
* fix bug in sparkPoolSize (affects debug output only)Simon Marlow2008-07-231-1/+1
* debug message tweaksSimon Marlow2008-07-232-2/+2
* refactoring/tidyup: (not.is64BitInteger) -> is32BitIntegerSimon Marlow2008-07-221-18/+18
* non-threaded RTS: don't assume deadlock if there are signal handlers to runSimon Marlow2008-07-151-0/+2
* update the text about header files and -#includeSimon Marlow2008-07-151-80/+23
* add NetBSD to some of the #ifdefs (patch partly from 6.8 branch)Simon Marlow2008-07-141-2/+2
* Warn about unrecognised pragmas; these often mean we've typoedIan Lynagh2008-07-222-3/+21
* Sync hsc2hs's Main.hs with the Cabal repoIan Lynagh2008-07-221-86/+70
* We need to clean the utils on "distclean", as well as "clean"Ian Lynagh2008-07-221-1/+1
* Clean stage 3Ian Lynagh2008-07-221-0/+2
* Add replacements for the -optdep flags, and deprecate the old onesIan Lynagh2008-07-221-6/+15
* Fix the stage3 buildIan Lynagh2008-07-224-17/+26