Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / utils / Pretty.lhs
2011-04-03 Thomas SchillingAdd zeroWidthText to Pretty.
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2009-08-26 Simon MarlowFix part of #3398: pretty-printing always goes via...
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-02-02 Simon MarlowOptimise writing out the .s file
2008-07-31 Max BolingbrokeFollow FastString changes in Pretty
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-14 Simon MarlowMake showSDoc and printDoc use the same default width...
2008-07-11 Simon Marlowadd a comment to the effect that printDoc prints FastSt...
2008-04-12 Ian LynaghSLIT -> sLit in Prety.lhs
2008-02-18 Ian LynaghFix warnings in Pretty
2008-02-18 Ian LynaghWhitespace only
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-11-07 Simon MarlowFIX #1561: don't use tabs in pretty-printed output...
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-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-05-14 Michael D. AdamsTypo fix in a comment.
2007-04-20 Pepe IborraOutputable.cparen
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-03-01 simonpj@microsoft.comDo not go into an infinite loop when pretty-printer...
2006-10-11 Simon MarlowModule header tidyup #2
2006-04-07 Simon MarlowReorganisation of the source tree