summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation for !HAVE_FLOCKHerbert Valerio Riedel2017-04-231-0/+4
* base: update comment to match the change from e134af01Andrzej Rybczak2017-04-211-3/+2
* base: Fix offset initialization of Windows hLock implementationBen Gamari2017-04-211-3/+2
* Make unsafeInterleaveST less unsafeDavid Feuer2017-03-221-1/+15
* Decrease locked region size on Windows to fix ERROR_LOCK_INVALID_RANGEAndrzej Rybczak2017-03-151-4/+4
* Typos in changelog and commentsGabor Greif2017-03-071-1/+1
* base: Kill out-of-date NotesBen Gamari2017-03-061-27/+0
* Fix windows build broken by D3080 (0d86aa5904e5a06c93632357122e57e4e118fd2a)Tamar Christina2017-02-281-1/+0
* Add support for concurrent package db access and updatesAndrzej Rybczak2017-02-263-14/+194
* 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
* Fix: Default FD buffer size is not a power of 2 (#13245)Niklas Hambüchen2017-02-111-1/+1
* Throw an exception on heap overflowDemi Obenour2017-01-101-1/+8
* Make CompactionFailed a newtypeRyan Scott2016-12-201-2/+2
* base: Make raw buffer IO operations more strictBen Gamari2016-12-131-10/+10
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+31
* Fix naming of the native latin1 encodingsKai Ruemmler2016-12-011-2/+2
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-066-0/+33
* Always use native-Haskell de/encoders for ASCII and latin1Thomas Miedema2016-05-241-15/+19
* Use the correct return type for Windows' send()/recv() (Fix #12010)Tamar Christina2016-05-191-8/+8
* Use catchException in a few more placesBen Gamari2016-03-111-1/+1
* Using unsafe foreign import for rtsSupportsBoundThreads (part of #9696)Marcin Mrotek2016-03-051-1/+1
* Fix docstring GHC.IO.Handle.FD.openFileBLockingThomas Miedema2016-01-211-3/+3
* Add -prof stack trace to assertSimon Marlow2016-01-131-3/+9
* Allow CallStacks to be frozenEric Seidel2015-12-236-15/+15
* IO Handles: update comments [skip ci]Thomas Miedema2015-12-173-7/+11
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-165-7/+7
* Mention "handle is semi-closed" in error messagesThomas Miedema2015-12-152-10/+14
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-121-1/+1
* More typos in comments/docsGabor Greif2015-12-091-1/+1
* Use builtin ISO 8859-1 decoder in mkTextEncodingHerbert Valerio Riedel2015-12-041-0/+2
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-131-0/+180
* base: Update `@since 4.8.2` annotations (re #11026)Herbert Valerio Riedel2015-11-021-2/+2
* base: export allocation counter/limit API from System.MemSimon Marlow2015-09-231-2/+2
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-4/+6
* Make Exception datatypes into newtypesRyanGlScott2015-08-051-1/+1
* Update encoding001 to test the full range of non-surrogate code pointsReid Barton2015-07-231-4/+5
* When iconv is unavailable, use an ASCII encoding to encode ASCIIReid Barton2015-07-212-6/+81
* Fix self-contained handling of ASCII encodingBen Gamari2015-07-102-17/+43
* base: fix #10298 & #7695Austin Seipp2015-05-281-1/+13
* Derive Generic instance for System.Exit.ExitCodeHerbert Valerio Riedel2015-04-141-2/+3
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-073-19/+5
* Removed unused constrained which causes build to fail with -WerrorTamar Christina2015-03-021-1/+1
* AllocationLimitExceeded should be a child of SomeAsyncExceptionSimon Marlow2015-02-261-1/+3
* System.IO.Error: Fix a documentation link to Control.Exception.ExceptionWieland Hoffmann2015-02-231-1/+1
* Fix typo in error messageGabor Greif2015-02-171-1/+1
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-168-22/+22
* Changelog entry and /Since/ for alloc-counter opsHerbert Valerio Riedel2014-11-241-0/+2
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+3
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-211-0/+1