summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-0120-157/+40
* Change the representation of the MVar blocked queueSimon Marlow2010-04-0118-437/+362
* eliminate some duplication with a bit of CPPSimon Marlow2010-03-301-491/+334
* Make ioManagerDie() idempotentSimon Marlow2010-04-011-0/+4
* Move a thread to the front of the run queue when another thread blocks on itSimon Marlow2010-03-299-36/+116
* remove non-existent MUT_CONS symbolsSimon Marlow2010-03-301-2/+0
* change throwTo to use tryWakeupThread rather than unblockOneSimon Marlow2010-03-295-36/+51
* tiny GC optimisationSimon Marlow2010-03-293-11/+10
* New implementation of BLACKHOLEsSimon Marlow2010-03-2947-825/+1208
* Fix warnings (allow pushOnRunQueue() to not be inlined)Simon Marlow2010-04-011-1/+4
* remove out of date commentSimon Marlow2010-04-011-3/+0
* tidy up spacing in stderr tracesSimon Marlow2010-03-261-2/+2
* Fix an assertion that was not safe when running in parallelSimon Marlow2010-03-251-3/+12
* Never jump directly to a thunk's entry code, even if it is single-entrySimon Marlow2010-03-251-10/+18
* Rename forgotten -dverbose-simpl to -dverbose-core2core in the docs.Milan Straka2010-03-311-2/+2
* Add -pa and -V to the documentation of time profiling options.Milan Straka2010-03-291-2/+19
* Keep gcc 4.5 happySimon Marlow2010-03-301-37/+42
* Fix warning compiling Linker.c for PPC Macnaur@post11.tele.dk2010-04-031-1/+2
* Fix error compiling AsmCodeGen.lhs for PPC Mac (mkRtsCodeLabel)naur@post11.tele.dk2010-04-031-3/+3
* Fix error compiling AsmCodeGen.lhs for PPC Mac (DestBlockId)naur@post11.tele.dk2010-04-031-1/+1
* Fix boot-pkgs's sed usage to work with Solaris's sedIan Lynagh2010-04-011-1/+3
* Pass "-i org.haskell.GHC" to packagemaker when building the OS X installerIan Lynagh2010-03-311-1/+1
* Use machdepCCOpts when compiling the file to toggle -(no-)rtsoptsIan Lynagh2010-03-311-1/+3
* Avoid a non-portable use of tar reported by Roman LeshchinskiyIan Lynagh2010-03-301-1/+1
* Don't install EXTRA_PACKAGES by defaultSimon Marlow2010-03-302-1/+15
* fix a non-portable printf formatSimon Marlow2010-03-301-2/+2
* avoid single quote in #errorSimon Marlow2010-03-301-1/+1
* use FMT_Word64 instead of locally-defined versionSimon Marlow2010-03-301-8/+1
* remove old/unused DotnetSupport and GhcLibsWithUnixSimon Marlow2010-03-301-8/+0
* fix return type cast in f.i.wrapper when using libffi (#3516)Simon Marlow2010-03-292-6/+26
* libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusableSimon Marlow2010-03-291-1/+4
* avoid a fork deadlock (see comments)Simon Marlow2010-03-291-0/+7
* tidy up the end of the all_tasks list after forkingSimon Marlow2010-03-291-0/+1
* Add a 'setKeepCAFs' external function (#3900)Simon Marlow2010-03-292-2/+10
* Explicitly check whether ar supports the @file syntaxIan Lynagh2010-03-294-3/+29
* Fix the format specifier for Int64/Word64 on WindowsIan Lynagh2010-03-271-0/+7
* Fix the ghci startmenu itemIan Lynagh2010-03-261-1/+1
* Fix paths to docs in "Start Menu" entries in Windows installer; fixes #3847Ian Lynagh2010-03-261-3/+3
* Add a licence file for the Windows installer to useIan Lynagh2010-03-261-0/+704
* Add gcc-g++ to the inplace mingw installation; fixes #3893Ian Lynagh2010-03-261-0/+2
* Add the licence file to the Windows installer. Fixes #3934Ian Lynagh2010-03-261-0/+1
* Quote the paths to alex and happy in configureIan Lynagh2010-03-251-2/+2
* Use </> rather than ++ "/"Ian Lynagh2010-03-251-1/+1
* Append $(exeext) to utils/ghc-pkg_dist_PROGIan Lynagh2010-03-241-1/+1
* A sanity checkSimon Marlow2010-03-251-0/+2
* do_checks: do not set HpAlloc if the stack check failsSimon Marlow2010-03-251-6/+16
* comments and formatting onlySimon Marlow2010-03-251-61/+71
* Change how perl scripts get installed; partially fixes #3863Ian Lynagh2010-03-244-11/+15
* Pass the location of gcc in the ghc wrapper script; partially fixes #3863Ian Lynagh2010-03-243-2/+9
* Quote the ar path in configureIan Lynagh2010-03-241-4/+4