summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 'make help', displaying a list of useful make targetsSimon Marlow2009-06-152-1/+61
* Add 'make fast' which omits deps (for a library) and some of the phasesSimon Marlow2009-06-151-1/+5
* add the missing final row of dashes in the success messageSimon Marlow2009-06-151-0/+3
* 'make 1' in libraries builds just the stage1 libsSimon Marlow2009-06-151-0/+4
* add 'make stage1_libs', to make just the stage 1 libsSimon Marlow2009-06-151-0/+4
* copyFileWithHeader: use binary HandlesSimon Marlow2009-06-151-6/+7
* Include runghc and unlit in bindistsIan Lynagh2009-06-132-5/+1
* Improve bindist testingIan Lynagh2009-06-132-0/+5
* Remove the haskeline-specific hacks from ghc-cabalIan Lynagh2009-06-121-81/+1
* Remove library buildinfo files when cleaningIan Lynagh2009-06-121-0/+1
* Update symbol names; fixes the build on OSXIan Lynagh2009-06-121-8/+8
* don't check for stack underflow if we just had an overflowSimon Marlow2009-06-101-1/+3
* pprExpr: don't add extra parens around [a..b] in an argument positionSimon Marlow2009-06-081-0/+2
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-2915-30/+95
* Fix the compiler-hs-dependency'sIan Lynagh2009-06-121-7/+7
* Doc building is now controlled by sensible variablesIan Lynagh2009-06-111-4/+0
* HC bootstrapping now worksIan Lynagh2009-06-111-1/+0
* bindists are now doneIan Lynagh2009-06-111-1/+0
* Add some $s to rules/build-package.mk for consistencyIan Lynagh2009-06-111-2/+2
* Deprecate the threadsafe kind of foreign importDuncan Coutts2009-06-114-15/+26
* Remove __encodeDouble and __encodeFloat from the rtsDuncan Coutts2009-06-112-46/+0
* Add recently added lib dirs to the darcs boring fileDuncan Coutts2009-06-111-0/+5
* Fix the flag used to force linking when we are making a shared libraryDuncan Coutts2009-06-041-1/+1
* Check we're not using stdcall in foreign export on unsupported platformsDuncan Coutts2009-06-081-2/+3
* Remove the various mp registers from the StgRegTableDuncan Coutts2009-06-102-20/+0
* Convert the gmp cmm primops to use local stack allocationDuncan Coutts2009-06-101-59/+56
* Make killThread# cmm primop use local stack allocationDuncan Coutts2009-06-101-2/+3
* Make Windows bindists and installers work in the new build systemIan Lynagh2009-06-105-10/+29
* Change GHC_OPTIONS to OPTIONS_GHCIan Lynagh2009-06-102-2/+2
* Define _BSD_SOURCE in Stg.hIan Lynagh2009-06-091-0/+4
* Put "%expect 0" directives in the .y filesIan Lynagh2009-06-087-0/+10
* Update to libffi 3.0.8; fixes trac #3119Ian Lynagh2009-06-056-2586/+74203
* Fix the libffi MakefileIan Lynagh2009-06-051-1/+1
* Add a README saying where libffi tarballs come fromIan Lynagh2009-06-051-0/+3
* ghc-pkg now takes a verbosity argumentIan Lynagh2009-06-051-23/+47
* Follow Cabal changesIan Lynagh2009-06-051-5/+6
* Update the docs on how you bind unlifted types in let/where clausesIan Lynagh2009-06-051-7/+5
* Document -fwarn-lazy-unlifted-bindingsIan Lynagh2009-06-051-1/+16
* Fix typoIan Lynagh2009-06-051-1/+1
* Mention that generalised list comprehensions are enabled with -XTransformList...simonpj@microsoft.com2009-06-052-1/+2
* Make a proper Opt_WarnLazyUnliftedBindings warning, with a flag etcIan Lynagh2009-06-052-1/+7
* Fix ghc-cabal, so that GHC.Prim gets registered when we installIan Lynagh2009-06-041-6/+7
* fix a warningSimon Marlow2009-06-041-0/+1
* Lock the StablePtr table during GCSimon Marlow2009-06-043-0/+26
* fix $(TOP)Simon Marlow2009-06-041-1/+1
* remove a prototype that shouldn't be hereSimon Marlow2009-06-041-2/+0
* Merge the TODO lists in ghc.mkIan Lynagh2009-06-031-5/+0
* Tighten up the DocBook XSL stylesheet testSimon Marlow2009-06-031-9/+20
* fix logic for BUID_DOCBOOK_HTMLSimon Marlow2009-06-031-1/+1
* Allow RULES for seq, and exploit themsimonpj@microsoft.com2009-06-038-131/+230