summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* mention what SCC stands forSimon Marlow2007-10-111-1/+2
* Update documentation for win32 DLL linkingClemens Fruhwirth2007-10-101-10/+10
* remove the "-unreg" flag and the unregisterised way, see #1008Simon Marlow2007-10-092-21/+3
* Fixing #1340, adding HPC Documentationandy@galois.com2007-09-262-31/+189
* Be more specific about file-header pragmassimonpj@microsoft.com2007-09-242-66/+86
* Add an entry for strings treated as ISO-8859-1 to the users guide bug listIan Lynagh2007-09-231-0/+10
* Removed duplicate entry for derbugging flag -ddump-tc from the user guidev.dijk.bas@gmail.com2007-09-201-10/+0
* Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedT...simonpj@microsoft.com2007-09-191-3/+3
* Add documentation about -shared, shared library name mangling, and a xrefsClemens Fruhwirth2007-09-142-85/+132
* Improve documentation for Template Haskellsimonpj@microsoft.com2007-09-111-30/+39
* GHCi debugger: Added a -fprint-evld-with-show flagPepe Iborra2007-09-122-0/+15
* Fix repeated section name in documentation.judah.jacobson@gmail.com2007-09-071-1/+1
* Documentation for -fbreak-on-errorPepe Iborra2007-09-112-3/+19
* Remove obsolete -fdebugging flagPepe Iborra2007-09-071-12/+0
* Synched documentation links with current directory layoutsven.panne@aedion.de2007-09-111-2/+2
* Yet another attempt to get the paths for the installed documentation correctsven.panne@aedion.de2007-09-091-1/+1
* Refactor, improve, and document the deriving mechanismsimonpj@microsoft.com2007-09-052-116/+163
* Further documentation about mdo, suggested by Benjamin Franksensimonpj@microsoft.com2007-08-291-2/+16
* Add a -Warn flagIan Lynagh2007-09-042-1/+17
* OPTIONS_GHC overrides the command-line, not the other way aroundSimon Marlow2007-09-041-4/+3
* fix cut-and-pastoSimon Marlow2007-09-041-1/+1
* Add a --print-docdir flagIan Lynagh2007-08-312-0/+20
* Make the doc index page obey DESTDIRIan Lynagh2007-08-311-2/+2
* Make the manpage obey DESTDIRIan Lynagh2007-08-311-3/+3
* typo in DLL codeSimon Marlow2007-08-301-1/+1
* Fix where all the documentation gets installedIan Lynagh2007-08-302-5/+6
* remove "special Ids" section, replace with a link to GHC.PrimSimon Marlow2007-08-301-106/+4
* Remove text about ghcprof. It almost certainly doesn't work.Simon Marlow2007-08-291-57/+1
* fix up some old text, remove things that aren't true any moreSimon Marlow2007-08-281-48/+6
* :stepover ---> :steplocal, :stepmodulePepe Iborra2007-08-271-2/+4
* Better document :stepover and its limitationsPepe Iborra2007-08-221-45/+2
* Improve docs for mdosimonpj@microsoft.com2007-08-241-5/+14
* Correct linksimonpj@microsoft.com2007-08-241-1/+1
* Better document :stepover and its limitationsPepe Iborra2007-08-221-2/+45
* Doc for new manifest-related flagsSimon Marlow2007-08-222-1/+116
* Add a paragraph breaksimonpj@microsoft.com2007-08-201-1/+2
* (short) Documentation for :stepover in the Users GuidePepe Iborra2007-08-201-6/+9
* Document the compiler --info flagIan Lynagh2007-08-192-0/+18
* Add some runghc docs to the users guideIan Lynagh2007-08-193-0/+44
* Update user guide bug listIan Lynagh2007-08-181-6/+0
* Document +RTS --info, and make it a Read'able Haskell valueIan Lynagh2007-08-161-0/+23
* fix typo in ghci.xmlBertram Felgenhauer2007-08-121-1/+1
* Improvd documentation for overlapping instancessimonpj@microsoft.com2007-08-091-2/+16
* In GHCi, filter instances by what is in scope, not just by what is in scope u...simonpj@microsoft.com2007-08-041-0/+6
* Add blurb in the user guide re stdout buffering differing between GHC and GHCiIan Lynagh2007-08-071-0/+12
* Add a --supported-languages flagIan Lynagh2007-08-052-0/+18
* Canonicalise the flag format in the user guideIan Lynagh2007-08-042-171/+164
* Spelling errorsimonpj@microsoft.com2007-08-011-1/+1
* Documentation updates for #1177Simon Marlow2007-07-262-54/+214
* Document the new -X flags in the flag referenceIan Lynagh2007-07-221-2/+182