another fix for -hb: we appear to be freeing the hash table and arena twice
[ghc-hetmet.git] / docs /
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-01 cdsmith@twu.netFIX #1378 Add option for a shorter banner on GHCi startup
2007-05-29 Ian LynaghUpdate Windows installation docs
2007-05-21 simonpj@microsoft.comDocument -fomit-interface-pragmas, -fignore-interface...
2007-05-21 Simon Marlowdoc: 'import M' is the same as ':module +M'
2007-05-17 Simon Marlowxref to the docs for +RTS -xc
2007-05-17 Simon Marlowcomplete documentation of the GHCi debugger
2007-05-16 Simon MarlowRework the GHCi debugger docs
2007-05-15 Manuel M T ChakravartyAdded -ftype-families to the user's manual
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-07 simonpj@microsoft.comDocument -fspec-threshold
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-03 simonpj@microsoft.comAdd the -ddump-mod-cycles flag to the user manual
2007-05-02 Simon Marlowmove -fno-print-bind-result into the GHCi section
2007-05-02 simonpj@microsoft.comDocument the fact that you can't make a newtype of...
2007-05-02 Simon Marlowremove unused primitives.xml
2007-05-02 Tim ChevalierFix grammar error in docs (as per Trac 1319)
2007-05-01 Ian Lynagh-fwarn-monomorphism-restriction is now off by default
2007-05-01 Simon Marlowdocument the current behaviour of -Wall, see #1292
2007-04-26 Pepe IborraFormatting and minor changes in the ghci debugger section
2007-04-26 Pepe IborraUpdate an example on the ghci debugger section
2007-04-26 Pepe IborraWe don't have -fdebugging anymore, and fine tuning...
2007-04-26 Pepe IborraNew section on debugging lambdas in the ghci user guide
2007-04-26 Pepe IborraUnbreak the users_guide
2007-04-26 Pepe Iborra:force is not unsupported anymore
2007-04-25 Pepe IborraUpdate the users_guide regarding list notation in ...
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-22 simonpj@microsoft.comPut the default value for -dppr-user-length in the...
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-29 Ian LynaghDocument that ghci now adds () to the start of the...
2007-03-28 Simon Marlowremove old library doc link (#1098), and point to HackageDB
2007-03-26 Simon Marlowremove docs for unimplemented options
2007-03-22 Ian LynaghDocumentation for --install-signal-handlers=<yes|no>
2007-03-22 simonpj@microsoft.comImprove documentation of instances
2007-03-14 sven.panne@aedion.deAdded LaTeX commands for primitive types and pseudo ops
2007-03-13 simonpj@microsoft.comAdd helpful cross-references
2007-03-06 Ian LynaghRemove references to the in-tree building guide from...
2007-02-27 Ian LynaghDoc typo
2007-02-21 simonpj@microsoft.comFix defaulting for overloaded strings
2007-02-20 Simon Marlowdescribe the Z-encoding for __stginit symbol names...
2007-02-07 sven.panne@aedion.deImproved naming of generated HTML files by using nice IDs
2007-02-07 sven.panne@aedion.deMake the User's Guide DocBook XML 4.2 conformant again
2007-02-07 Kirsten ChevalierUpdate to manual section for ticky-ticky
2007-01-31 andrew.pimlott.ctr... clarify that -main-is sets main module and function
2007-02-01 Simon Marlowsome dynamic flags cannot be used with OPTIONS_GHC...
2007-01-31 Ian LynaghFix typo
2007-01-31 Pepe IborraFix a typo
2007-01-31 simonpj@microsoft.comAdd note about Template Haskell and mutual recursion
2007-01-20 lennart@augustsson.netDocument the overloaded string extension.
2007-01-04 Spencer JanssenUser's guide: length is not a good consumer anymore.
2007-01-15 Pepe IborraDocumentation for the new ':breakpoint continue' command
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2007-01-10 Simon Marlowremove old building guide, change links to point to...
2007-01-09 Simon Marlowreorganise text in the "using packages" section
2007-01-07 Pepe IborraExtended the debugger documentation with a 'tips' section
2006-12-31 Pepe IborraUpdates to the ghci debugger docs
2007-01-07 ijones@syntaxpolic... Fixed errors in "clunky" definition for pattern guards
2007-01-02 simonpj@microsoft.comStandalone deriving wibbles: keyword is 'derive' not...
2007-01-02 simonpj@microsoft.comDocmunent stand-alone deriving
2006-12-31 Ian LynaghUpdate reference to configure.in to refer to configure...
2006-12-30 sven.panne@aedion.deStandardized Makefile for man page
2006-12-22 simonpj@microsoft.comImprove documentation about packages
2006-12-22 simonpj@microsoft.comDocumentation for class contexts in data-constructor...
2006-12-10 Pepe IborraGHCi debugger documentation
2006-12-08 simonpj@microsoft.comFix typo
2006-12-06 Ian LynaghAdd release note that Network.CGI.Compat uses XHtml...
2006-12-04 simonpj@microsoft.comAdd documentation for seq
2006-12-05 Ian LynaghMake a ghc/ghci manpage
2006-12-05 Simon Marlowadd Windows-specific GHCi information, and a FAQ about...
2006-12-05 Simon Marlowupdate the question about concurrent threads & GHCi
2006-12-01 wolfgang.thaller... Decouple -O from -fvia-C
2006-10-09 Ian LynaghUpdate library version numbers in release notes
2006-11-14 Ian LynaghDocument new -L RTS flag
2006-10-30 simonpj@microsoft.comMove --help, --version etc to 4.4 (modes) because that...
2006-10-11 basvandijk@home.nlFixed spelling error in compiler/ghci/InteractiveUI...
2006-10-12 Simon Marlowfix definition of fib in example code
2006-10-12 Simon Marlowfix definition of fib in example code
2006-10-11 simonpj@microsoft.comUse relative URLs when referring to libraries; push...
2006-10-10 simonpj@microsoft.comImprove documentation of concurrent and parallel Haskel...
2006-10-10 simonpj@microsoft.comCorrect id to linkend
2006-10-06 simonpj@microsoft.comMention that the module sub-directory structure for...
2006-10-03 Ian LynaghImprove the correlation betweens documented and existen...
2006-10-03 Ian LynaghDocument -dfaststring-stats
2006-10-03 Ian LynaghRearrange docs to have all the -ddump-* options together
2006-10-03 Ian LynaghRemove unused option -femit-extern-decls
2006-10-03 Ian LynaghDocumentation updates
2006-10-03 Ian LynaghFix typo
2006-10-05 Ian LynaghMore bootstrapping updates
2006-09-19 bjorn@bringert.netFirst documentation on stand-alone instance deriving.
2006-10-03 Ian LynaghFixes for the porting process for 6.6
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-10-01 Ian LynaghLatin-1-to-UTF8 pre-processor example for docs from...
2006-09-29 Simon Marlowadd :edit to the release notes, and improve the docs...
2006-09-29 simonpj@microsoft.comAmplify scoped tyvar changes
2006-09-29 simonpj@microsoft.comUpdate release notes
2006-09-28 Simon MarlowAdd basic :edit support
2006-09-28 Simon Marlowtiny fix in porting docs I just spotted
2006-09-27 Simon MarlowRename -no-recomp to -fforce-recomp, and document it
2006-09-27 Simon MarlowMake printing of binding results optional in GHCi,...
next