ghc-hetmet.git
2007-11-09 claus.reinke... FIX 1463 (implement 'ghc-pkg find-module')
2007-11-14 Simon Marlowremove --define-name from the --help usage message...
2007-11-14 Simon MarlowFIX #1837: emit deprecated message for unversioned...
2007-11-14 Simon MarlowFix #782, #1483, #1649: Unicode GHCi input
2007-11-14 David WaernFix build
2007-11-14 simonpj@microsoft.comFIX Trac 1662: actually check for existentials in proc...
2007-11-14 simonpj@microsoft.comFIX Trac 1888; duplicate INLINE pragmas
2007-11-14 simonpj@microsoft.comRun the -frule-check pass more often (when asked)
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-10-04 Pepe Iborra Leftovers from the 1st GHCi debugger prototype
2007-09-28 Pepe IborraFollowing an indirection doesn't count as a RTTI step
2007-11-13 Simon MarlowFIX #1653 (partially): add -X flags to completion for...
2007-11-12 David WaernMerge from Haddock: Add <<url>> for images
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
2007-11-12 simonpj@microsoft.comComment re Trac #1220
2007-11-12 David WaernMerge from Haddock: Modify lexing of /../
2007-11-12 David WaernMerge from Haddock: allow blank lines inside code blocks
2007-11-12 David WaernMerge of a patch from the old Haddock branch:
2007-11-11 Ian LynaghRemove ex-extralibs from libraries/Makefile
2007-11-11 Ian LynaghRemove the X11 and HGL libraries from extralibs
2007-10-27 Ian Lynagharrows is no longer an extralib
2007-11-11 Ian LynaghTurn -fprint-bind-result off by default
2007-11-10 Ian LynaghDefine CPP in distrib/Makefile-bin-vars.in; fixes ... 2007-11-11
2007-11-10 Ian LynaghTweak gen_contents_index to work with Solaris's sh
2007-11-10 Ian LynaghUpdate install-sh
2007-11-10 Ian LynaghSupport more doc targets (html, pdf, etc) in the librar...
2007-11-10 Ian LynaghBuild Cabal user guide during "make", not only "make...
2007-11-10 Ian LynaghUse INSTALL_SCRIPT, not INSTALL_PROGRAM, when installin...
2007-11-10 Ian LynaghRename Parser.ly in the extralibs tarball; fixes #1859
2007-11-10 Ian LynaghAdd a path to the DocBook XSL Stylesheets search path
2007-10-31 Ian LynaghReplace "tail -n +2" with "sed 1d", as Solaris doesn...
2007-11-09 Ian LynaghFix typo: -XNoRank2Types -> -XRank2Types
2007-11-08 simonpj@microsoft.comFix Trac #1654: propagate name changes into CoreRules
2007-11-05 Simon Marloweliminate a bit of duplication
2007-11-08 Simon MarlowPad static literals to word size in the code generator
2007-11-07 Simon MarlowFIX #1617: reloading didn't change the :browse output...
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 #1561: don't use tabs in pretty-printed output...
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-07 Simon Marlowcatch up with removal of config.mk in the readline...
2007-11-06 simonpj@microsoft.comFix Trac #1813: generalise over *all* type variables...
2007-11-06 simonpj@microsoft.comFix Trac #1814 (staging interaction in Template Haskell...
2007-11-06 simonpj@microsoft.comImprove error messages
2007-11-06 simonpj@microsoft.comImprove manual entry for binding lexically scoped type...
2007-11-06 simonpj@microsoft.comRemove trailing spaces from programlisting lines
2007-11-06 simonpj@microsoft.comRemove unhelpful sentence (see Trac #1832)
2007-11-06 Simon Marlowfix stage 1 compilation
2007-11-06 Simon Marlowwarning police
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-06 Simon Marlowupdate to use latest changes to the GHC API (works...
2007-11-06 Simon Marlowwarning police
2007-11-05 Simon MarlowVarious improvements
2007-11-05 Simon Marlowbuild ghctags-inplace
2007-11-05 Simon Marlowupdates to ghctags code
2007-11-05 Simon Marloweliminate a bit of duplication
2007-11-05 Simon Marlowcatch up with changes to checkModule
2007-06-25 Simon Marlowreorder the imports
2007-06-25 Simon Marlowadd $(GHCTAGS)
2007-06-25 Simon Marlowfollow changes in HsRecFields
2007-06-25 Simon Marlowmerged patches relating to GhcTags from #946
2007-06-25 Simon MarlowRules to create TAGS using ghctags
2007-06-25 nr@eecs.harvard.edurequest for documentation of a new argument
2006-10-13 nr@eecs.harvard.edunew README file for utils/ghctags
2006-09-20 Norman Ramseyproper HC entry for bootstrapping in Makefile
2006-09-20 Norman Ramseyfirst cut at missing case for ids defined in pattern
2006-09-17 Norman Ramseychange representation of FoundThing
2006-09-17 Norman Ramseyget names of data constructors
2006-09-17 Norman Ramseydo notation for the Maybe monad
2006-09-17 Norman Ramseyload all files at once and compute tags for all
2006-09-17 Norman Ramseytell GHC not to generate code (thanks Simon M)
2006-09-16 Norman Ramseycover more cases; take GHC options on command line
2006-09-15 Norman Ramseyinitial, very incomplete tags generator
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-11-05 simonpj@microsoft.comComment warning about transparent newtypes
2007-11-05 simonpj@microsoft.comWibble to earlier case-merge fix
2007-11-05 simonpj@microsoft.comImprove pretty-printing of Core slightly (avoid indenti...
2007-11-05 simonpj@microsoft.comFix an old but subtle bug in the Simplifier
2007-11-05 simonpj@microsoft.comMake CoreLint give a more informative error message
2007-11-05 simonpj@microsoft.comComments about TH staging
2007-10-29 Aaron TombFix freeHaskellFunctionPtr for Darwin/i386
2007-11-03 Ian LynaghMERGED: Set interfacedir (using $topdir, not $httptopdir)
2007-10-29 Ian LynaghTeach ghc-pkg about $httptopdir
2007-11-03 Ian LynaghMERGED: installPackage needs to treat $httptopdir the...
2007-11-03 Ian LynaghMERGED: Define and use $httptopdir for the haddock...
2007-10-28 Ian LynaghWe need to copy .buildinfo files into the bindists
2007-11-02 Simon Marlow(>>>) now comes from GHC.Desugar
2007-11-02 simonpj@microsoft.comRefactor error recovery slightly
2007-11-02 simonpj@microsoft.comAvoid Haddock bug #1821
2007-11-01 simonpj@microsoft.comUpdate error message to mention -XPatternSignatures...
2007-11-01 simonpj@microsoft.comRejig the error messages a bit; fixes a minor bug
2007-11-01 David WaernRefactor Haddock options
2007-10-31 Simon Marlowclean ghci-inplace
2007-10-31 Simon Marlowclean Haddock droppings
2007-10-30 Manuel M T... Fix warning in OSMem for darwin
next