add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / Handle.hs
2010-03-30 Simon Marlowfix the deprecation message (GHC.IO.Handle.Base ->...
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-03-05 Simon MarlowFIX #2189: re-enabled cooked mode for Console-connected...
2009-03-05 Simon MarlowFIX #2189: re-enabled cooked mode for Console-connected...
2009-02-06 Simon MarlowFix #2971: we had lost the non-blocking flag on Handles...
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-08-01 Ian LynaghRemove unused imports
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 LynaghUse extensible exceptions at the lowest level
2008-07-30 Simon Marlowadd comment
2008-07-09 Simon MarlowMake threadWaitRead/threadWaitWrite partially useable...
2008-06-19 Simon MarlowFix #2363: getChar cannot be interrupted with -threaded
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-04-22 Simon Marlowdon't set O_NONBLOCK on FDs passed to fdToHandle
2008-03-05 Don Stewartuntabify
2008-02-20 Simon Marlowmention explicitly that hIsEOF may block
2008-01-24 Simon MarlowFIX #1936: hGetBufNonBlocking was blocking on stdin...
2008-01-20 Ross Patersonhaddock attributes for haddock-2.0
2007-11-30 Simon Marlowrestore fdToHandle' to avoid breaking clients (#1109)
2007-11-22 Simon MarlowFIX #1753
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-07-25 Simon MarlowHandle buffers should be allocated with newPinnedByteAr...
2007-07-22 Ian LynaghMove open(Binary)TempFile to System.IO
2007-07-21 Ian LynaghRename openFd to fdToHandle'
2007-07-19 Simon Marlowin hClose, free the handle buffer by replacing it with...
2007-06-28 Simon Marlowfix bug in writes to blocking FDs in the non-threaded RTS
2007-06-14 Simon MarlowFIX hGetBuf001: cut-and-pasto in readRawBufferNoBlock
2007-05-19 Ian LynaghSplit off directory, random and old-time packages
2007-05-15 Simon MarlowWhen doing safe writes, handle EAGAIN rather than raisi...
2007-05-07 Simon MarlowFIX: #724 (tee complains if used in a process started...
2007-04-04 Ian LynaghDon't use Fd/FD in foreign decls
2007-02-20 Ian LynaghKeep the same FD in both halves of a duplex handle...
2007-02-20 Ian LynaghFix FD changes on Windows
2007-02-19 Ian LynaghConsistently use CInt rather than Int for FDs
2006-09-17 brianlsmith@gmail.comFix syntax error that prevents building Haddock documen...
2006-09-27 Simon Marlowmake hGetBufNonBlocking do something on Windows w/...
2006-09-01 Simon Marlowfix hDuplicateTo on Windows
2006-08-11 sven.panne@aedion.deWarning police: Removed useless catch-all clause
2006-06-22 Simon Marlowdefault to NoBuffering on Windows for a read/write...
2005-12-13 simonmar[project @ 2005-12-13 13:28:53 by simonmar]
2005-07-08 sof[project @ 2005-07-08 17:17:31 by sof]
2005-05-27 simonmar[project @ 2005-05-27 19:26:34 by simonmar]
2005-04-25 simonmar[project @ 2005-04-25 13:25:08 by simonmar] arity-anal-branch-point
2005-04-22 sof[project @ 2005-04-22 16:07:36 by sof]
2005-04-06 simonmar[project @ 2005-04-06 22:05:58 by simonmar]
2005-02-03 ross[project @ 2005-02-03 10:32:11 by ross]
2005-02-01 simonmar[project @ 2005-02-01 13:02:37 by simonmar]
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-26 simonmar[project @ 2005-01-26 14:55:41 by simonmar]
2005-01-21 simonmar[project @ 2005-01-21 15:12:21 by simonmar]
2005-01-11 simonmar[project @ 2005-01-11 16:04:08 by simonmar]
2005-01-07 krasimir[project @ 2005-01-07 22:24:55 by krasimir]
2005-01-07 krasimir[project @ 2005-01-07 13:31:07 by krasimir]
2005-01-06 krasimir[project @ 2005-01-06 19:35:05 by krasimir]
2005-01-05 krasimir[project @ 2005-01-05 21:30:05 by krasimir]
2005-01-02 krasimir[project @ 2005-01-01 23:59:58 by krasimir]
2004-10-25 simonmar[project @ 2004-10-25 13:47:34 by simonmar]
2004-10-05 simonmar[project @ 2004-10-05 15:56:17 by simonmar]
2004-09-20 sof[project @ 2004-09-20 16:35:12 by sof]
2004-08-13 simonmar[project @ 2004-08-13 13:29:00 by simonmar]
2004-07-23 ross[project @ 2004-07-23 15:26:06 by ross]
2004-06-02 simonmar[project @ 2004-06-02 16:07:17 by simonmar]
2004-04-20 simonmar[project @ 2004-04-20 09:18:46 by simonmar]
2004-01-14 ross[project @ 2004-01-14 14:19:41 by ross]
2003-12-23 simonmar[project @ 2003-12-23 13:58:17 by simonmar]
2003-12-22 simonmar[project @ 2003-12-22 12:41:52 by simonmar]
2003-09-23 simonmar[project @ 2003-09-23 13:23:58 by simonmar]
2003-08-31 ross[project @ 2003-08-31 18:41:28 by ross]
2003-08-04 panne[project @ 2003-08-04 18:40:47 by panne]
2003-08-04 ross[project @ 2003-08-04 10:05:32 by ross]
2003-07-21 simonmar[project @ 2003-07-21 16:50:20 by simonmar]
2003-06-30 stolz[project @ 2003-06-30 14:08:24 by stolz]
2003-06-24 stolz[project @ 2003-06-24 09:40:51 by stolz]
2003-06-19 simonmar[project @ 2003-06-19 13:04:49 by simonmar]
2003-05-12 ross[project @ 2003-05-12 10:16:22 by ross]
2003-04-11 simonmar[project @ 2003-04-11 14:24:07 by simonmar]
2003-04-11 ross[project @ 2003-04-11 10:11:24 by ross]
2003-03-14 simonmar[project @ 2003-03-14 13:08:04 by simonmar]
2003-02-21 sof[project @ 2003-02-21 05:34:12 by sof]
2003-02-14 sof[project @ 2003-02-14 17:11:59 by sof]
2003-01-25 wolfgang[project @ 2003-01-25 15:54:51 by wolfgang]
2002-12-12 ross[project @ 2002-12-12 13:42:46 by ross]
2002-11-20 simonmar[project @ 2002-11-20 13:45:20 by simonmar]
2002-08-29 simonmar[project @ 2002-08-29 11:49:10 by simonmar]
2002-07-16 sof[project @ 2002-07-16 22:42:28 by sof]
2002-07-02 simonmar[project @ 2002-07-02 10:28:54 by simonmar]
2002-04-26 simonmar[project @ 2002-04-26 12:48:16 by simonmar]
2002-03-26 simonmar[project @ 2002-03-26 17:06:32 by simonmar]
2002-02-27 simonmar[project @ 2002-02-27 14:32:23 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]