summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Handle/Text.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* base: Add bangs to GHC.IO.Handle.Text hGet* functionsBen Gamari2018-09-171-3/+3
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-8/+8
* Add NOINLINE pragma to hPutStr'Matthew Pickering2017-12-111-0/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* bufWrite: Save extra syscall when data fills handle buffer completely.Niklas Hambüchen2017-02-111-4/+21
* Fix: hPutBuf issues unnecessary empty write syscalls for large writes (#13246)Niklas Hambüchen2017-02-111-5/+8
* Use catchException in a few more placesBen Gamari2016-03-111-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-2/+2
* Fix #9236 Error on read from closed handleDavid Feuer2014-10-291-1/+4
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-26/+26
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-1/+0
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-2/+0
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Fix a commentIan Lynagh2013-06-151-1/+1
* Don't just fail if hGetBufSome is used on a non-FD: fall back on the slow pat...Max Bolingbroke2013-03-241-8/+5
* Ensure hGetBufSome does not cause potentially blocking reads (#5843)Paolo Capriotti2012-03-271-1/+2
* Go back to using private-use characters in roundtrippingMax Bolingbroke2011-11-181-8/+4
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* tweak unpack/unpack_nl to generate better Core (#5536)Simon Marlow2011-10-131-6/+24
* Improve performance of the unpack loopMax Bolingbroke2011-10-111-3/+10
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-5/+6
* Use Unicode private-use characters for roundtrippingMax Bolingbroke2011-05-181-4/+5
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+9
* fix silly mistake in hGetBufSome (#4895)Simon Marlow2011-01-211-1/+1
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-181-5/+6
* Encode immediately in hPutStr and hPutCharSimon Marlow2010-11-251-132/+82
* use LANGUAGE instead of OPTIONS_GHCSimon Marlow2010-11-241-2/+1
* Remove unnecessary fromIntegral callssimonpj@microsoft.com2010-11-161-5/+5
* hGetBuf: fix a case of a short read being returned (#4427)Simon Marlow2010-10-271-1/+1
* some fixes for hGetBufSomeSimon Marlow2010-09-161-3/+6
* Remove debugging code accidentally left inSimon Marlow2010-09-091-1/+1
* doc wibbleSimon Marlow2010-06-291-0/+1
* make the hGetBuf/hPutBuf family work with non-FD Handles (#4144)Simon Marlow2010-06-241-73/+58
* docs: note that hGetBufNonBlocking isn't non-blocking on WindowsSimon Marlow2010-06-151-0/+3
* hWaitForInput: don't try to read from the device (#4078)Simon Marlow2010-05-171-1/+1
* Fix for hGetBufSomeSimon Marlow2010-05-051-2/+2
* Add hGetBufSome, like hGetBuf but can return short readsSimon Marlow2010-05-041-32/+83
* remove old/wrong commentSimon Marlow2010-03-251-3/+0
* hGetContents: close the handle properly on errorSimon Marlow2009-11-251-5/+9
* Make hGetContents throw an exception if an error is encounteredSimon Marlow2009-10-121-6/+7
* Fix hWaitForInputSimon Marlow2009-08-271-7/+17
* Tweak the BufferedIO class to enable a memory-mapped file implementationSimon Marlow2009-08-051-2/+2
* Export Unicode and newline functionality from System.IO; update Haddock docsSimon Marlow2009-07-131-0/+8
* Fix "warn-unused-do-bind" warnings in GHC/IO/Handle/Text.hsIan Lynagh2009-07-101-14/+17
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-0/+961