summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO
Commit message (Expand)AuthorAgeFilesLines
* Add System.IO.char8, the encoding used by openBinaryFile,Simon Marlow2011-05-242-2/+13
* Change to the 0xEF80..0xEFFF private-use range for //ROUNDTRIPMax Bolingbroke2011-05-181-4/+4
* Use Unicode private-use characters for roundtrippingMax Bolingbroke2011-05-184-20/+76
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-1412-386/+604
* Improve docs for GHC.IO.FD.openFileSimon Marlow2011-04-151-3/+7
* Document invariants on mkText{Decoder,Encoder}Max Bolingbroke2011-04-041-2/+6
* Change some uses of CString functions to CAString insteadMax Bolingbroke2011-04-032-11/+17
* Fix handling of suffixes for GNU iconvMax Bolingbroke2011-04-031-2/+7
* Change debug prints in readTextDevice' to refer to right functionMax Bolingbroke2011-04-031-2/+2
* fix Haddock errorSimon Marlow2011-03-291-1/+1
* Add GHC.IO.Handle.FD.openFileBlocking (#4248)Simon Marlow2011-03-292-16/+33
* add missing extensions for WindowsSimon Marlow2011-01-313-3/+4
* add NoImplicitPrelude (fix Windows build failure)Simon Marlow2011-01-312-2/+2
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-2822-26/+93
* fix silly mistake in hGetBufSome (#4895)Simon Marlow2011-01-211-1/+1
* Always use 8k buffers instead of BUFSIZSimon Marlow2010-12-212-2/+9
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-5/+6
* Fix build on WindowsIan Lynagh2010-12-131-8/+8
* Drop closeFd from Control.Concurrent, rename to closeFdWithBryan O'Sullivan2010-12-061-1/+1
* Fix #4514 - IO manager deadlockBryan O'Sullivan2010-11-261-5/+7
* fix a discarded exception in hCloseSimon Marlow2010-12-011-6/+3
* check for ClosedHandle in read/write operations on DuplexHandles (#4808)Simon Marlow2010-12-011-2/+6
* fix hTell behaviour with Unicode HandlesSimon Marlow2010-11-251-5/+8
* Encode immediately in hPutStr and hPutCharSimon Marlow2010-11-254-226/+194
* Don't throw an error if the output buffer had no roomSimon Marlow2010-11-241-6/+6
* use LANGUAGE instead of OPTIONS_GHCSimon Marlow2010-11-243-5/+4
* Fixing uses of fromIntegral for Windowsdimitris@microsoft.com2010-11-171-3/+5
* Remove unnecessary fromIntegral callssimonpj@microsoft.com2010-11-164-23/+18
* Add some comments to the generated Table.hsIan Lynagh2010-11-131-1/+4
* Re-gen GHC/IO/Encoding/CodePage/Table.hsIan Lynagh2010-10-311-1/+0
* hGetBuf: fix a case of a short read being returned (#4427)Simon Marlow2010-10-271-1/+1
* Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl...simonpj@microsoft.com2010-10-221-1/+0
* doc tweak for Directory file type: file names are '\0'-separatedSimon Marlow2010-09-221-8/+7
* documentation for IODeviceType (#4317, edited by me)Simon Marlow2010-09-151-4/+29
* some fixes for hGetBufSomeSimon Marlow2010-09-161-3/+6
* Windows: map ERROR_NO_DATA to EPIPE, rather than EINVALSimon Marlow2010-09-151-1/+13
* Add missing import, fixes build on windowssimonpj@microsoft.com2010-09-141-0/+1
* Add a suitable Show instance for TextEncoding (#4273)Simon Marlow2010-09-137-13/+33
* don't fill a finalized handle with an error (see comment)Simon Marlow2010-09-131-8/+15
* deriving (Eq, Ord, Read, Show) for Newline and NewlineModeSimon Marlow2010-09-131-2/+2
* avoid Foreign.unsafePerformIORoss Paterson2010-09-092-2/+3
* Remove debugging code accidentally left inSimon Marlow2010-09-091-1/+1
* More accurate isatty test for MinGW.Edward Z. Yang2010-09-071-1/+6
* Add a missing castPtr (only shows up in -DDEBUG)simonpj@microsoft.com2010-08-151-1/+2
* Integrated new I/O managerSimon Marlow2010-08-102-2/+2
* doc formatting fixSimon Marlow2010-07-141-1/+2
* Fix typo in documentationSimon Hengel2010-07-111-1/+1
* New asynchronous exception control API (base parts)Simon Marlow2010-07-081-2/+2
* Fix a few places where we forgot to close the text codecs (#4029)Simon Marlow2010-07-023-5/+14
* doc wibbleSimon Marlow2010-06-291-0/+1