New syntax for GADT-style record declarations, and associated refactoring
[ghc-hetmet.git] / docs / users_guide / ghci.xml
2008-10-31 Ian Lynagh:set prompt now understand Haskell String syntax; trace...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-07-11 Simon Marlow#2371: try to explain the difference between :module...
2008-07-09 Simon Marlow#1205: ':load foo.hs' in GHCi always compiles to bytecode
2008-05-01 claus.reinke@talk2... document :source command for GHCi, point to Haskell...
2008-02-26 Simon Marlowdocumentation improvements from Frederik Eaton
2008-02-26 Simon Marlowmarkup fix
2008-01-23 Simon MarlowFIX #1838, #1987: change where GHCi searches for config...
2008-01-19 Ian LynaghAdd :run and tweak :main
2007-11-25 Ian LynaghMERGED: Make ":" in GHCi repeat the last command
2007-11-20 simonpj@microsoft.comFix Trac #1909: type of map in docs
2007-11-08 claus.reinke@talk2... FIX #1847 (improve :browse! docs, fix unqual)
2007-11-11 Ian LynaghTurn -fprint-bind-result off by default
2007-11-07 Simon MarlowFIX #1765, #1766
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
2007-10-07 Josef SvenningssonFix a whole heap of speling errrs in the docs
2007-10-19 Simon Marlowimplement #1468, :browse on its own uses the currently...
2007-09-12 Pepe IborraGHCi debugger: Added a -fprint-evld-with-show flag
2007-09-11 Pepe IborraDocumentation for -fbreak-on-error
2007-08-27 Pepe Iborra:stepover ---> :steplocal, :stepmodule
2007-08-22 Pepe IborraBetter document :stepover and its limitations
2007-08-22 Pepe IborraBetter document :stepover and its limitations
2007-08-20 Pepe Iborra(short) Documentation for :stepover in the Users Guide
2007-08-12 Bertram Felgenhauerfix typo in ghci.xml
2007-08-04 simonpj@microsoft.comIn GHCi, filter instances by what is in scope, not...
2007-08-07 Ian LynaghAdd blurb in the user guide re stdout buffering differi...
2007-07-16 Ian LynaghDoc tweak
2007-07-16 Ian LynaghDoc tweak
2007-07-16 Ian LynaghCorrect user guide on when .ghci is read
2007-07-16 Ian LynaghTweak punctuation in the user guide
2007-07-16 Ian Lynaghghci command docs tweaks
2007-07-16 Ian LynaghFix alphabetical ordering in user guide
2007-07-16 Ian LynaghTypo
2007-07-15 Ian LynaghRemove another instance of the banner from the user...
2007-07-15 Ian LynaghIn user guide, don't claim that ghci never generates...
2007-07-15 Ian Lynaghghci debugger documentation tweaks
2007-07-15 Ian LynaghFix typo
2007-07-15 Ian Lynaghghci doc tweaks
2007-07-14 Ian LynaghUpdate the ghci "loading" section of the user guide
2007-07-13 Ian LynaghDon't show the ghci :? output in the user guide
2007-07-13 Ian LynaghUser guide tweaks
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-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-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-29 Ian LynaghDocument that ghci now adds () to the start of the...
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-01-31 Pepe IborraFix a typo
2007-01-15 Pepe IborraDocumentation for the new ':breakpoint continue' command
2007-01-07 Pepe IborraExtended the debugger documentation with a 'tips' section
2006-12-31 Pepe IborraUpdates to the ghci debugger docs
2006-12-10 Pepe IborraGHCi debugger documentation
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-10-11 basvandijk@home.nlFixed spelling error in compiler/ghci/InteractiveUI...
2006-09-29 Simon Marlowadd :edit to the release notes, and improve the docs...
2006-09-28 Simon MarlowAdd basic :edit support
2006-09-27 Simon MarlowMake printing of binding results optional in GHCi,...
2006-09-03 Ian LynaghAdd a hint on tab completion
2006-09-03 Ian LynaghAdd :main docs to ghci commands page
2006-09-03 Ian LynaghAmbiguities are now allowed in ghci command names
2006-09-03 Ian LynaghMore output updates
2006-09-03 Ian LynaghAdd docs for :main
2006-09-03 Ian LynaghMore doc output fixes
2006-09-03 Ian LynaghUpdate ghci output in docs
2006-09-03 Ian LynaghFix typo
2006-09-03 Ian LynaghUpdate ghci output in docs
2006-08-22 Ian LynaghFix typo
2006-08-07 simonpj@microsoft.comAdd -fextended-default-rules and -fmono-pat-binds
2006-04-07 Simon MarlowReorganisation of the source tree