summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused cUSER_WAY_NAMES cUSER_WAY_OPTSIan Lynagh2010-03-241-4/+0
* Remove unused cCONTEXT_DIFFIan Lynagh2010-03-241-2/+0
* Remove unused cEnableWin32DLLsIan Lynagh2010-03-242-3/+0
* Remove unused cGHC_CPIan Lynagh2010-03-241-2/+0
* Fix the build for non-GNU-arIan Lynagh2010-03-244-0/+7
* Tweak the Makefile code for making .a libs; fixes trac #3642Ian Lynagh2010-03-231-6/+7
* Enable shared libraries on Windows; fixes trac #3879Ian Lynagh2010-03-204-3/+23
* Add the external core PDF to the new build systemIan Lynagh2010-03-215-62/+21
* Allow specifying $threads directly when validatingIan Lynagh2010-03-211-3/+7
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-2023-370/+25
* UNDO: slight improvement to scavenging ...Simon Marlow2010-03-191-16/+20
* slight improvement to scavenging of update frames when a collision has occurredSimon Marlow2010-03-191-20/+16
* Don't install the utf8-string packageIan Lynagh2010-03-171-1/+1
* Don't use -Bsymbolic when linking the RTSIan Lynagh2010-03-162-3/+12
* Fix Trac #3920: Template Haskell kindssimonpj@microsoft.com2010-03-172-2/+2
* copy_tag_nolock(): fix write ordering and add a write_barrier()Simon Marlow2010-03-161-2/+6
* Add sliceP mapping to vectoriser builtinsbenl@ouroborus.net2010-03-161-0/+11
* Comments onlybenl@ouroborus.net2010-03-111-18/+74
* When saying RTS options are disabled, also say how to enable them2010-03-16Ian Lynagh2010-03-151-2/+2
* Fix profiling build following removal of specific STM object typesSimon Marlow2010-03-152-48/+4
* When compiling with GHC >= 6.13, use -rtsoptsIan Lynagh2010-03-143-0/+14
* Document the new RTS linker flagsIan Lynagh2010-03-142-2/+33
* Don't enable RTS options by defaultIan Lynagh2010-03-141-1/+0
* Add a -with-rtsopts link-time flagIan Lynagh2010-03-132-0/+18
* Rename a variableIan Lynagh2010-03-131-2/+2
* Add a link-time flag to en/disable the RTS optionsIan Lynagh2010-03-135-2/+67
* Fix a couple of bugs in the throwTo handling, exposed by conc016(threaded2)Simon Marlow2010-03-112-10/+17
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-1135-903/+682
* fix bug in discardTasksExcept() that broke forkProcessSimon Marlow2010-03-111-2/+3
* disable a false assertion, add a comment to explain whySimon Marlow2009-11-231-3/+5