This project is mirrored from https://github.com/haskell/unix.
Pull mirroring updated .
- Nov 08, 2013
-
-
Herbert Valerio Riedel authored
This is a follow-up to 17192d89 which missed that export. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
...on recently touched files Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
This helps Haddock make tose hyperlinked functions. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
This seemed to be an obvious addition while working on #8433. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
...and while at it, use `bracket` to fix a potential resource leak due to `freeStablePtr` not being called if `throwErrnoIfMinus1` throws an exception. This fixes #8433 Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Nov 07, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
The removed paragraph is obsolete and does no longer apply to the implementation as noted by Duncan in #8286. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
On Android, the functions imported from `<termios.h>` are actually inlined functions, so we need to wrap them via the `capi` calling convention. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 26, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 24, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 20, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
This updates the files to the versions bundled with GNU automake 1.13.3 Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 13, 2013
- Oct 12, 2013
-
-
bos authored
(And a small matter of using != instead of /= -- how embarrassing!)
-
bos authored
On MacOS X, it is defined as "(((__uint64_t)1 << 63) - 1)", and hence cannot be used inside C preprocessor logic.
-
bos authored
-
Herbert Valerio Riedel authored
CPP conditional code sections have been carefully taken into account while performing this warning cleanup. Most `OPTIONS_GHC` declarations could be dropped (now only a lonely `{-# OPTIONS_GHC -fno-cse #-}` remains in `Posix.Signals`). Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
This also lists the GHC versions this package has been tested to compile with in the `tested-with` Cabal field. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
By avoiding `import Foreign` this accomplishes backward-compatibility w.r.t. the `unsafePerformIO` relocation w/o resorting to CPP conditionals. Moreover, in order to support base<4.7 this commits needs to reintroduce a harmless backport of `newFilePath`. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Herbert Valerio Riedel authored
The changelog file will be shown on Hackage once it's included in the source tarball. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
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>
-
Herbert Valerio Riedel authored
This is a follow-up to b8fb0a0a which made the module exports of `tellDirStream` and `seekDirStream` CPP-conditional but didn't explicitly include `HsUnixConfig.h` which defines the respective CPP defines. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 09, 2013
-
-
rwbarton authored
Their use site is now unconditional. Issue #8223. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Sep 29, 2013
-
-
Peter Trommler authored
Use the new AC_SERACH_LIBS to check if rt is needed for shm_open and shm_unlink. This sets LIBS and so the shm_* functions can be found if librt is indeed required. Passing -lrt through CFLAGS is not portable. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- Sep 11, 2013
-
-
Herbert Valerio Riedel authored
-
- Aug 11, 2013
-
-
thoughtpolice authored
This is fallout from the fix for T8108. Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
thoughtpolice authored
Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
Also comes with tests. This closes #8108. Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
- Jul 21, 2013
-
-
ian@well-typed.com authored
-
- Jul 20, 2013
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- Jun 13, 2013
-
-
ian@well-typed.com authored
-
- May 21, 2013
-
-
ian@well-typed.com authored
I don't think that it matters, but putting it after all the places that alter EXTRA_LIBS is a little nicer.
-
- Feb 19, 2013
-
-
ian@well-typed.com authored
-
- Feb 17, 2013
-
-
ian@well-typed.com authored
-
- Feb 16, 2013
-
-
ian@well-typed.com authored
-