Improve External Core syntax for newtypes
[ghc-hetmet.git] / compiler / ghci /
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-04-07 Manuel M T ChakravartyRemove GADT refinements, part 5
2008-04-05 Pepe IborraVirtualize the cwd in GHCi
2007-12-19 Pepe IborraFix rendering of references in :print under -fprint...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-26 Ian LynaghRemove a redundant type sig
2008-03-24 Ian LynaghAnother change for GHC.PrimopWrappers moving from base...
2008-03-17 Ian LynaghFollow changes in editline
2008-03-16 Ian LynaghUse editline instead of readline
2008-03-13 Simon Marlowparsing tweak for :break
2008-03-12 Simon Marlow#2050: save the GHCi history in ~/.ghc/ghci_history
2008-02-24 Ian LynaghFIX #2073: Don't add empty lines to GHCI's history
2008-02-19 Simon Marlowfix unregisterised stage 2 build
2008-02-18 Simon Marlowattempt to fix #2098 (PPC pepple please test & fix)
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-06 Simon MarlowFIX BUILD on x86_64
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-24 Simon MarlowFIX BUILD wrong imports on non-Windows
2008-01-23 Simon MarlowFIX #1838, #1987: change where GHCi searches for config...
2008-01-22 Simon MarlowFIX #1767 :show documentation claimed too much
2008-01-22 Simon Marlowfix syntax-error output for :show
2008-01-21 Simon MarlowFIX #2049, another problem with the module context...
2008-01-21 Ian LynaghFix exception message with ghc -e
2008-01-20 Ian LynaghFix catching exit exceptions in ghc -e
2008-01-19 Ian LynaghSupport multiple -e flags
2008-01-19 Ian LynaghFix ghc -e :main (it was enqueuing the main function...
2008-01-19 Ian LynaghAdd :run and tweak :main
2008-01-18 Ian LynaghImprove the error when :list can't find any code to...
2008-01-16 Ian LynaghAdd a missing import
2008-01-15 Manuel M T ChakravartyFix warning when USE_READLINE is unset
2008-01-13 Ian LynaghOnly initialise readline if we are connected to a terminal
2008-01-12 Ian Lynaghdon't initialize readline needlessly
2008-01-12 Ian LynaghFix whitespace
2008-01-12 Ian LynaghUse System.FilePath
2008-01-10 judah.jacobson@gma... Fix filename completion by adding trailing spaces/slash...
2008-01-09 judah.jacobson@gma... Use command-dependent word break characters for tab...
2007-12-17 Ian LynaghInclude ~/Library/Frameworks in the framework searchpath
2007-12-08 Pepe IborraComments only
2007-12-08 Pepe IborraRefactoring only
2007-12-08 Pepe IborraChange the format used by :print to show the content...
2007-12-08 Pepe IborraHelp the user when she tries to do :history without...
2007-12-08 Pepe IborraPrevent the binding of unboxed things by :print
2007-12-02 Ian LynaghUse GHC.Exts rather than GHC.Prim
2007-12-04 Pepe IborraTeach :print to follow references (STRefs and IORefs)
2007-12-02 Pepe Iborrarefactoring only
2007-12-04 Simon Marlow:cd with no argument goes to the user's home directory
2007-11-25 Ian LynaghMERGED: Make ":" in GHCi repeat the last command
2007-11-08 claus.reinke@talk2... FIX #1847 (improve :browse! docs, fix unqual)
2007-11-16 Simon MarlowAttempt at fixing #1873, #1360
2007-11-14 Pepe Iborrawibble
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
2007-11-14 Pepe IborraMake the Term ppr depth aware
2007-11-14 Pepe IborraUse paragraph fill sep where possible
2007-11-14 Simon MarlowFix #782, #1483, #1649: Unicode GHCi input
2007-11-13 Pepe IborraGHCi debugger: added a new flag, -fno-print-binding...
2007-11-13 Pepe IborraFix Trac 1865: GHCi debugger crashes with :print
2007-10-13 Pepe IborraReplaced two uses of head b explicit pattern matching
2007-10-06 Pepe IborraPrint binding contents in :show bindings
2007-09-28 Pepe IborraFollowing an indirection doesn't count as a RTTI step
2007-11-07 Simon MarlowFIX BUILD
2007-11-07 Simon MarlowFIX #1556: GHC's :reload keeps the context, if possible
2007-11-07 Simon MarlowFIX #1765, #1766
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
2007-11-07 Simon MarlowFIX #1838: use System.Directory.getHomeDirectory instea...
2007-11-02 simonpj@microsoft.comAvoid Haddock bug #1821
2007-10-19 Simon Marlowimplement #1468, :browse on its own uses the currently...
2007-10-18 Simon Marlowfix :print when !tablesNextToCode
2007-10-17 Simon Marlowfix warning on Windows
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-10-10 Manuel M T ChakravartyFix warnings when build w/o readline
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-03 Simon Marlowwarning removal
2007-09-27 Pepe IborraFinally, I managed to squash an infamous bug in :print
2007-09-27 Pepe IborraBe a bit more flexible in terminal identification for...
2007-09-26 Simon Marlowfix #1734, panic in :show modules after load failure
2007-09-24 Simon Marlowcomments only: point to relevant bug reports
2007-09-18 Ian LynaghCatch any exceptions thrown by getEnv; fixes #1704
2007-09-11 simonpj@microsoft.comDefine and use PprTyThing.pprTypeForUser
2007-09-12 Pepe IborraBetter modelling of newtypes in the Term datatype
2007-09-12 Pepe IborraGHCi debugger: Added a -fprint-evld-with-show flag
2007-09-11 Pepe IborraRefactoring & documenting the Term pprinter used by...
2007-09-11 Pepe IborraCustom printer for the Term datatype that won't output...
2007-09-11 Pepe IborraCustom printer for the Term datatype that won't output...
2007-09-11 Simon MarlowFIX #1466 (partly), which was causing concprog001(ghci...
2007-09-10 Pepe IborraNicer GHCi debugger underlining
2007-09-10 Pepe IborraFIX #1669 (GHCi debugger underlining is in the wrong...
2007-09-08 sven.panne@aedion.deWe seem to use Outputable unconditionally these days
2007-09-07 Ian LynaghFix assertions in RtClosureInspect
2007-09-06 Ian LynaghSet do_bold based on $TERM, not platform
2007-09-06 Pepe Iborrawarning police
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-04 Simon Marlowcompletion for modules in 'import M'
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-29 Pepe IborraUse a Data.Sequence instead of a list in cvReconstructType
2007-08-29 Pepe IborraFix a bug in RtClosureInspect.cvReconstructType.
2007-08-29 Pepe IborraWarning police
next