| Commit message (Expand) | Author | Age | Files | Lines |
* | Add System.IO.char8, the encoding used by openBinaryFile, | Simon Marlow | 2011-05-24 | 2 | -2/+13 |
* | Change to the 0xEF80..0xEFFF private-use range for //ROUNDTRIP | Max Bolingbroke | 2011-05-18 | 1 | -4/+4 |
* | Use Unicode private-use characters for roundtripping | Max Bolingbroke | 2011-05-18 | 4 | -20/+76 |
* | Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this | Max Bolingbroke | 2011-05-14 | 12 | -386/+604 |
* | Improve docs for GHC.IO.FD.openFile | Simon Marlow | 2011-04-15 | 1 | -3/+7 |
* | Document invariants on mkText{Decoder,Encoder} | Max Bolingbroke | 2011-04-04 | 1 | -2/+6 |
* | Change some uses of CString functions to CAString instead | Max Bolingbroke | 2011-04-03 | 2 | -11/+17 |
* | Fix handling of suffixes for GNU iconv | Max Bolingbroke | 2011-04-03 | 1 | -2/+7 |
* | Change debug prints in readTextDevice' to refer to right function | Max Bolingbroke | 2011-04-03 | 1 | -2/+2 |
* | fix Haddock error | Simon Marlow | 2011-03-29 | 1 | -1/+1 |
* | Add GHC.IO.Handle.FD.openFileBlocking (#4248) | Simon Marlow | 2011-03-29 | 2 | -16/+33 |
* | add missing extensions for Windows | Simon Marlow | 2011-01-31 | 3 | -3/+4 |
* | add NoImplicitPrelude (fix Windows build failure) | Simon Marlow | 2011-01-31 | 2 | -2/+2 |
* | Use explicit language extensions & remove extension fields from base.cabal | simonpj@microsoft.com | 2011-01-28 | 22 | -26/+93 |
* | fix silly mistake in hGetBufSome (#4895) | Simon Marlow | 2011-01-21 | 1 | -1/+1 |
* | Always use 8k buffers instead of BUFSIZ | Simon Marlow | 2010-12-21 | 2 | -2/+9 |
* | Replace uses of the old catch function with the new one | Ian Lynagh | 2010-12-18 | 1 | -5/+6 |
* | Fix build on Windows | Ian Lynagh | 2010-12-13 | 1 | -8/+8 |
* | Drop closeFd from Control.Concurrent, rename to closeFdWith | Bryan O'Sullivan | 2010-12-06 | 1 | -1/+1 |
* | Fix #4514 - IO manager deadlock | Bryan O'Sullivan | 2010-11-26 | 1 | -5/+7 |
* | fix a discarded exception in hClose | Simon Marlow | 2010-12-01 | 1 | -6/+3 |
* | check for ClosedHandle in read/write operations on DuplexHandles (#4808) | Simon Marlow | 2010-12-01 | 1 | -2/+6 |
* | fix hTell behaviour with Unicode Handles | Simon Marlow | 2010-11-25 | 1 | -5/+8 |
* | Encode immediately in hPutStr and hPutChar | Simon Marlow | 2010-11-25 | 4 | -226/+194 |
* | Don't throw an error if the output buffer had no room | Simon Marlow | 2010-11-24 | 1 | -6/+6 |
* | use LANGUAGE instead of OPTIONS_GHC | Simon Marlow | 2010-11-24 | 3 | -5/+4 |
* | Fixing uses of fromIntegral for Windows | dimitris@microsoft.com | 2010-11-17 | 1 | -3/+5 |
* | Remove unnecessary fromIntegral calls | simonpj@microsoft.com | 2010-11-16 | 4 | -23/+18 |
* | Add some comments to the generated Table.hs | Ian Lynagh | 2010-11-13 | 1 | -1/+4 |
* | Re-gen GHC/IO/Encoding/CodePage/Table.hs | Ian Lynagh | 2010-10-31 | 1 | -1/+0 |
* | hGetBuf: fix a case of a short read being returned (#4427) | Simon Marlow | 2010-10-27 | 1 | -1/+1 |
* | Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl... | simonpj@microsoft.com | 2010-10-22 | 1 | -1/+0 |
* | doc tweak for Directory file type: file names are '\0'-separated | Simon Marlow | 2010-09-22 | 1 | -8/+7 |
* | documentation for IODeviceType (#4317, edited by me) | Simon Marlow | 2010-09-15 | 1 | -4/+29 |
* | some fixes for hGetBufSome | Simon Marlow | 2010-09-16 | 1 | -3/+6 |
* | Windows: map ERROR_NO_DATA to EPIPE, rather than EINVAL | Simon Marlow | 2010-09-15 | 1 | -1/+13 |
* | Add missing import, fixes build on windows | simonpj@microsoft.com | 2010-09-14 | 1 | -0/+1 |
* | Add a suitable Show instance for TextEncoding (#4273) | Simon Marlow | 2010-09-13 | 7 | -13/+33 |
* | don't fill a finalized handle with an error (see comment) | Simon Marlow | 2010-09-13 | 1 | -8/+15 |
* | deriving (Eq, Ord, Read, Show) for Newline and NewlineMode | Simon Marlow | 2010-09-13 | 1 | -2/+2 |
* | avoid Foreign.unsafePerformIO | Ross Paterson | 2010-09-09 | 2 | -2/+3 |
* | Remove debugging code accidentally left in | Simon Marlow | 2010-09-09 | 1 | -1/+1 |
* | More accurate isatty test for MinGW. | Edward Z. Yang | 2010-09-07 | 1 | -1/+6 |
* | Add a missing castPtr (only shows up in -DDEBUG) | simonpj@microsoft.com | 2010-08-15 | 1 | -1/+2 |
* | Integrated new I/O manager | Simon Marlow | 2010-08-10 | 2 | -2/+2 |
* | doc formatting fix | Simon Marlow | 2010-07-14 | 1 | -1/+2 |
* | Fix typo in documentation | Simon Hengel | 2010-07-11 | 1 | -1/+1 |
* | New asynchronous exception control API (base parts) | Simon Marlow | 2010-07-08 | 1 | -2/+2 |
* | Fix a few places where we forgot to close the text codecs (#4029) | Simon Marlow | 2010-07-02 | 3 | -5/+14 |
* | doc wibble | Simon Marlow | 2010-06-29 | 1 | -0/+1 |