add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / IO.hs
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-03-03 Bas van DijkDeprecate Control.Exception.blocked in favour of getMas...
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-09-24 Bas van DijkReplaced some throws to throwIOs where the type is IO
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2010-05-05 Simon Marlowelaborate the docs for unsafePerformIO a bit
2009-11-26 Ian LynaghRemove an unnecessary -fno-warn-orphans flag
2009-09-16 Simon MarlowUse let !y = x in .. x .. instead of seq in $! and...
2009-07-22 Simon MarlowMove the instances of Functor and Monad IO to GHC.Base...
2009-07-15 Simon Marlowwarning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
2009-07-09 Ian LynaghFix "warn-unused-do-bind" warnings where we really...
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-04-24 Ian LynaghUse a bang pattern when we where/let-bind values with...
2009-01-04 Ian LynaghAdd errno to the IOError type
2008-08-23 Ian LynaghFix Windows-only warnings
2008-08-20 Ian LynaghFix some more warnings
2008-08-16 Ian LynaghFix hReady (trac #1063)
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-03-21 Ian LynaghRemove a gratuitous pattern type sig
2008-03-05 Don Stewartuntabify
2008-01-24 Simon MarlowFIX #1936: hGetBufNonBlocking was blocking on stdin...
2008-01-20 Ross Patersonhaddock attributes for haddock-2.0
2007-11-22 Simon MarlowFIX #1753
2007-05-07 Simon MarlowFIX: #724 (tee complains if used in a process started...
2007-04-03 Ian LynaghFix type mismatches between foreign imports and HsBase.h
2007-02-20 Ian LynaghRemove more redundant FD conversions
2007-02-20 Ian LynaghFix FD changes on Windows
2007-02-06 Ian LynaghWhitespace changes only
2007-02-06 Ian LynaghAdd some type sigs
2006-11-07 Simon MarlowUpdate documentation for hWaitForInput
2006-09-27 Simon Marlowmake hGetBufNonBlocking do something on Windows w/...
2005-10-05 simonmar[project @ 2005-10-05 14:04:28 by simonmar]
2005-02-03 ross[project @ 2005-02-03 10:32:11 by ross]
2005-01-28 simonmar[project @ 2005-01-28 15:03:06 by simonmar]
2005-01-28 simonmar[project @ 2005-01-28 13:36:25 by simonmar]
2005-01-11 simonmar[project @ 2005-01-11 16:04:08 by simonmar]
2004-10-05 simonmar[project @ 2004-10-05 12:51:33 by simonmar]
2004-08-13 simonmar[project @ 2004-08-13 13:29:00 by simonmar]
2004-03-03 ross[project @ 2004-03-03 11:47:42 by ross]
2004-02-17 simonmar[project @ 2004-02-17 11:21:04 by simonmar]
2003-12-23 simonmar[project @ 2003-12-23 13:58:17 by simonmar]
2003-12-23 simonmar[project @ 2003-12-23 12:35:34 by simonmar]
2003-12-22 simonmar[project @ 2003-12-22 12:23:35 by simonmar]
2003-10-21 simonmar[project @ 2003-10-21 14:00:20 by simonmar]
2003-10-21 simonmar[project @ 2003-10-21 13:57:39 by simonmar]
2003-09-23 sof[project @ 2003-09-23 18:59:43 by sof]
2003-09-23 sof[project @ 2003-09-23 17:33:12 by sof]
2003-09-23 simonmar[project @ 2003-09-23 13:26:30 by simonmar]
2003-08-04 ross[project @ 2003-08-04 10:05:32 by ross]
2003-04-30 simonmar[project @ 2003-04-30 08:36:21 by simonmar]
2003-04-11 ross[project @ 2003-04-11 10:11:24 by ross]
2003-02-21 sof[project @ 2003-02-21 05:34:12 by sof]
2002-12-12 ross[project @ 2002-12-12 13:42:46 by ross]
2002-06-18 simonmar[project @ 2002-06-18 13:01:43 by simonmar]
2002-05-10 simonmar[project @ 2002-05-10 14:52:00 by simonmar]
2002-04-26 simonmar[project @ 2002-04-26 12:48:16 by simonmar]
2002-03-18 simonmar[project @ 2002-03-18 14:03:20 by simonmar]
2002-02-11 simonmar[project @ 2002-02-11 12:28:31 by simonmar]
2002-02-07 simonmar[project @ 2002-02-07 11:13:29 by simonmar]
2002-02-05 simonmar[project @ 2002-02-05 17:32:24 by simonmar]
2002-01-02 simonmar[project @ 2002-01-02 14:40:09 by simonmar]
2001-12-21 simonmar[project @ 2001-12-21 15:07:20 by simonmar]