summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Handle/Text.hs
Commit message (Expand)AuthorAgeFilesLines
* Suggestions due to hlintMatthew Pickering2022-02-241-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Perf: remove allocation in writeBlocks and fix comment (#14309)Sylvain Henry2021-12-111-32/+39
* winio: fixed bytestring reading interface.Tamar Christina2020-10-091-3/+8
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-78/+71
* winio: Remove redundant buffer write in Handle/Text.hs:bufReadEmptyAndreas Klebinger2020-07-151-2/+1
* winio: Remove commented out pragmaAndreas Klebinger2020-07-151-1/+0
* winio: Set handle offset when opening files in Append mode.Andreas Klebinger2020-07-151-1/+4
* winio: Fix offset set by bufReadEmpty.Andreas Klebinger2020-07-151-16/+22
* winio: Rewrite bufWrite.Andreas Klebinger2020-07-151-55/+67
* winio: Fix output truncation for writes larger than buffer sizeAndreas Klebinger2020-07-151-4/+11
* winio: Fix input truncation when reading from handle.Andreas Klebinger2020-07-151-13/+24
* winio: Refactor Buffer structures to be able to track async operationsTamar Christina2020-07-151-37/+43
* Fix the changelog/@since information for hGetContents'/getContents'/readFile'Ryan Scott2020-04-011-1/+1
* base: add strict IO functions: readFile', getContents', hGetContents'Lysxia2020-03-161-1/+86
* 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