Fix warnings
[ghc-hetmet.git] / compiler / utils / Util.lhs
2011-04-21 Ian LynaghRename "extra-gcc-opts" to "settings", and start genera...
2011-04-08 Simon MarlowForce re-linking if the options have changed (#4451)
2011-01-07 simonpj@microsoft.comMake fuzzy matching a little less eager for short ident...
2010-12-22 simonpj@microsoft.comAdd fuzzyLookup, a variant of fuzzyMatch
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-05-10 Simon MarlowlooksLikeModuleName: allow apostrophe in module names...
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-02-08 simonpj@microsoft.comRemove redundant import
2010-01-03 Simon MarlowlocateOneObj: don't look for dynamic libs in static...
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-10-05 Ian LynaghUse the standard library versions of elem and notElem
2009-08-22 Thomas SchillingMake consIORef atomic.
2009-08-20 Simon Marlowgeneralise the type of "on"
2009-08-17 Thomas SchillingMake the dynamic linker thread-safe.
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2008-09-15 simonpj@microsoft.comImprove warning for SpecConstr
2008-08-18 Simon Marlowuse System.FilePath's isSearchPathSeparator instead...
2008-08-07 Max BolingbrokeDocument Util
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-20 Ian LynaghNow that we require GHC >= 6.4.2, System.IO.Error is...
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove some ifdeffery
2008-06-12 Ian LynaghRemove some CPPery with the help of a new value isWindo...
2008-05-13 Ian LynaghRewrite zipLazy to be warning-free for GHC 6.4
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghPut debugIsOn in Util, rather than rely on it being...
2008-01-19 Ian LynaghAdd :run and tweak :main
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-17 simonpj@microsoft.comEliminate warnings with -DDEBUG
2008-01-16 Ian LynaghFix slash direction on Windows with the new filePath...
2008-01-14 mainland@eecs.harv... Fix utils/Util for debug build
2008-01-13 Ian LynaghFix warnings in utils/Util
2008-01-12 Ian LynaghUse System.FilePath
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-09-12 Simon Marlowfoldl1' was added to Data.List in GHC 6.4.x
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-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-08-04 Ian LynaghAdd a comment about when maybePrefixMatch can be removed
2007-07-13 Michael D. AdamsWarning Police: Unused imports
2007-07-06 Ian LynaghRemove foldl' from Util; use the Data.List one instead
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-02 Ian LynaghRemove the unused "Eager monad"
2007-07-02 Ian LynaghAdd a type signature
2007-07-02 Ian LynaghRemove unused functions (applyToPair, applyToFst, apply...
2007-07-02 Ian LynaghRemove unused cfst (== const)
2007-07-02 Ian LynaghRemove prefixMatch and suffixMatch from Util
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-11-10 simonpj@microsoft.comAdd new utility function, partitionWith
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-17 rjmccall@gmail.comModify toArgs to parse quotes/escapes like /bin/sh
2006-09-23 simonpj@microsoft.comMove snocView in the file, nearer the other spliting...
2006-08-15 simonpj@microsoft.comMoving list-length code from one place in the file...
2006-08-08 simonpj@microsoft.comGroup exports so that all length functions are together...
2006-04-07 Simon MarlowReorganisation of the source tree