This project is mirrored from https://github.com/haskell/unix.
Pull mirroring updated .
- Dec 09, 2014
-
-
David Terei authored
-
- Dec 06, 2014
-
-
Herbert Valerio Riedel authored
-
- Oct 12, 2013
-
-
Herbert Valerio Riedel authored
Only language extensions not active when `-XHaskell2010` is enabled are declared, this way we can drop many redundant `{-# LANGUAGE ForeignFunctionInterface #-}` occurences. This commit also removes/replaces some `{-# OPTIONS_GHC -XRecordWildCards #-}` pragmas. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Nov 30, 2012
-
-
ian@well-typed.com authored
and remove code to support older versions
-
- Nov 22, 2011
-
-
Simon Marlow authored
The new module System.Posix.ByteString provides exactly the same API as System.Posix, except that: - There is a new type: RawFilePath = ByteString - All functions mentioning FilePath in the System.Posix API use RawFilePath in the System.Posix.ByteString API - RawFilePaths are not subject to Unicode locale encoding and decoding, unlike FilePaths. They are the exact bytes passed to and returned from the underlying POSIX API. - Similarly for functions that deal in environment strings (System.Posix.Env): these use untranslated ByteStrings in System.Posix.Environment - There is a new function System.Posix.ByteString.getArgs :: [ByteString] returning the raw untranslated arguments as passed to exec() when the program was started.
-
- Aug 09, 2011
-
-
dterei authored
-
- Aug 04, 2011
-
-
dterei authored
-
- May 14, 2011
-
-
batterseapower authored
-
- Aug 21, 2008
-
-
Ian Lynagh authored
-
- Jun 16, 2008
-
-
Ian Lynagh authored
-
- Aug 04, 2003
-
-
panne authored
Export Module (abstractly), otherwise the user is unable to write signatures involving this type. Improves Haddock hyperlinks, too.
-
- May 16, 2003
-
-
stolz authored
- move System.DL to System.Posix.DynamicLinker - take ownership There's a compiler warning when passing the 'const char*' result from dlerror() to peekCString (discarded qualifier). Does an FFI-expert know how to get rid of this warning?
-
- Mar 03, 2003
-
-
stolz authored
Import System/DL*
-