add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / IO / FD.hs
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-15 Simon MarlowImprove docs for GHC.IO.FD.openFile
2011-03-29 Simon MarlowAdd GHC.IO.Handle.FD.openFileBlocking (#4248)
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-12-21 Simon MarlowAlways use 8k buffers instead of BUFSIZ
2010-12-13 Ian LynaghFix build on Windows
2010-12-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
2010-11-17 dimitris@microsoft.comFixing uses of fromIntegral for Windows
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-09-15 Simon MarlowWindows: map ERROR_NO_DATA to EPIPE, rather than EINVAL
2010-09-07 Edward Z. YangMore accurate isatty test for MinGW.
2010-08-10 Simon MarlowIntegrated new I/O manager
2010-04-13 Ian LynaghFix bitrot in IO debugging code
2009-08-05 Simon MarlowTweak the BufferedIO class to enable a memory-mapped...
2009-07-11 Ian LynaghFix build on Windows
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we just...
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-06-26 Simon Marlowset binary mode for existing FDs on Windows (fixes...
2009-06-25 Simon Marlowfix build failure on Windows
2009-06-24 Simon MarlowsetNonBlockingMode now takes a flag, can turn blocking...
2009-06-23 Simon Marlowfix bug in partial writes
2009-06-22 Simon MarlowTidy up use of read/write/recv/send; avoid unnecessary...
2009-06-18 Simon MarlowWindows: Unicode openFile and stat functions
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support