2008-01-24 |
Ian Lynagh | Fix the build |
tree | commitdiff |
2008-01-17 |
Twan van Laarhoven | Replace ioToTcRn with liftIO |
tree | commitdiff |
2008-01-24 |
Simon Marlow | FIX BUILD wrong imports on non-Windows |
tree | commitdiff |
2008-01-23 |
Simon Marlow | FIX #1838, #1987: change where GHCi searches for config... |
tree | commitdiff |
2008-01-22 |
Simon Marlow | FIX #1767 :show documentation claimed too much |
tree | commitdiff |
2008-01-22 |
Simon Marlow | fix syntax-error output for :show |
tree | commitdiff |
2008-01-21 |
Simon Marlow | FIX #2049, another problem with the module context... |
tree | commitdiff |
2008-01-21 |
Ian Lynagh | Fix exception message with ghc -e |
tree | commitdiff |
2008-01-20 |
Ian Lynagh | Fix catching exit exceptions in ghc -e |
tree | commitdiff |
2008-01-19 |
Ian Lynagh | Support multiple -e flags |
tree | commitdiff |
2008-01-19 |
Ian Lynagh | Fix ghc -e :main (it was enqueuing the main function... |
tree | commitdiff |
2008-01-19 |
Ian Lynagh | Add :run and tweak :main |
tree | commitdiff |
2008-01-18 |
Ian Lynagh | Improve the error when :list can't find any code to... |
tree | commitdiff |
2008-01-16 |
Ian Lynagh | Add a missing import |
tree | commitdiff |
2008-01-15 |
Manuel M T Chakravarty | Fix warning when USE_READLINE is unset |
tree | commitdiff |
2008-01-13 |
Ian Lynagh | Only initialise readline if we are connected to a terminal |
tree | commitdiff |
2008-01-12 |
Ian Lynagh | don't initialize readline needlessly |
tree | commitdiff |
2008-01-12 |
Ian Lynagh | Fix whitespace |
tree | commitdiff |
2008-01-12 |
Ian Lynagh | Use System.FilePath |
tree | commitdiff |
2008-01-10 |
judah.jacobson@gma... | Fix filename completion by adding trailing spaces/slash... |
tree | commitdiff |
2008-01-09 |
judah.jacobson@gma... | Use command-dependent word break characters for tab... |
tree | commitdiff |
2007-12-17 |
Ian Lynagh | Include ~/Library/Frameworks in the framework searchpath |
tree | commitdiff |
2007-12-08 |
Pepe Iborra | Comments only |
tree | commitdiff |
2007-12-08 |
Pepe Iborra | Refactoring only |
tree | commitdiff |
2007-12-08 |
Pepe Iborra | Change the format used by :print to show the content... |
tree | commitdiff |
2007-12-08 |
Pepe Iborra | Help the user when she tries to do :history without... |
tree | commitdiff |
2007-12-08 |
Pepe Iborra | Prevent the binding of unboxed things by :print |
tree | commitdiff |
2007-12-02 |
Ian Lynagh | Use GHC.Exts rather than GHC.Prim |
tree | commitdiff |
2007-12-04 |
Pepe Iborra | Teach :print to follow references (STRefs and IORefs) |
tree | commitdiff |
2007-12-02 |
Pepe Iborra | refactoring only |
tree | commitdiff |
2007-12-04 |
Simon Marlow | :cd with no argument goes to the user's home directory |
tree | commitdiff |
2007-11-25 |
Ian Lynagh | MERGED: Make ":" in GHCi repeat the last command |
tree | commitdiff |
2007-11-08 |
claus.reinke@talk2... | FIX #1847 (improve :browse! docs, fix unqual) |
tree | commitdiff |
2007-11-16 |
Simon Marlow | Attempt at fixing #1873, #1360 |
tree | commitdiff |
2007-11-14 |
Pepe Iborra | wibble |
tree | commitdiff |
2007-11-14 |
Pepe Iborra | Try to manage the size of the text rendered for ':show... |
tree | commitdiff |
2007-11-14 |
Pepe Iborra | Make the Term ppr depth aware |
tree | commitdiff |
2007-11-14 |
Pepe Iborra | Use paragraph fill sep where possible |
tree | commitdiff |
2007-11-14 |
Simon Marlow | Fix #782, #1483, #1649: Unicode GHCi input |
tree | commitdiff |
2007-11-13 |
Pepe Iborra | GHCi debugger: added a new flag, -fno-print-binding... |
tree | commitdiff |
2007-11-13 |
Pepe Iborra | Fix Trac 1865: GHCi debugger crashes with :print |
tree | commitdiff |
2007-10-13 |
Pepe Iborra | Replaced two uses of head b explicit pattern matching |
tree | commitdiff |
2007-10-06 |
Pepe Iborra | Print binding contents in :show bindings |
tree | commitdiff |
2007-09-28 |
Pepe Iborra | Following an indirection doesn't count as a RTTI step |
tree | commitdiff |
2007-11-07 |
Simon Marlow | FIX BUILD |
tree | commitdiff |
2007-11-07 |
Simon Marlow | FIX #1556: GHC's :reload keeps the context, if possible |
tree | commitdiff |
2007-11-07 |
Simon Marlow | FIX #1765, #1766 |
tree | commitdiff |
2007-11-07 |
Simon Marlow | #1617: Add :browse! and various other additions to... |
tree | commitdiff |
2007-11-07 |
Simon Marlow | FIX #1838: use System.Directory.getHomeDirectory instea... |
tree | commitdiff |
2007-11-02 |
simonpj@microsoft.com | Avoid Haddock bug #1821 |
tree | commitdiff |
2007-10-19 |
Simon Marlow | implement #1468, :browse on its own uses the currently... |
tree | commitdiff |
2007-10-18 |
Simon Marlow | fix :print when !tablesNextToCode |
tree | commitdiff |
2007-10-17 |
Simon Marlow | fix warning on Windows |
tree | commitdiff |
2007-10-10 |
Simon Marlow | GHCi: use non-updatable thunks for breakpoints |
tree | commitdiff |
2007-10-10 |
Manuel M T Chakravarty | Fix warnings when build w/o readline |
tree | commitdiff |
2007-10-03 |
Simon Marlow | refactoring only: use the parameterised InstalledPackag... |
tree | commitdiff |
2007-10-03 |
Simon Marlow | warning removal |
tree | commitdiff |
2007-09-27 |
Pepe Iborra | Finally, I managed to squash an infamous bug in :print |
tree | commitdiff |
2007-09-27 |
Pepe Iborra | Be a bit more flexible in terminal identification for... |
tree | commitdiff |
2007-09-26 |
Simon Marlow | fix #1734, panic in :show modules after load failure |
tree | commitdiff |
2007-09-24 |
Simon Marlow | comments only: point to relevant bug reports |
tree | commitdiff |
2007-09-18 |
Ian Lynagh | Catch any exceptions thrown by getEnv; fixes #1704 |
tree | commitdiff |
2007-09-11 |
simonpj@microsoft.com | Define and use PprTyThing.pprTypeForUser |
tree | commitdiff |
2007-09-12 |
Pepe Iborra | Better modelling of newtypes in the Term datatype |
tree | commitdiff |
2007-09-12 |
Pepe Iborra | GHCi debugger: Added a -fprint-evld-with-show flag |
tree | commitdiff |
2007-09-11 |
Pepe Iborra | Refactoring & documenting the Term pprinter used by... |
tree | commitdiff |
2007-09-11 |
Pepe Iborra | Custom printer for the Term datatype that won't output... |
tree | commitdiff |
2007-09-11 |
Pepe Iborra | Custom printer for the Term datatype that won't output... |
tree | commitdiff |
2007-09-11 |
Simon Marlow | FIX #1466 (partly), which was causing concprog001(ghci... |
tree | commitdiff |
2007-09-10 |
Pepe Iborra | Nicer GHCi debugger underlining |
tree | commitdiff |
2007-09-10 |
Pepe Iborra | FIX #1669 (GHCi debugger underlining is in the wrong... |
tree | commitdiff |
2007-09-08 |
sven.panne@aedion.de | We seem to use Outputable unconditionally these days |
tree | commitdiff |
2007-09-07 |
Ian Lynagh | Fix assertions in RtClosureInspect |
tree | commitdiff |
2007-09-06 |
Ian Lynagh | Set do_bold based on $TERM, not platform |
tree | commitdiff |
2007-09-06 |
Pepe Iborra | warning police |
tree | commitdiff |
2007-09-06 |
Simon Marlow | FIX #1465, error messages could sometimes say things... |
tree | commitdiff |
2007-09-04 |
Simon Marlow | completion for modules in 'import M' |
tree | commitdiff |
2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
tree | commitdiff |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
tree | commitdiff |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
tree | commitdiff |
2007-08-29 |
Pepe Iborra | Use a Data.Sequence instead of a list in cvReconstructType |
tree | commitdiff |
2007-08-29 |
Pepe Iborra | Fix a bug in RtClosureInspect.cvReconstructType. |
tree | commitdiff |
2007-08-29 |
Pepe Iborra | Warning police |
tree | commitdiff |
2007-08-29 |
Pepe Iborra | Wibble |
tree | commitdiff |
2007-08-27 |
Pepe Iborra | :stepover ---> :steplocal, :stepmodule |
tree | commitdiff |
2007-08-27 |
Pepe Iborra | Use a version of obtainTerm that takes a max depth... |
tree | commitdiff |
2007-08-26 |
Pepe Iborra | Style: remove trailing spaces |
tree | commitdiff |
2007-08-26 |
Pepe Iborra | Print contents of bindings when stopping at a breakpoint |
tree | commitdiff |
2007-08-24 |
Pepe Iborra | A partial attempt to improve :stepover |
tree | commitdiff |
2007-08-22 |
Pepe Iborra | Better document :stepover and its limitations |
tree | commitdiff |
2007-08-28 |
Manuel M T Chakravarty | Type checking for type synonym families |
tree | commitdiff |
2007-08-10 |
Ian Lynagh | Follow Array changes (adding numElements field) |
tree | commitdiff |
2007-08-21 |
Clemens Fruhwirth | Linker.lhs to prefer DSO when it's build as dynamic... |
tree | commitdiff |
2007-08-22 |
Pepe Iborra | A partial attempt to improve :stepover |
tree | commitdiff |
2007-08-22 |
Pepe Iborra | Better document :stepover and its limitations |
tree | commitdiff |
2007-08-21 |
Pepe Iborra | Small rearrangements |
tree | commitdiff |
2007-08-20 |
Pepe Iborra | Make :stepover <expr> work like :step |
tree | commitdiff |
2007-08-17 |
Ian Lynagh | Remove dupliate "io (revertCAFs)" and discardActiveBrea... |
tree | commitdiff |
2007-08-16 |
Pepe Iborra | Document :stepover in ghci help |
tree | commitdiff |
2007-08-15 |
Pepe Iborra | Steal the bold trick from :list for :history |
tree | commitdiff |
next |