Tweak the BufferedIO class to enable a memory-mapped file implementation
[ghc-base.git] / GHC / IO / FD.hs
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