summaryrefslogtreecommitdiff
path: root/ghc/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2004-09-29 09:49:21 by ross]ross2004-09-291-16/+28
| | | | revise the description of rebindable syntax to match what it seems to do
* [project @ 2004-09-27 13:49:26 by simonmar]simonmar2004-09-273-3/+3
| | | | | | A few updates to the local Emacs variables in these files. For some reason, I can't get Emacs' PSGML mode to work with the new XML files (although I thought I had it working before... strange).
* [project @ 2004-09-19 09:41:29 by panne]panne2004-09-191-1/+1
| | | | Use version info from configure.ac
* [project @ 2004-09-11 18:17:04 by panne]panne2004-09-111-1/+1
| | | | | | NOINLINE is mentioned in the H98 report, not NOTINLINE. MERGE TO STABLE.
* [project @ 2004-09-06 16:52:54 by ross]ross2004-09-061-2/+2
| | | | root nodes are now index.html
* [project @ 2004-08-31 16:02:42 by ross]ross2004-08-311-14/+15
| | | | markup fixes (and one typo) in arrow notation section
* [project @ 2004-08-26 08:48:25 by simonmar]simonmar2004-08-261-0/+13
| | | | Add the :def . readFile example.
* [project @ 2004-08-18 16:42:51 by panne]panne2004-08-182-12/+7
| | | | Re-added indices + minor fixes
* [project @ 2004-08-17 16:00:58 by simonmar]simonmar2004-08-173-776/+832
| | | | | | | - phases.xml: add documentation on <os>_TARGET_OS and <arch>_TARGET_ARCH symbols. - some fixes for editing in emacs
* [project @ 2004-08-16 07:24:25 by panne]panne2004-08-167-430/+705
| | | | Correct DocBook XML now
* [project @ 2004-08-15 20:37:22 by panne]panne2004-08-1533-325/+431
| | | | | | Started to convert the users guide to DocBook XML. Not yet finished, there are still *tons* of misplaced indexterms, but some sensible documentation can already be generated.
* [project @ 2004-08-13 14:22:16 by simonmar]simonmar2004-08-131-14/+13
| | | | | Mention that this doc is out of date. It's pretty huge, so I'm not going to update it right now.
* [project @ 2004-08-13 13:04:50 by simonmar]simonmar2004-08-132-2/+4
| | | | Merge backend-hacking-branch onto HEAD. Yay!
* [project @ 2004-08-09 12:35:02 by simonmar]simonmar2004-08-091-2/+8
| | | | Fix scoped type variable example.
* [project @ 2004-08-08 20:46:44 by panne]panne2004-08-088-19/+19
| | | | | DocBook XML is case-sensitive. Note that this is still not correct DocBook, tons of indexterm elements within varlistentries are still misplaced.
* [project @ 2004-08-08 17:26:26 by krasimir]krasimir2004-08-0826-1385/+1379
| | | | xmlize sgml docbooks
* [project @ 2004-07-12 08:47:19 by simonmar]simonmar2004-07-121-0/+11
| | | | | Add a (rather vague) FAQ entry about the readline build problem reported in bug #988585.
* [project @ 2004-06-28 16:35:08 by sof]sof2004-06-281-20/+21
| | | | | | sec-makefile-dependencies: -o option is no longer supported. Merge to STABLE.
* [project @ 2004-06-24 08:44:35 by simonmar]simonmar2004-06-241-0/+19
| | | | | Add FAQ item: how to compile a program with and without profiling in the same directory.
* [project @ 2004-06-24 08:43:53 by simonmar]simonmar2004-06-241-1/+1
| | | | Remove "EXOTICA" from the description of -osuf/-hisuf
* [project @ 2004-06-23 22:43:20 by ross]ross2004-06-231-19/+37
| | | | | | | | | | | | | | | arrow notation fixes (problems reported bu John Hughes): * allow an infixexp (exp0) to the left of -<. This adds 4 more shift/reduce conflicts, because it makes if/lambda/let/case/proc before -< ambiguous. This is the same sort of thing as "if x then y else z + 1", and as there shifting does the right thing. * described the grammar more precisely * fixed an example merge to STABLE
* [project @ 2004-06-23 10:31:02 by ross]ross2004-06-231-51/+50
| | | | rearrange documentation of SPECIALIZE.
* [project @ 2004-06-22 13:47:47 by simonpj]simonpj2004-06-221-1/+1
| | | | Typo about TH
* [project @ 2004-06-22 13:47:27 by simonpj]simonpj2004-06-222-10/+20
| | | | Clarify words about the -package flag
* [project @ 2004-06-11 12:42:18 by panne]panne2004-06-111-3/+3
| | | | Synched "Overflown relocation field" message with reality
* [project @ 2004-06-06 11:44:37 by panne]panne2004-06-062-4/+8
| | | | Added empty "install" and "install-docs" targets
* [project @ 2004-06-06 10:43:19 by panne]panne2004-06-062-0/+8
| | | | Added empty "all" and "boot" targets
* [project @ 2004-06-05 21:55:51 by panne]panne2004-06-053-57/+64
| | | | "make dvi ps html" in $(TOP) builds *all* documentation now
* [project @ 2004-05-24 08:35:41 by simonmar]simonmar2004-05-241-0/+4
| | | | Mention that ordering is important on the GHCi command line
* [project @ 2004-05-05 14:32:01 by simonmar]simonmar2004-05-051-38/+33
| | | | Rearrange the -F/-pgmF documentation a bit.
* [project @ 2004-05-05 13:49:50 by simonmar]simonmar2004-05-051-0/+4
| | | | x-ref to Control.Concurrent from the -threaded docs.
* [project @ 2004-05-05 12:00:10 by ross]ross2004-05-051-0/+9
| | | | add a note about #def in hsc2hs
* [project @ 2004-05-05 10:46:52 by simonmar]simonmar2004-05-051-0/+20
| | | | Document use of -I flag for finding FFI header files
* [project @ 2004-05-05 10:46:34 by simonmar]simonmar2004-05-051-2/+16
| | | | FAQ about missing include files when using -O/-prof
* [project @ 2004-04-06 09:30:44 by simonpj]simonpj2004-04-061-4/+4
| | | | Document -fcontext-stack as static
* [project @ 2004-04-05 11:14:29 by simonpj]simonpj2004-04-051-0/+12
| | | | Document :kind
* [project @ 2004-04-05 10:53:52 by simonpj]simonpj2004-04-051-7/+23
| | | | Improve documentation about ambiguous types
* [project @ 2004-04-02 13:38:44 by simonpj]simonpj2004-04-021-0/+8
| | | | Document -fno-state-hack
* [project @ 2004-03-30 10:33:04 by simonmar]simonmar2004-03-301-0/+15
| | | | Add an extensible-records FAQ
* [project @ 2004-03-24 16:51:31 by simonmar]simonmar2004-03-241-0/+18
| | | | Add a FAQ about finalizers and stdout/stderr.
* [project @ 2004-03-22 11:55:39 by simonmar]simonmar2004-03-221-1/+1
| | | | Typo
* [project @ 2004-03-18 13:52:32 by simonmar]simonmar2004-03-181-1/+1
| | | | Default max stack size is now 8M.
* [project @ 2004-03-08 12:47:41 by simonmar]simonmar2004-03-081-2/+2
| | | | Add small embellishment to one of the filename rules.
* [project @ 2004-03-05 16:04:52 by simonmar]simonmar2004-03-051-5/+9
| | | | Be clearer about when source files must match module names.
* [project @ 2004-03-05 13:58:20 by simonmar]simonmar2004-03-051-1/+1
| | | | Fix a URL link
* [project @ 2004-03-01 10:17:53 by simonmar]simonmar2004-03-011-5/+12
| | | | | Update version numbering policy: we now allow snapshots along the stable branch (eg. 6.2.20040229).
* [project @ 2004-02-25 14:51:37 by simonpj]simonpj2004-02-251-0/+7
| | | | Add a -fno-full-laziness flag
* [project @ 2004-02-25 13:57:38 by simonmar]simonmar2004-02-251-11/+74
| | | | | | | - For each language option, document exactly the syntax that is stolen from Haskell 98. - Fix up docrot at the beginning of the chapter.
* [project @ 2004-02-25 11:49:14 by simonmar]simonmar2004-02-252-0/+50
| | | | Document -threaded and -debug options.
* [project @ 2004-02-25 10:34:44 by simonmar]simonmar2004-02-251-0/+32
| | | | Add an entry to the FAQ about buffering of stdout