summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* When raising NonTermination with the RTS, build the right valueIan Lynagh2008-06-215-8/+8
* Fix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted by Andres LohIan Lynagh2008-07-301-8/+1
* workaround #2277: turn off the RTS timer when calling into editlineSimon Marlow2008-07-302-4/+18
* FIX #2388: check that the operand fits before using the 'test' opcodeSimon Marlow2008-07-301-1/+1
* oops, fix a small pessimisation made in previous refactoringSimon Marlow2008-07-301-1/+1
* FIX #2375: remove oc->lochash completely, it apparently isn't usedSimon Marlow2008-07-302-38/+0
* Fix a typo in powerpc/Linux-only code; spotted by Jeroen PullesIan Lynagh2008-07-291-1/+1
* Add the runghc wrapper scriptIan Lynagh2008-07-291-0/+2
* Make cabal-bin not do any building, even of Setup.hs, when it is asked to cleanIan Lynagh2008-07-291-2/+10
* Update the test in Makefile that we have all the boot libsIan Lynagh2008-07-291-3/+3
* Update boot's test that we have all of the bootlibsIan Lynagh2008-07-291-2/+2
* Make the push-all script complain about bad linesIan Lynagh2008-07-291-0/+3
* Add some comments to packages/darcs-allIan Lynagh2008-07-293-1/+6
* 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