summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix warningsSimon Marlow2009-09-101-2/+3
* binary has unused-import warningsSimon Marlow2009-09-103-2/+6
* Change the representation of the package databaseSimon Marlow2009-09-1013-217/+560
* Improve the user guide section on shared libsDuncan Coutts2009-09-081-31/+68
* FIX #711 implement osFreeAllMBlocks for unixAustin Seipp2009-09-101-3/+28
* NO_CLEAN_GMP fixesSimon Marlow2009-09-091-3/+13
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-0941-82/+99
* Comments only, on Cmm data typessimonpj@microsoft.com2009-09-103-9/+40
* Fix up logic to decide whether shared libs are being built or notSimon Marlow2009-09-092-11/+11
* remove a ToDo that is DoneSimon Marlow2009-09-081-1/+0
* comment fixSimon Marlow2009-09-081-2/+1
* refactor *_OPTS settings in the build system; no functional changesSimon Marlow2009-09-096-89/+57
* add $(CONF_*_OPTS) for options that come from ./configure (fixes #3426)Simon Marlow2009-09-084-19/+31
* Add -package-id, improve package shadowing behaviour and error messagesSimon Marlow2009-09-083-92/+198
* remove --enable-hc-boot-unregisterised (implied by --enable-hc-boot now)Simon Marlow2009-09-083-28/+2
* fix a warningSimon Marlow2009-09-081-1/+1
* fix warningsSimon Marlow2009-09-081-4/+0
* fix warningsSimon Marlow2009-09-081-16/+0
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-2622-719/+140
* Fix Trac #3403: interaction of CPR and pattern-match failuresimonpj@microsoft.com2009-09-081-12/+25
* Fix Trac #3468: improve checking for hs-boot interfacessimonpj@microsoft.com2009-09-081-38/+52
* Allow TH/annotations to be used with -dynamicSimon Marlow2009-09-081-1/+1
* Fix warnings on 64-bit platforms; fixes validate on x86-64Simon Marlow2009-09-081-17/+19
* fix -u flags (after changes for #3310)Simon Marlow2009-09-031-4/+4
* Unify event logging and debug tracing.Simon Marlow2009-08-2919-365/+617
* waitForReturnCapability: fix logic bugSimon Marlow2009-08-311-1/+1
* Handle renames from #3310Simon Marlow2009-08-303-9/+13
* add RTS_PRIVATE attributeSimon Marlow2009-08-291-0/+5
* Fix incorrectly hidden RTS symbolsSimon Marlow2009-08-2910-37/+98
* Maintain Task/Capability invariants in performPendingThrowTosSimon Marlow2009-08-291-3/+17
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-0557-130/+275
* Configurable iconv header and library locationsMatthias Kilian2009-08-263-0/+36
* Use -W, not -Werror, for gcc older than 3.4Matthias Kilian2009-08-263-1/+10
* Don't mess up absolute INCLUDE_DIRSMatthias Kilian2009-08-261-2/+4
* Fix #3461: protect the use of keepCAFs with #ifdef DYNAMICSimon Marlow2009-08-282-0/+4
* fix 'darcs-all rec' (amongst other things)Simon Marlow2009-08-271-14/+11
* REDO: Add -r option to darcs-all, and remove push-all (#3375)Simon Marlow2009-08-272-162/+79
* Add a link to hp2any from the profiling section.Simon Marlow2009-08-271-0/+5
* Fix "make install"Ian Lynagh2009-08-261-31/+71
* "ghc-cabal install" now needs to know where GHC is, to get the ABI hashIan Lynagh2009-08-262-16/+30
* Fix bindist creationIan Lynagh2009-08-262-5/+10
* UNDO: fix the inplace runghc (it broke the installed runghc)Simon Marlow2009-08-261-1/+1
* Fix part of #3398: pretty-printing always goes via the I/O library encodingSimon Marlow2009-08-261-5/+3
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-2537-161/+223
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-246-45/+46
* fix an unused-import warningSimon Marlow2009-08-241-1/+0
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-2010-164/+210
* Move the standalone-deriving flag test from parser to renamersimonpj@microsoft.com2009-08-253-14/+11
* Error message wibblesimonpj@microsoft.com2009-08-251-1/+1
* Fix Trac #3406 (albeit not very satisfactorily): scoped type variablessimonpj@microsoft.com2009-08-251-0/+21