summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Foreign.hs
Commit message (Expand)AuthorAgeFilesLines
* Check the buffer size *before* calling the continuation in withEncodedCStringMatthew Pickering2021-07-231-13/+51
* Avoid creating unevaluated Int thunks when iterating in GHC.ForeignNeil Mitchell2018-09-081-4/+4
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-1/+2
* Remove redundant import; fix noteDavid Feuer2017-07-111-1/+0
* Change catch# demand signatureDavid Feuer2017-03-011-1/+19
* Fix memory leak from #12664Bartosz Nitka2016-10-071-0/+18
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-5/+5
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-1/+0
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-1/+1
* Fix import warningsIan Lynagh2013-06-061-1/+0
* Remove an import loopIan Lynagh2013-06-021-2/+2
* Remove commented types in module export listsIan Lynagh2012-10-271-7/+7
* Go back to using private-use characters in roundtrippingMax Bolingbroke2011-11-181-5/+4
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Fix a copy-and-paste-oIan Lynagh2011-07-071-1/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use Unicode private-use characters for roundtrippingMax Bolingbroke2011-05-181-4/+5
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-0/+255