- 10 Nov, 2005 1 commit
-
-
simonmar authored
make validate happy
-
- 18 Oct, 2005 1 commit
-
-
panne authored
For the 100th time: Fixed the DocBook XML. >:-( Please, please, please: Everybody should do a "make validate" before checking in any XML stuff!
-
- 10 Oct, 2005 1 commit
-
-
simonmar authored
identify "mode" as a class of flags, in addition to "static" and "dyanmic"
-
- 21 Sep, 2005 1 commit
-
-
simonmar authored
Document the -x flag
-
- 28 Jul, 2005 1 commit
-
-
simonmar authored
Document a few more options
-
- 07 Mar, 2005 1 commit
-
-
simonmar authored
Mention not to use comments on the same line as OPTIONS_GHC
-
- 11 Jan, 2005 1 commit
-
-
simonmar authored
Rename OPTIONS to OPTIONS_GHC.
-
- 22 Dec, 2004 1 commit
-
-
simonpj authored
-------------------------- Add -fwarn-orphans flag -------------------------- This gives a decent report for modules that contain 'orphan' instance and rule declarations. These are to be avoided, because GHC has to proactively read the interface file every single time, just in case the instance/rule is needed. The flag just gives a convenient way of identifying the culprits.
-
- 18 Oct, 2004 1 commit
-
-
igloo authored
Implement -fwarn-incomplete-record-updates
-
- 06 Oct, 2004 1 commit
-
-
panne authored
Use XML mode, not SGML
-
- 05 Oct, 2004 1 commit
-
-
simonmar authored
Document -ferror-spans
-
- 03 Oct, 2004 1 commit
-
-
ross authored
spelling
-
- 16 Aug, 2004 1 commit
-
-
panne authored
Correct DocBook XML now
-
- 15 Aug, 2004 1 commit
-
-
panne authored
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.
-
- 08 Aug, 2004 2 commits
- 22 Jun, 2004 1 commit
-
-
simonpj authored
Clarify words about the -package flag
-
- 16 Dec, 2003 1 commit
-
-
simonpj authored
Clarify warn-unused-bindings documention
-
- 27 Nov, 2003 1 commit
-
-
simonmar authored
Document UNPACK pragma
-
- 23 Sep, 2003 1 commit
-
-
simonmar authored
Some wibbles to the optimisation section.
-
- 04 Sep, 2003 1 commit
-
-
simonmar authored
- Document -e - Rearrange the documentation on "modes". I've moved the list of modes from the beginning of "Using GHC", to a subsection a little later, and the sections describing make-mode and batch-mode are now further subsections of this. - Add missing modes to the list: -M and --mk-dll.
-
- 27 Aug, 2003 1 commit
-
-
panne authored
Added short option -V for long option --version
-
- 21 Jul, 2003 1 commit
-
-
simonmar authored
Update the documentation for filenames and related options to reflect the new story. Now we talk about hierarchical modules from the outset, and hopefully the whole description is somewhat clearer than before.
-
- 25 Jun, 2003 1 commit
-
-
simonpj authored
* Remove -ffoldr-build-on Add -rrules-off Document the change * Document -fwarn-simple-patterns more
-
- 11 Mar, 2003 1 commit
-
-
simonpj authored
Document external core a bit more
-
- 20 Feb, 2003 1 commit
-
-
simonpj authored
Document {-# CORE #-} pragma (thanks to Hal Daume)
-
- 23 Jan, 2003 1 commit
-
-
simonpj authored
Document warning suppression with leading underscore on variable names
-
- 08 Jan, 2003 1 commit
-
-
simonmar authored
Update the documentation on --make mode to indicate that multiple sources/modules can be given on the command line, as well as multiple object files. MERGE TO STABLE
-
- 20 Nov, 2002 1 commit
-
-
simonpj authored
----------------------------------------------- Add -Werror flag, which makes warnings fatal ----------------------------------------------- -Werror is standard gcc-ism; it makes warnings into fatal errors so you don't miss them in a batch compile. Fairly easy to implement, by modifying ErrUtils.errorsFound Suggested by Ashley Yakeley
-
- 11 Oct, 2002 1 commit
-
-
simonpj authored
Add an example about -osuf etc
-
- 26 Sep, 2002 1 commit
-
-
simonpj authored
Notes on .exe files
-
- 27 Jun, 2002 1 commit
-
-
simonmar authored
Improve the documentation for hierarchical libraries.
-
- 25 Jun, 2002 1 commit
-
-
simonmar authored
Various hacking on the User's Guide to knock it into shape for the release. Committers: please take a look at the 5.04 release notes and feel free to tweak or embelish the description for your favourite new feature.
-
- 04 Jan, 2002 1 commit
-
-
simonmar authored
Replace all instances of '--' with '––' since '--' gets interpreted by JadeTeX to mean a single dash.
-
- 18 Dec, 2001 1 commit
-
-
simonmar authored
Nuke -O2-for-C, since it can cause gcc to generate incorrect code, and doesn't seem to help much. Add a comment about this in the 5.02 release notes, saying you can still use -optc-O2 if you really want to. (merged from rev. 1.47.2.3)
-
- 29 Oct, 2001 1 commit
-
-
simonmar authored
- document --print-libdir - replace some <literal>s with <option>s where appropriate
-
- 14 Sep, 2001 1 commit
-
-
sewardj authored
merge rev 1.47.2.1: * typo ('-help' -> '--help')
-
- 06 Sep, 2001 1 commit
-
-
apt authored
document -fext-core flag and set pointers to ext-core docs/tools (MERGE to STABLE pleeeeeease.)
-
- 23 Aug, 2001 2 commits