Remove unnecessary parens
[ghc-base.git] / GHC /
2009-06-02 Ian LynaghRemove unnecessary parens
2009-05-29 simonpj@microsoft.comMake two type defaults explicit
2009-04-24 Ian LynaghAdd more bang patterns, needed to fix the 32bit build
2009-04-24 Ian LynaghUse a bang pattern when we where/let-bind values with...
2009-04-23 Simon MarlowFIX #3171: make sure we have only one table of signal...
2009-04-03 simonpj@microsoft.comDon't inline enumDeltaToInteger until its rules have...
2009-04-03 simonpj@microsoft.comImport GHC.Err so we see bottoming functions properly
2009-04-03 simonpj@microsoft.comDon't inline unpackCString
2009-03-30 Ian LynaghAvoid unnecessarily using Integer when decoding Floats
2009-03-24 Ian LynaghRemove some redundant fromInteger's
2009-03-05 Simon MarlowFIX #2189: re-enabled cooked mode for Console-connected...
2009-03-11 Simon Marlowavoid a space leak building up in the "prodding" IORef...
2009-03-05 Simon MarlowPartial fix for #2917
2009-03-05 Simon Marlowadd final newline; fix build (on Windows?)
2009-03-05 Simon MarlowFIX #2189: re-enabled cooked mode for Console-connected...
2009-02-20 Ian LynaghFix warnings: put imports inside ifdefs
2009-02-20 Ian Lynaghifdef out the syncIOManager export on Windows; fixes...
2009-02-19 Simon MarlowSet the IO manager pipe descriptors to FD_CLOEXEC
2009-02-19 Simon MarlowRewrite of signal-handling (base patch; see also ghc...
2009-02-06 Simon MarlowFix #2971: we had lost the non-blocking flag on Handles...
2009-01-31 Ian LynaghUpdate the Exception docs
2009-01-14 Ian LynaghMake Data.Typeable imports and exports more explicit
2009-01-14 Simon Marlow#2699: exit silently for EPIPE on stdout
2009-01-04 Ian LynaghAdd errno to the IOError type
2008-12-17 Simon Marlowextra dependencies for the new build system
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-10 Ivan TomacFIX #1364: added support for C finalizers that run...
2008-12-05 simonpj@microsoft.comUpdate INLINE pragmas for new INLINE story
2008-11-29 shelarcyFix typo (or out of date reference) in throwTo document...
2008-11-19 Ian LynaghAdd more description of what "round" does, from the...
2008-11-20 Simon Marlowre-instate the gcd/Integer and lcm/Integer RULES
2008-11-06 Simon Marlowadd GHC.Conc.runSparks (required by GHC patch "Run...
2008-10-16 Max BolingbrokeAdd AnnotationWrapper type so GHC can capture annotatio...
2008-10-16 Simon Marlowdocs about how exceptions are handled by forkIO'd threa...
2008-10-13 Clemens FruhwirthImport n_capabilities via import symbol when linking...
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-09-23 Simon MarlowRestore the Haskell 98 behaviour of Show Ratio (#1920)
2008-09-02 Simon Marlowdocs: mention that killThread on a completed thread...
2008-08-24 Ian LynaghWindows-only fixes for moving concurrent out of base
2008-08-23 Ian LynaghFix Windows-only warnings
2008-08-22 Ian LynaghFix Windows-only warnings in GHC.Conc
2008-08-21 Ian LynaghProvide blockedOnDeadMVar, blockedIndefinitely for...
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghSuppress a couple of warnings in GHC.PArr
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix some more warnings
2008-08-20 Ian LynaghIgnore some orphan warnings
2008-08-16 Ian LynaghFix hReady (trac #1063)
2008-08-07 Ian LynaghEq and Ord have moved into GHC.Classes
2008-08-06 Ian LynaghUse the proper CInt type in GHC.Unicode
2008-08-06 Ian LynaghImport wibbles
2008-08-06 Ian LynaghRemove more redundant GHC.Float imports
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-06 Ian LynaghRemove unused conditional import
2008-08-06 Ian LynaghSwap imports around to get GHC.ForeignPtr out of the...
2008-08-06 Ian LynaghMove some bits around to stop Data.Either being in...
2008-08-05 Ian LynaghRemove the DynIOError constructor of IOErrorType
2008-08-05 Ian LynaghMove some internals around to simplify the import graph...
2008-08-05 Ian LynaghMove the Char datatype into ghc-prim
2008-08-05 Ian LynaghRemove an unnecessary import
2008-08-05 Ian LynaghThe [] definition has moved to ghc-prim
2008-08-05 Ian LynaghFix warnings
2008-08-05 Ian LynaghAdd a missing case to Show AsyncException
2008-08-04 Ian LynaghRemove GHC.Dotnet
2008-08-04 Ian LynaghRemove some unnecessary Data.Tuple imports
2008-08-04 Ian LynaghChange some imports and derive Show (Either a b)
2008-08-03 Ian LynaghWindows fixes
2008-08-03 Ian LynaghRemove the duplicate definition of throwTo in Control...
2008-08-03 Ian LynaghRemove the only import of GHC.Exts
2008-08-03 Ian LynaghMove assertError into GHC.IOBase
2008-08-01 Ian LynaghRemove an unused import
2008-08-01 Ian LynaghRemove unused imports
2008-08-01 Ian LynaghGet rid of some duplicate imports
2008-08-01 Ian LynaghRemove the now-unused GHC/Conc.lhs-boot
2008-08-01 Ian LynaghMake some more imports non-recursive
2008-08-01 Ian LynaghRejig some code so Control.Exception and GHC.Conc don...
2008-08-01 Ian LynaghRemove the now-unused GHC/TopHandler.lhs-boot
2008-08-01 Ian LynaghReshuffle GHC.Conc/GHC.TopHandler a bit to remove a...
2008-08-01 Ian LynaghDon't import Control.Concurrent.MVar in GHC.TopHandler
2008-07-31 Ian LynaghTopHandler now uses the new extensible exceptions
2008-07-30 Ian LynaghComment wibble
2008-07-30 Ian LynaghMake numericEnumFrom more efficient
2008-07-30 Ian LynaghPut in some parens to clarify how things parse
2008-07-26 Bart Masseyapplied patches to make enumFrom and friends strict...
2008-07-30 Ian LynaghFix whitespace
2008-07-30 Ian LynaghRe-add blocked; it got lost in the extensible exception...
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-21 Ian LynaghDefine nonTermination for the RTS to use
2008-06-21 Ian LynaghUse extensible exceptions at the lowest level
2008-07-30 Simon Marlowadd comment
2008-07-30 Simon Marlowadd some big warnings to the docs for unsafeIOToSTM...
2008-07-30 Simon MarlowFIX #2376: inline shiftR
2008-07-10 Ian LynaghFix haddocking with older haddocks
2008-07-10 Simon MarlowAdd threadStatus :: ThreadId -> IO ThreadStatus
2008-07-09 Simon MarlowAdd Control.Exception.blocked :: IO Bool
2008-07-09 Simon MarlowFIX BUILD (on Windows)
2008-07-09 Simon MarlowMake threadWaitRead/threadWaitWrite partially useable...
2008-07-09 Simon MarlowFIX part of #2301
2008-06-24 Ian Lynagh() has moved to ghc-prim:GHC.Unit, and the Eq and Ord...
next