| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly escape character literals in Haddocks | Alec Theriault | 2019-02-15 | 1 | -5/+5 |
* | Fix ambiguous/out-of-scope Haddock identifiers | Alec Theriault | 2018-08-21 | 1 | -4/+5 |
* | Replace atomicModifyMutVar# | David Feuer | 2018-07-15 | 1 | -1/+1 |
* | Make System.IO.openTempFile thread-safe on Windows | Tamar Christina | 2018-01-02 | 1 | -33/+63 |
* | Add custom exception for fixIO | David Feuer | 2017-11-02 | 1 | -1/+6 |
* | Improve fixIO | David Feuer | 2017-05-03 | 1 | -7/+13 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -4/+4 |
* | base: Check for path separators chars in openTempFile' template string | Ben Gamari | 2017-03-29 | 1 | -2/+6 |
* | Fix a tiny typo | Ingo Blechschmidt | 2017-03-03 | 1 | -1/+1 |
* | Bring sanity to openTempFile | Ben Gamari | 2017-02-26 | 1 | -5/+8 |
* | Allow CallStacks to be frozen | Eric Seidel | 2015-12-23 | 1 | -1/+1 |
* | Fix error messages from open(Binary)TempFileWithDefaultPermissions | Reid Barton | 2015-05-19 | 1 | -2/+2 |
* | Import rand using capi | Reid Barton | 2015-04-09 | 1 | -2/+2 |
* | `M-x delete-trailing-whitespace` & `M-x untabify` | Herbert Valerio Riedel | 2014-09-24 | 1 | -9/+9 |
* | Simplify import-graph a bit more | Herbert Valerio Riedel | 2014-09-21 | 1 | -1/+1 |
* | Fix validate fallout | Austin Seipp | 2014-07-28 | 1 | -1/+0 |
* | base: make System.IO.openTempFile generate less predictable names | Sergei Trofimovich | 2014-07-28 | 1 | -8/+16 |
* | Fix Windows build. | Austin Seipp | 2013-10-01 | 1 | -8/+8 |
* | Drop redundant `{-# LANGUAGE #-}` pragmas | Herbert Valerio Riedel | 2013-09-28 | 1 | -1/+0 |
* | Constant-fold `__GLASGOW_HASKELL__` CPP conditionals | Herbert Valerio Riedel | 2013-09-17 | 1 | -20/+3 |
* | Remove Hugs98 specific code | Herbert Valerio Riedel | 2013-09-17 | 1 | -19/+2 |
* | Remove nhc98-specific files and content | Ian Lynagh | 2013-02-15 | 1 | -73/+4 |
* | Remove commented types in module export lists | Ian Lynagh | 2012-10-27 | 1 | -54/+54 |
* | Fix warning. | Paolo Capriotti | 2012-06-08 | 1 | -0/+2 |
* | Allow openTempFile to retry when it hits a directory (#4968). | Paolo Capriotti | 2012-06-07 | 1 | -3/+25 |
* | Refactor findTempName: factor out file creation. | Paolo Capriotti | 2012-06-07 | 1 | -25/+39 |
* | Make the fileSystemEncoding/localeEncoding/foreignEncoding mutable | Max Bolingbroke | 2011-11-18 | 1 | -2/+9 |
* | use MVar to define fixIO, for thread-safety (see #5421) | Simon Marlow | 2011-11-04 | 1 | -4/+15 |
* | Update base for latest Safe Haskell. | David Terei | 2011-10-25 | 1 | -0/+1 |
* | SafeHaskell: Added SafeHaskell to base | David Terei | 2011-06-18 | 1 | -0/+1 |
* | Add System.IO.char8, the encoding used by openBinaryFile, | Simon Marlow | 2011-05-24 | 1 | -0/+1 |
* | Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this | Max Bolingbroke | 2011-05-14 | 1 | -1/+1 |
* | Use explicit language extensions & remove extension fields from base.cabal | simonpj@microsoft.com | 2011-01-28 | 1 | -1/+2 |
* | Encode immediately in hPutStr and hPutChar | Simon Marlow | 2010-11-25 | 1 | -10/+2 |
* | Remove unnecessary fromIntegral calls | simonpj@microsoft.com | 2010-11-16 | 1 | -2/+1 |
* | document exception-overriding behaviour in withFile | Simon Marlow | 2010-07-14 | 1 | -1/+3 |
* | Remove duplicated word in documentation | Simon Hengel | 2010-07-11 | 1 | -1/+1 |
* | doc updates in System.IO | Simon Marlow | 2010-06-29 | 1 | -2/+10 |
* | export hGetBufSome (#4046) | Simon Marlow | 2010-05-20 | 1 | -0/+2 |
* | fix #3832: use the locale encoding in openTempFile | Simon Marlow | 2010-01-20 | 1 | -5/+15 |
* | Fix gratuitous breakage of nhc98 in System.IO. | Malcolm.Wallace@cs.york.ac.uk | 2009-10-09 | 1 | -0/+2 |
* | On Windows, use the console code page for text file encoding/decoding. | Judah Jacobson | 2009-09-13 | 1 | -3/+3 |
* | Apply proposal #3393 | Ian Lynagh | 2009-08-09 | 1 | -6/+24 |
* | remove unused warning | Simon Marlow | 2009-07-15 | 1 | -1/+0 |
* | Add hGetEncoding :: Handle -> IO (Maybe TextEncoding) | Simon Marlow | 2009-07-15 | 1 | -0/+1 |
* | Add the utf8_bom codec | Simon Marlow | 2009-07-15 | 1 | -1/+1 |
* | Export Unicode and newline functionality from System.IO; update Haddock docs | Simon Marlow | 2009-07-13 | 1 | -1/+58 |
* | Remove unused imports from base | simonpj@microsoft.com | 2009-07-06 | 1 | -1/+1 |
* | Windows: Unicode openFile and stat functions | Simon Marlow | 2009-06-18 | 1 | -2/+1 |
* | Rewrite of the IO library, including Unicode support | Simon Marlow | 2009-06-12 | 1 | -3/+6 |