summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add --version to runghc. Trac #2757.Ian Lynagh2009-03-054-3/+18
* add final newlinesSimon Marlow2009-03-052-2/+2
* remove foo.exe.manifest when --embed-manifest is onSimon Marlow2009-03-051-0/+2
* add --with-ld=c:/mingw/bin/ldSimon Marlow2009-03-051-0/+4
* Document -fwarn-unrecognised-pragmas; fixes trac #3031Ian Lynagh2009-03-053-1/+25
* On OS X/x86, tell gcc to generate instructions for i686. Fixes trac #2983.Ian Lynagh2009-03-051-0/+7
* By default, only HsColour the docs if we find HsColour. Fixes trac #3004.Ian Lynagh2009-03-051-5/+9
* Make -fdicts-cheap cope with implication constraintssimonpj@microsoft.com2009-03-052-2/+44
* Finally fix Trac #3066simonpj@microsoft.com2009-03-052-25/+30
* Fix a broken link. Spotted by Norman Ramsey in trac #3068.Ian Lynagh2009-03-041-1/+1
* Fix spelling (Trac#3069)simonpj@microsoft.com2009-03-041-1/+1
* Layout onlysimonpj@microsoft.com2009-03-041-12/+12
* Fix a long-standing latent bug (and the build): check res_ty not sig_tysimonpj@microsoft.com2009-03-041-4/+6
* Fix #3067: GHCi panics with 'initTc:LIE' while :stepping on code with funny t...pepe iborra2009-03-031-2/+2
* Fix Trac #3066: checking argument types in foreign callssimonpj@microsoft.com2009-03-031-2/+3
* Fix Trac #3057 in deriving Functor simonpj@microsoft.com2009-03-032-85/+104
* fix assertion failure with -debug non-threaded RTS (by deleting code!)Simon Marlow2009-03-031-6/+0
* improvements: generate LaTeX tables for more than one runSimon Marlow2009-03-032-49/+104
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-0333-694/+663
* Comments onlysimonpj@microsoft.com2009-03-031-0/+6
* Filter out carriage returns in doc stringsDavid Waern2009-02-281-3/+6
* z-encode digits at the start of a symbol name; fixes trac #2997Ian Lynagh2009-02-271-9/+16
* Whitespace onlyIan Lynagh2009-02-271-143/+143
* Improve documentation of bang patternssimonpj@microsoft.com2009-02-271-15/+45
* Use 'nonIOok' instead of 'True'; cosmetics onlysimonpj@microsoft.com2009-02-231-1/+1
* Tweak +RTS --info docsIan Lynagh2009-02-271-15/+51
* In +RTS --info output, use YES rather than YesIan Lynagh2009-02-271-1/+1
* FIX #1891 (describe +RTS --info output in GHC user guide)Andrew Coppin2009-02-141-1/+84
* If we are given -Werror, then pass -Werror to cppIan Lynagh2009-02-261-2/+5
* Strip tag bits from closure pointers before trying to deference them.Ben.Lippmeier@anu.edu.au2009-02-241-2/+2
* SPARC NCG: Split out sanity checking into its own moduleBen.Lippmeier@anu.edu.au2009-02-234-35/+88
* SPARC NCG: Add jumps to end of blocks when working out condition codesBen.Lippmeier@anu.edu.au2009-02-231-15/+39
* SPARC NCG: Enforce the invariant that each block ends with a jump.Ben.Lippmeier@anu.edu.au2009-02-231-14/+50
* Add targets clean.library.dph and remake.library.dphManuel M T Chakravarty2009-02-241-3/+38
* :steplocal and :stepmodule should not polute trace historyPeter Hercek2009-02-223-11/+13
* Do not print anything to stdout when stopping at a breakpoint with custom cod...Peter Hercek2009-02-221-19/+24
* newPinnedByteArray#: align the result to 16-bytes (part of #2917)Simon Marlow2009-02-191-4/+11
* Only use STAGE3_PACKAGE_CONF for building GHC itselfIan Lynagh2009-02-213-2/+3
* Export blockUserSignals and unblockUserSignals (needed for #2870)Simon Marlow2009-02-191-1/+3
* #2860: remove redundant unblocking of signalsSimon Marlow2009-02-191-7/+0
* newPinnedByteArray#: align the result to 16-bytes (part of #2917)Simon Marlow2009-02-191-11/+4
* Rewrite of signal-handling (ghc patch; see also base and unix patches)Simon Marlow2009-02-196-94/+102
* Fix an off-by-one; fixes the second bug in trac #3001Ian Lynagh2009-02-181-1/+1
* Install libHSffi_p.aIan Lynagh2009-02-181-1/+1
* Fix ghc and ghci wrappers on WindowsIan Lynagh2009-02-183-4/+9
* Make versioned ghc and ghci programs on Windows; fixes trac #2827Ian Lynagh2009-02-173-2/+167
* SPARC NCG: Unsigned comparisons are unsignedBen.Lippmeier@anu.edu.au2009-02-171-4/+4
* SPARC NCG: Fix word size conversionsBen.Lippmeier@anu.edu.au2009-02-172-25/+69
* SPARC NCG: Split up into chunks, and fix warnings.Ben.Lippmeier@anu.edu.au2009-02-1611-1243/+1479
* SPARC NCG: Reorganise Reg and RegInfoBen.Lippmeier@anu.edu.au2009-02-1613-375/+443