summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make -fext-core a dynamic flag (it was a static flag)Ian Lynagh2009-07-055-8/+4
* Update a few points about shared libs in other sectionsDuncan Coutts2009-07-043-13/+15
* Document -dynload flag. Also add it and -shared to the flags reference.Duncan Coutts2009-07-042-0/+26
* Add new section on using shared libsDuncan Coutts2009-07-043-1/+214
* Document foreign import prim in the user guideDuncan Coutts2009-07-041-0/+15
* For now, use -fno-warn-unused-do-bind when building the librariesIan Lynagh2009-07-041-0/+4
* Make changes to -fwarn-unused-do-bind and -fwarn-wrong-do-bind suggested by SPJMax Bolingbroke2009-07-021-25/+28
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-0149-147/+266
* Improved infrastructure for fast-rebuilding of parts of the treeSimon Marlow2009-07-033-11/+27
* Fix Trac #3342: missed zonking in TcHsSynsimonpj@microsoft.com2009-07-021-1/+2
* Type synonym families may be nullaryManuel M T Chakravarty2009-07-022-20/+1
* New syntax for GADT-style record declarations, and associated refactoringsimonpj@microsoft.com2009-07-0214-510/+529
* White space onlysimonpj@microsoft.com2009-07-021-3/+3
* Comments onlysimonpj@microsoft.com2009-07-021-1/+1
* Look through Notes when matchingsimonpj@microsoft.com2009-07-021-8/+9
* FIX #3197Manuel M T Chakravarty2009-07-022-35/+79
* Fix #2197 (properly this time)Simon Marlow2009-07-013-7/+16
* make GhcProfiled work, and add a "prof" flavour to build.mkSimon Marlow2009-07-012-2/+27
* remove unnecessary $(RM)sSimon Marlow2009-07-015-21/+5
* 'make html' in a library builds the Haddock docsSimon Marlow2009-06-301-1/+4
* fix GC bug introduced with the C finalizer supportSimon Marlow2009-06-301-0/+1
* Add a configure test for whether or not __mingw_vfprintf existsIan Lynagh2009-06-272-1/+9
* Fix #3319, and do various tidyups at the same timeSimon Marlow2009-06-266-64/+68
* rename cache variable to keep recent autoconfs happyRoss Paterson2009-06-261-10/+10
* Add buildinfo files to the bindist2009-06-25Ian Lynagh2009-06-251-1/+1
* Fix Trac #3323: naughty record selectors againsimonpj@microsoft.com2009-06-256-24/+33
* propagate the result of atomically properly (fixes #3049)Simon Marlow2009-06-243-4/+10
* Make C and CMM objects way-dependentIan Lynagh2009-06-242-14/+16
* add debug_p and thr_debug_p to $(ALL_WAYS)Simon Marlow2009-06-241-1/+1
* Fix buffering problem when GHCi is using the new IO librarySimon Marlow2009-06-231-1/+11
* Optimise the %.hi : %.o ruleSimon Marlow2009-06-231-17/+54
* fix commentSimon Marlow2009-06-221-1/+1
* Add boot-pkgs and packages to the source distsIan Lynagh2009-06-231-1/+2
* Fix the GHCi debugger so that it can recognise Integers againIan Lynagh2009-06-232-11/+11
* Follow Integer changesIan Lynagh2009-06-221-3/+2
* Add the integer packageIan Lynagh2009-06-222-0/+2
* follow change in System.Posix.Internals.c_openSimon Marlow2009-06-221-1/+5
* fix 'make 1'Simon Marlow2009-06-171-0/+1
* remove unused cruftSimon Marlow2009-06-031-1/+0
* Add a couple more symbols to the Linker.c tableIan Lynagh2009-06-221-0/+2
* makefile tweakIan Lynagh2009-06-171-1/+1
* Add an _EXTRA_OBJS variable when linking packagesIan Lynagh2009-06-161-8/+8
* Remove more GMP bitsIan Lynagh2009-06-163-74/+0
* Add a #endif back that was accidentally removed from package.conf.inIan Lynagh2009-06-161-0/+1
* Make sure we aren't passing -Werror in the CFLAGS for configure scriptsIan Lynagh2009-06-151-1/+4
* Pass CFLAGS and LDFLAGS to configure scriptsIan Lynagh2009-06-151-0/+3
* .cmm rules need to depend on $$($1_$2_HC_DEP), not $$($1_$2_HC)Ian Lynagh2009-06-151-6/+6
* Move gmp into libraries/integer-gmpIan Lynagh2009-06-144-148/+3
* Stop building the rts against gmpDuncan Coutts2009-06-135-64/+3
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-135-651/+1