| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change the command-line semantics for query commands | Simon Marlow | 2007-11-16 | 1 | -0/+16 |
* | Documentation only - fix typo in flags reference | Tim Chevalier | 2007-11-15 | 1 | -1/+1 |
* | GHCi debugger: added a new flag, -fno-print-binding-contents | Pepe Iborra | 2007-11-13 | 1 | -0/+7 |
* | Improve documentation of INLINE, esp its interactions with other transformations | simonpj@microsoft.com | 2007-11-12 | 1 | -2/+20 |
* | Turn -fprint-bind-result off by default | Ian Lynagh | 2007-11-11 | 2 | -12/+7 |
* | Replace "tail -n +2" with "sed 1d", as Solaris doesn't understand the former | Ian Lynagh | 2007-10-31 | 1 | -1/+2 |
* | Fix typo: -XNoRank2Types -> -XRank2Types | Ian Lynagh | 2007-11-09 | 1 | -1/+1 |
* | FIX #1765, #1766 | Simon Marlow | 2007-11-07 | 1 | -17/+24 |
* | #1617: Add :browse! and various other additions to GHCi | Simon Marlow | 2007-11-07 | 2 | -7/+76 |
* | Improve manual entry for binding lexically scoped type variables in pattern s... | simonpj@microsoft.com | 2007-11-06 | 1 | -6/+29 |
* | Remove trailing spaces from programlisting lines | simonpj@microsoft.com | 2007-11-06 | 1 | -31/+31 |
* | Remove unhelpful sentence (see Trac #1832) | simonpj@microsoft.com | 2007-11-06 | 1 | -5/+0 |
* | Improve documentation of orphan instances (thanks to Adrian Hey) | simonpj@microsoft.com | 2007-10-29 | 3 | -25/+62 |
* | Fix a whole heap of speling errrs in the docs | Josef Svenningsson | 2007-10-07 | 12 | -47/+47 |
* | Only build/install the man page if XSLTPROC is defined | Ian Lynagh | 2007-10-27 | 1 | -0/+6 |
* | Adding hpc documentation about sum and map, push to STABLE. | andy@unsafeperformio.com | 2007-10-25 | 1 | -11/+49 |
* | Build the manpage when building, not when installing | Ian Lynagh | 2007-10-24 | 1 | -0/+2 |
* | Fix installing the documentation in the bindists | Ian Lynagh | 2007-10-23 | 2 | -1/+24 |
* | implement #1468, :browse on its own uses the currently-loaded module | Simon Marlow | 2007-10-19 | 1 | -6/+9 |
* | View patterns, record wildcards, and record puns | Dan Licata | 2007-10-10 | 2 | -1/+368 |
* | mention what SCC stands for | Simon Marlow | 2007-10-11 | 1 | -1/+2 |
* | Update documentation for win32 DLL linking | Clemens Fruhwirth | 2007-10-10 | 1 | -10/+10 |
* | remove the "-unreg" flag and the unregisterised way, see #1008 | Simon Marlow | 2007-10-09 | 2 | -21/+3 |
* | Fixing #1340, adding HPC Documentation | andy@galois.com | 2007-09-26 | 2 | -31/+189 |
* | Be more specific about file-header pragmas | simonpj@microsoft.com | 2007-09-24 | 2 | -66/+86 |
* | Add an entry for strings treated as ISO-8859-1 to the users guide bug list | Ian Lynagh | 2007-09-23 | 1 | -0/+10 |
* | Removed duplicate entry for derbugging flag -ddump-tc from the user guide | v.dijk.bas@gmail.com | 2007-09-20 | 1 | -10/+0 |
* | Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedT... | simonpj@microsoft.com | 2007-09-19 | 1 | -3/+3 |
* | Add documentation about -shared, shared library name mangling, and a xrefs | Clemens Fruhwirth | 2007-09-14 | 2 | -85/+132 |
* | Improve documentation for Template Haskell | simonpj@microsoft.com | 2007-09-11 | 1 | -30/+39 |
* | GHCi debugger: Added a -fprint-evld-with-show flag | Pepe Iborra | 2007-09-12 | 2 | -0/+15 |
* | Fix repeated section name in documentation. | judah.jacobson@gmail.com | 2007-09-07 | 1 | -1/+1 |
* | Documentation for -fbreak-on-error | Pepe Iborra | 2007-09-11 | 2 | -3/+19 |
* | Remove obsolete -fdebugging flag | Pepe Iborra | 2007-09-07 | 1 | -12/+0 |
* | Synched documentation links with current directory layout | sven.panne@aedion.de | 2007-09-11 | 1 | -2/+2 |
* | Yet another attempt to get the paths for the installed documentation correct | sven.panne@aedion.de | 2007-09-09 | 1 | -1/+1 |
* | Refactor, improve, and document the deriving mechanism | simonpj@microsoft.com | 2007-09-05 | 2 | -116/+163 |
* | Further documentation about mdo, suggested by Benjamin Franksen | simonpj@microsoft.com | 2007-08-29 | 1 | -2/+16 |
* | Add a -Warn flag | Ian Lynagh | 2007-09-04 | 2 | -1/+17 |
* | OPTIONS_GHC overrides the command-line, not the other way around | Simon Marlow | 2007-09-04 | 1 | -4/+3 |
* | fix cut-and-pasto | Simon Marlow | 2007-09-04 | 1 | -1/+1 |
* | Add a --print-docdir flag | Ian Lynagh | 2007-08-31 | 2 | -0/+20 |
* | Make the doc index page obey DESTDIR | Ian Lynagh | 2007-08-31 | 1 | -2/+2 |
* | Make the manpage obey DESTDIR | Ian Lynagh | 2007-08-31 | 1 | -3/+3 |
* | typo in DLL code | Simon Marlow | 2007-08-30 | 1 | -1/+1 |
* | Fix where all the documentation gets installed | Ian Lynagh | 2007-08-30 | 2 | -5/+6 |
* | remove "special Ids" section, replace with a link to GHC.Prim | Simon Marlow | 2007-08-30 | 1 | -106/+4 |
* | Remove text about ghcprof. It almost certainly doesn't work. | Simon Marlow | 2007-08-29 | 1 | -57/+1 |
* | fix up some old text, remove things that aren't true any more | Simon Marlow | 2007-08-28 | 1 | -48/+6 |
* | :stepover ---> :steplocal, :stepmodule | Pepe Iborra | 2007-08-27 | 1 | -2/+4 |