| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
revise the description of rebindable syntax to match what it seems to do
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
Use version info from configure.ac
|
|
|
|
|
|
| |
NOINLINE is mentioned in the H98 report, not NOTINLINE.
MERGE TO STABLE.
|
|
|
|
| |
root nodes are now index.html
|
|
|
|
| |
markup fixes (and one typo) in arrow notation section
|
|
|
|
| |
Add the :def . readFile example.
|
|
|
|
| |
Re-added indices + minor fixes
|
|
|
|
|
|
|
| |
- phases.xml: add documentation on <os>_TARGET_OS and <arch>_TARGET_ARCH
symbols.
- some fixes for editing in emacs
|
|
|
|
| |
Correct DocBook XML now
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Mention that this doc is out of date. It's pretty huge, so I'm not
going to update it right now.
|
|
|
|
| |
Merge backend-hacking-branch onto HEAD. Yay!
|
|
|
|
| |
Fix scoped type variable example.
|
|
|
|
|
| |
DocBook XML is case-sensitive. Note that this is still not correct DocBook, tons
of indexterm elements within varlistentries are still misplaced.
|
|
|
|
| |
xmlize sgml docbooks
|
|
|
|
|
| |
Add a (rather vague) FAQ entry about the readline build problem
reported in bug #988585.
|
|
|
|
|
|
| |
sec-makefile-dependencies: -o option is no longer supported.
Merge to STABLE.
|
|
|
|
|
| |
Add FAQ item: how to compile a program with and without profiling in
the same directory.
|
|
|
|
| |
Remove "EXOTICA" from the description of -osuf/-hisuf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
rearrange documentation of SPECIALIZE.
|
|
|
|
| |
Typo about TH
|
|
|
|
| |
Clarify words about the -package flag
|
|
|
|
| |
Synched "Overflown relocation field" message with reality
|
|
|
|
| |
Added empty "install" and "install-docs" targets
|
|
|
|
| |
Added empty "all" and "boot" targets
|
|
|
|
| |
"make dvi ps html" in $(TOP) builds *all* documentation now
|
|
|
|
| |
Mention that ordering is important on the GHCi command line
|
|
|
|
| |
Rearrange the -F/-pgmF documentation a bit.
|
|
|
|
| |
x-ref to Control.Concurrent from the -threaded docs.
|
|
|
|
| |
add a note about #def in hsc2hs
|
|
|
|
| |
Document use of -I flag for finding FFI header files
|
|
|
|
| |
FAQ about missing include files when using -O/-prof
|
|
|
|
| |
Document -fcontext-stack as static
|
|
|
|
| |
Document :kind
|
|
|
|
| |
Improve documentation about ambiguous types
|
|
|
|
| |
Document -fno-state-hack
|
|
|
|
| |
Add an extensible-records FAQ
|
|
|
|
| |
Add a FAQ about finalizers and stdout/stderr.
|
|
|
|
| |
Typo
|
|
|
|
| |
Default max stack size is now 8M.
|
|
|
|
| |
Add small embellishment to one of the filename rules.
|
|
|
|
| |
Be clearer about when source files must match module names.
|
|
|
|
| |
Fix a URL link
|
|
|
|
|
| |
Update version numbering policy: we now allow snapshots along the
stable branch (eg. 6.2.20040229).
|
|
|
|
| |
Add a -fno-full-laziness flag
|
|
|
|
|
|
|
| |
- For each language option, document exactly the syntax that is
stolen from Haskell 98.
- Fix up docrot at the beginning of the chapter.
|
|
|
|
| |
Document -threaded and -debug options.
|
|
|
|
| |
Add an entry to the FAQ about buffering of stdout
|