summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tweak rts ghc.mk for bootstrappingIan Lynagh2009-05-031-0/+2
* Add a build system TODOIan Lynagh2009-05-031-0/+4
* Add dph to build system; patch from Roman LeshchinskiyIan Lynagh2009-05-032-2/+34
* Fix building without GHCiIan Lynagh2009-05-031-1/+4
* Makefile tweakIan Lynagh2009-05-022-2/+3
* add publish-binary-dist; tidy upSimon Marlow2009-05-011-10/+9
* Fix make for libffi again, properly this timeDuncan Coutts2009-04-301-0/+1
* Fix parallel make for libffi.Duncan Coutts2009-04-301-10/+6
* Fix linking shared libs with parallel makeDuncan Coutts2009-04-301-1/+8
* Fix building Haskeline on WindowsIan Lynagh2009-04-301-1/+3
* Fix mkdependC: Make it tell cpp to use our temporary filenameIan Lynagh2009-04-301-3/+3
* FIX build: add dependencies on ghc_boot_platform.hSimon Marlow2009-04-301-0/+5
* Prevent haddock docs being built when HADDOCK_DOCS=NODuncan Coutts2009-04-291-0/+2
* Clean up building of libffi for dynamic lib wayDuncan Coutts2009-04-292-22/+33
* Build library packages as shared libsDuncan Coutts2009-04-294-4/+24
* Build the rts as a shared lib correctlyDuncan Coutts2009-04-291-3/+10
* Don't actually build ghc itself with -dynamicDuncan Coutts2009-04-291-4/+0
* Add a new $way_libsuf variable for library suffix+extensionDuncan Coutts2009-04-282-1/+11
* extend the rules/c-objs macro to take the way as a parameterDuncan Coutts2009-04-284-15/+15
* Do not link ghc stage1 using -threaded, only for stage2 or 3Duncan Coutts2009-04-281-1/+2
* Tweak ghc-cabalIan Lynagh2009-04-291-1/+1
* Add special support for haskelineIan Lynagh2009-04-291-2/+82
* In mkdependC.prl, create temp files properlyIan Lynagh2009-04-291-2/+5
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-2910-516/+383
* Fix error handlingIan Lynagh2009-04-281-1/+2
* move nofib settings here from ghc's config.mkSimon Marlow2009-04-281-32/+0
* add missing eventlog subdirSimon Marlow2009-04-281-1/+1
* move runstdtest into nofibSimon Marlow2009-04-283-592/+0
* improve the finalizer callback error messageSimon Marlow2009-04-281-1/+3
* Add a header to all build system files:Simon Marlow2009-04-2872-2/+861
* more cleaningSimon Marlow2009-04-281-2/+12
* todo updatesSimon Marlow2009-04-271-14/+15
* remove commentary that is now in the wikiSimon Marlow2009-04-271-81/+0
* remove ticket todosSimon Marlow2009-04-271-6/+0
* require gcc 3.0+ (see #2770)Simon Marlow2009-04-271-2/+5
* update build order commentSimon Marlow2009-04-271-9/+13
* Equality constraint solver is now externally pureManuel M T Chakravarty2009-04-278-290/+571
* Improve the error message when we find a module in 2 places; trac #3183Ian Lynagh2009-04-261-4/+7
* Remove a comment (a bug to close, that has now been closed)Ian Lynagh2009-04-261-1/+0
* GHC new build system megapatchIan Lynagh2009-04-26131-6372/+6150
* Fix SPARC build, missing #includeBen.Lippmeier@anu.edu.au2009-04-251-0/+2
* Fix a lint failure when we have a ! (# ... #) pattern in a where clauseIan Lynagh2009-04-241-0/+15
* Do the second part of #2806: Disallow unlifted types in ~ patternsIan Lynagh2009-04-241-0/+10
* Tiny refactorIan Lynagh2009-04-241-2/+1
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-2420-39/+49
* Don't short out top-level indirections if there's a INLINE/NOINLINE pragmasimonpj@microsoft.com2009-04-241-31/+46
* Fix #3182: 64 bit FP value returned by C calls was getting trashedBen.Lippmeier@anu.edu.au2009-04-241-1/+1
* add missing files (part of #3171 fix)Simon Marlow2009-04-242-0/+105
* Tiny optimisation to mkInlineMesimonpj@microsoft.com2009-04-241-2/+3
* Add EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO_THREADSimon Marlow2009-04-233-41/+33