summaryrefslogtreecommitdiff
path: root/libraries/base/System/Posix/Internals.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-3/+3
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-011-46/+17
* Use the correct return type for Windows' send()/recv() (Fix #12010)Tamar Christina2016-05-191-21/+20
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-111-32/+99
* Define CTYPE for more Posix typesHerbert Valerio Riedel2016-01-301-10/+10
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-111-7/+7
* Revert "Add export lists to some modules."Austin Seipp2015-01-191-25/+2
* Add export lists to some modules.David Feuer2014-12-271-2/+25
* Set proper `CTYPE` for POSIX `CGroup`Herbert Valerio Riedel2014-12-061-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-11/+11
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-4/+1
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-2/+1
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-15/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-8/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-20/+3
* Use capi for mkfifo, tcsetattr and tcgetattr (for Android)Simon Marlow2013-01-301-3/+6
* Add newFilePath to System.Posix.InternalsIan Lynagh2012-12-011-0/+6
* Change a few FFI imports to use CAPIIan Lynagh2012-05-201-4/+20
* Use CAPI for lseekIan Lynagh2012-02-261-2/+5
* Convert some FFI bindings to use "value" importsIan Lynagh2012-02-261-4/+4
* Fix an FFI decl: it should have been using capi but was using ccallIan Lynagh2012-02-221-1/+1
* Change CSigset into a (empty) datatypeIan Lynagh2012-02-221-2/+3
* Convert some more declarations to use the CAPIIan Lynagh2012-02-211-6/+6
* Redo the sigset capi changesIan Lynagh2012-02-211-4/+4
* Roll back the sigset capi changesIan Lynagh2011-12-041-3/+3
* Use capi to define the fcntl FFI importsIan Lynagh2011-11-291-3/+3
* Use capi some more (part of #5480)Ian Lynagh2011-11-291-1/+1
* Convert come FFI bindings to use the capi calling conventionIan Lynagh2011-11-281-4/+4
* Make the fileSystemEncoding/localeEncoding/foreignEncoding mutableMax Bolingbroke2011-11-181-4/+4
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-1/+33
* Remove a redundant -fno-warn-unused-binds flagIan Lynagh2011-04-241-1/+0
* Add GHC.IO.Handle.FD.openFileBlocking (#4248)Simon Marlow2011-03-291-0/+3
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+1
* More accurate isatty test for MinGW.Edward Z. Yang2010-09-071-0/+3
* Move comment closer to the offending lineMatthias Kilian2010-04-191-3/+3
* Ignore the return code of c_fcntl_write againMatthias Kilian2010-04-151-2/+2
* Remove ffi warnings for nhc98.Malcolm.Wallace@cs.york.ac.uk2009-11-231-4/+4
* Add some more C wrappers; patch from Krister WalfridssonIan Lynagh2009-08-071-1/+1
* Fix "warn-unused-do-bind" warnings in System.Posix.InternalsIan Lynagh2009-07-091-12/+15
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* Move directory-related stuff to the unix packageSimon Marlow2009-06-251-28/+1
* setNonBlockingMode now takes a flag, can turn blocking mode back on againSimon Marlow2009-06-241-5/+7
* Tidy up use of read/write/recv/send; avoid unnecessary wrappersSimon Marlow2009-06-221-2/+8
* Windows: Unicode openFile and stat functionsSimon Marlow2009-06-181-6/+20
* Allow System.Posix.Internals to compile with nhc98 again.Malcolm.Wallace@cs.york.ac.uk2009-06-151-0/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-23/+13