aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
Commit message (Expand)AuthorAge
...
* use Control.Monad.void instead of Foreign.void (which is now deprecated)Gravatar Simon Marlow2012-04-25
* Add workaround for systems without clearenv.Gravatar Paolo Capriotti2012-04-04
* Add setEnvironment and cleanEnv to System.Posix.Env (#5648)Gravatar Paolo Capriotti2012-03-30
* fix documentation for getAnyProcessStatus/getGroupProcessStatus (#5946)Gravatar Simon Marlow2012-03-23
* Remove tabs from System.Posix.Env.hsc.Gravatar Paolo Capriotti2012-03-09
* Convert some FFI decls to use capiGravatar Ian Lynagh2012-02-22
* Use error not ioError for consistency.Gravatar David Terei2012-01-09
* Code cleaning for recent changesGravatar David Terei2012-01-09
* System.Posix.Temp complianceGravatar Deian Stefan2012-01-09
* mkstempsGravatar Deian Stefan2012-01-09
* Fix validation errorGravatar David Terei2012-01-05
* Code clean and documentation improvements to Temp.Gravatar David Terei2012-01-05
* fix bugs and added mkdtempGravatar Deian Stefan2012-01-05
* forkProcess now works with +RTS -N; update docs and testsGravatar Simon Marlow2011-12-06
* Roll back the sigset capi changesGravatar Ian Lynagh2011-12-03
* Use capi to define the fcntl FFI importsGravatar Ian Lynagh2011-11-28
* Use capi some more (part of #5480)Gravatar Ian Lynagh2011-11-28
* Convert come FFI bindings to use the capi calling conventionGravatar Ian Lynagh2011-11-28
* Fix Solaris breakage (I hope)Gravatar Simon Marlow2011-11-28
* Fixes for NetBSDGravatar Ian Lynagh2011-11-25
* Move openPseudoTerminal into System.Posix.Terminal{.ByteString}Gravatar Simon Marlow2011-11-23
* Provide a raw ByteString version of FilePath and environment APIsGravatar Simon Marlow2011-11-22
* Follow change to FFI decls: Import constructors of newtypesGravatar Ian Lynagh2011-10-21
* Follow the removal of the Eq superclass of NumGravatar Ian Lynagh2011-10-12
* Fix conditional pragma to work with 6.12Gravatar David Terei2011-08-09
* Use Safe Haskell when GHC >= 7.2Gravatar David Terei2011-08-03
* Fix typos in future process group APIGravatar Favonia2011-05-31
* elaborate the deprecation messages, and add commented-out newGravatar Simon Marlow2011-05-23
* Change the POSIX process group API. (trac #5167)Gravatar Favonia2011-05-23
* Improved Unicode support in the light of PEP383Gravatar Max Bolingbroke2011-05-14
* allow some syscalls in System.Posix.Directory to return EINTR (#5184)Gravatar Simon Marlow2011-05-10
* Use _NSGetEnviron on OS X: fixes #2458Gravatar Max Bolingbroke2011-04-06
* Include HsUnix.h earlier in System/Posix/Files.hscGravatar Ian Lynagh2011-03-24
* Clarify behavior of "awaitSignal Nothing", export SignalSet that includes all...Gravatar Dmitry Astapov2010-12-08
* Remove unnecessary fromIntegral callsGravatar simonpj@microsoft.com2010-11-16
* avoid Foreign.unsafePerformIOGravatar Ross Paterson2010-09-09
* Add bindings for setting effective user-id and group-idGravatar Eric Mertens2010-05-17
* mention that forkProcess is not supported with +RTS -Nn where n > 1Gravatar Simon Marlow2010-04-30
* make getAllGroupEntries work when called again; fixes #3816Gravatar Simon Marlow2010-03-29
* fix warningsGravatar Simon Marlow2010-03-22
* handleToFd: close both sides of a DuplexHandle (#3914)Gravatar Simon Marlow2010-03-19
* check for EINTR in openFdGravatar Simon Marlow2010-01-27
* System.Posix.Temp: rm whitespaceGravatar gwern0@gmail.com2010-01-19
* System.Posix.Temp: pad input filenames with 6 XsGravatar gwern0@gmail.com2010-01-19
* System.Posix.Temp: improve haddocks for mkstemp to explain what that returned...Gravatar gwern0@gmail.com2010-01-19
* Support for DragonFlyGravatar Simon Marlow2009-12-21
* #include <fcntl.h>, not <sys/fcntl.h> (#3723)Gravatar Simon Marlow2009-12-16
* Add comments about why user001 might fail on Linux.Gravatar Simon Marlow2009-09-17
* remove dead codeGravatar Simon Marlow2009-09-08
* Use Foreign.Concurrent for Haskell finalizers (#3473)Gravatar Simon Marlow2009-09-08