Remove platform CPP from nativeGen/PPC/CodeGen.hs
[ghc-hetmet.git] / compiler / ghci /
2008-11-04 Simon Marlowfix the :help docs for :set stop (#2737)
2008-10-31 Ian Lynagh:set prompt now understand Haskell String syntax; trace...
2008-10-20 Judah JacobsonRestore the terminal attributes even if ghci does not...
2008-10-16 Judah JacobsonFIX #2691: Manually reset the terminal to its initial...
2008-10-16 Judah JacobsonEliminate duplicate flags in the tab completion of...
2008-10-11 pepeFix a typo which was causing ghci to quit on commands...
2008-10-09 Simon MarlowpushAtom: add missing case for MachNullAddr (#2589)
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-09-26 pepeClean up a bit and improve an error message
2008-09-24 Judah JacobsonDon't exit ghci if :info is called on an undefined...
2008-09-22 Simon MarlowFix to new executable allocation code (fixed print002...
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-09-18 pepeFix a couple of issues with :print
2008-04-18 pepewibble
2008-09-15 simonpj@microsoft.comMinor refactoring to get rid of Type.splitNewTyConApp
2008-09-15 Thomas SchillingGeneralise type of 'withExtendedLinkEnv'.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/InteractiveUI.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/GhciTags.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/Debugger.
2008-09-15 Thomas SchillingUse 'GhcMonad' in ghci/GhciMonad.
2008-09-03 Simon MarlowWindows: print an error message in addDLL
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-16 Ian LynaghWhen doing :l, abandon all breakpoints before we unload...
2008-08-13 Ian LynaghFollow changes in Cabal
2008-08-11 Simon Marlowbuild base3-compat
2008-07-31 Max BolingbrokeMinor refactoring in RtClosureInspect
2008-07-31 Max BolingbrokeHandle optSrcSpanFileName in InteractiveUI
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-30 Simon Marlowworkaround #2277: turn off the RTS timer when calling...
2008-07-24 Simon Marlowsmall cleanup
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-06-26 Ian LynaghFollow Cabal changes
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-16 Ian LynaghRemove an ifdef
2008-06-15 Ian LynaghRemove an ifdef
2008-06-15 Ian LynaghAllow -X flags to be deprecated, and deprecate RecordPu...
2008-06-14 Ian LynaghFix warnings in Linker
2008-06-14 Ian LynaghUse the right set of linkables in unload_wkr
2008-06-14 Ian LynaghUse bracket_ rather than bracket in withExtendedLinkEnv
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove some ifdeffery
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-05-28 Simon MarlowFIX #1970: ghci -hide-all-packages should work
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-20 Simon Marlowsort the output of :show packages
2008-05-15 Simon Marlowvalidate fix: eliminate a warning on non-Windows
2008-05-15 Simon MarlowFIX #2014: Template Haskell w/ mutually recursive modules
2008-05-14 Simon MarlowFIX #1288: GHCi wasn't adding the @n suffix to stdcalls...
2008-05-11 Ian LynaghFollow Cabal changes in ghci/Linker
2008-05-04 Ian LynaghMake ByteCodeGen warning-free
2008-05-03 Ian LynaghTiny code tweak in the definition of io in GhciMonad...
2008-05-03 Ian LynaghMake GhciMonad warning-free
2008-05-03 Ian LynaghTiny code recatoring in GhciTags
2008-05-03 Ian LynaghMake GhciTags warning-free
2008-05-03 Ian LynaghMake ObjLink warning-free
2008-04-29 Simon Marlowchange topHandlerFastExit to topHandler, so the termina...
2008-04-29 Simon Marlowdon't turn off stdin/stdout buffering after loading...
2008-04-27 Ian LynaghAdd :list to ghci's :? help; fixes trac #2217
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in InteractiveUI
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RtClosureInspect
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Linker
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ByteCodeGen
2008-04-21 pepeFix #2044 (:printing impredicatively typed things)
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
next