summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update user guide bug listIan Lynagh2007-08-181-6/+0
* Use the qualified name for catchIan Lynagh2007-08-181-2/+2
* Add some invariants to OrdListIan Lynagh2007-08-181-10/+12
* Fix trac #1565: :r DoesNotExist needs to remove any let-bound valuesIan Lynagh2007-08-181-3/+10
* Fix passing double quotes to GHC on WindowsIan Lynagh2007-08-181-8/+16
* Make :i (->) work; fixes trac #1587Ian Lynagh2007-08-171-0/+1
* Remove dupliate "io (revertCAFs)" and discardActiveBreakPoints callsIan Lynagh2007-08-171-2/+0
* Add a comment that -Onot is deprecatedIan Lynagh2007-08-171-1/+1
* Add a GhcDebugged build setting, for whether GHC is linked with -debugIan Lynagh2007-08-173-0/+7
* Make ghc-inplace understand -vIan Lynagh2007-08-171-0/+3
* Don't freeProfiling1 until after calling reportCCSProfilingIan Lynagh2007-08-171-2/+2
* Fix description and type profilingIan Lynagh2007-08-172-67/+64
* Compute max_era more simplyIan Lynagh2007-08-161-6/+2
* Document +RTS --info, and make it a Read'able Haskell valueIan Lynagh2007-08-165-19/+53
* Fix the threaded RTS on WindowsIan Lynagh2007-08-162-2/+14
* Add newline to end of Hpc.hsIan Lynagh2007-08-161-1/+1
* Convert the remaining _scc_s in the GHC source to pragmasIan Lynagh2007-08-162-3/+3
* Optimise Digraph.postOrd, used when finding strongly connected componentsIan Lynagh2007-08-161-8/+8
* Replace _scc_'s in the GHC source with SCC pragmasIan Lynagh2007-08-164-22/+22
* Add a deprecated warning for _scc_Ian Lynagh2007-08-162-7/+11
* Make dependencies of source files on Makefiles disableableIan Lynagh2007-08-162-3/+11
* Cosmetic changes onlyIan Lynagh2007-08-151-81/+82
* Stop ghc-6.7 linking in ghc-inplace.oIan Lynagh2007-08-152-3/+4
* Use a C program for ghc-inplaceIan Lynagh2007-08-152-16/+27
* Document :stepover in ghci helpPepe Iborra2007-08-161-0/+1
* Steal the bold trick from :list for :historyPepe Iborra2007-08-151-6/+9
* Teach :history to show the name of the enclosing declaration Pepe Iborra2007-08-153-17/+58
* Generalize some code dealing with SrcSpan sorting Pepe Iborra2007-08-143-35/+51
* A new :stepover command for the debuggerPepe Iborra2007-08-093-22/+98
* :step does not delete the :history anymore, and now it logs like :tracePepe Iborra2007-08-091-4/+10
* Functor instance for the GHCi monadPepe Iborra2007-08-091-0/+3
* Fix building GHC with profilingIan Lynagh2007-08-151-2/+2
* Fix the build when GMP_INCLUDE_DIRS == ""Ian Lynagh2007-08-151-2/+5
* Fix build with external gmp library.gwright@antiope.com2007-08-133-0/+9
* Update config.sub and config.guessIan Lynagh2007-08-142-334/+522
* Use lookupOrig to find built-in NDP-related namesRoman Leshchinskiy2007-08-153-42/+22
* Implicitly import NDP stuff when vectorisingRoman Leshchinskiy2007-08-072-21/+1
* fix typo in ghci.xmlBertram Felgenhauer2007-08-121-1/+1
* Add bytestring to core-packagesIan Lynagh2007-08-121-0/+1
* Fix installation (we need to use the right ghc-pkg)Ian Lynagh2007-08-121-1/+4
* Get closer to GhcCompilerWays=p workingIan Lynagh2007-08-123-14/+34
* Add a type sigIan Lynagh2007-08-111-1/+3
* Split off packedstring and array packagesIan Lynagh2007-08-012-1/+4
* Add a containers packageIan Lynagh2007-08-012-1/+2
* Tweak package build orderIan Lynagh2007-07-291-3/+2
* bytestring is now in its own packageIan Lynagh2007-07-292-3/+3
* more cmpFS refactoringIsaac Dupree2007-08-071-9/+11
* use 'compare' when using the law of trichotomyIsaac Dupree2007-08-061-6/+4
* use {-# UNPACK #-} !Int rather than explicit Int# (#1405)Isaac Dupree2007-08-061-26/+15
* Remove a duplicate caseIan Lynagh2007-08-101-1/+0