summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Buffer.hs
Commit message (Expand)AuthorAgeFilesLines
* base: Use unsafeWithForeignPtr in GHC.IO.BufferBen Gamari2021-02-141-5/+6
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-1/+1
* winio: Don't drop buffer offset in byteView/cwcharViewAndreas Klebinger2020-07-151-4/+3
* winio: Rewrite bufWrite.Andreas Klebinger2020-07-151-0/+4
* winio: Fix output truncation for writes larger than buffer sizeAndreas Klebinger2020-07-151-1/+1
* winio: Fix input truncation when reading from handle.Andreas Klebinger2020-07-151-1/+2
* winio: Refactor Buffer structures to be able to track async operationsTamar Christina2020-07-151-7/+44
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+2
* Make GHC.IO.Buffer.summaryBuffer strictSimon Peyton Jones2017-10-031-2/+3
* Prefer #if defined to #ifdefBen Gamari2017-04-281-6/+6
* Typos in changelog and commentsGabor Greif2017-03-071-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-10-251-11/+11
* Fix a popular typoGabor Greif2014-02-011-1/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* GHC.IO.Buffer: use memmove instead of memcpy in slideContentsJoey Adams2012-12-281-3/+3
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+3
* un-hide some modules from the Haddock docsSimon Marlow2009-08-251-1/+0
* Tweak the BufferedIO class to enable a memory-mapped file implementationSimon Marlow2009-08-051-17/+17
* warning fix: -fno-implicit-prelude -> -XNoImplicitPreludeSimon Marlow2009-07-151-1/+1
* add a comment about the non-workingness of CHARBUF_UTF16Simon Marlow2009-07-071-1/+9
* Fix "warn-unused-do-bind" warnings where we really do want to ignore the resultIan Lynagh2009-07-091-1/+3
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-0/+278