This project is mirrored from https://github.com/haskell/unix.
Pull mirroring updated .
- Jul 17, 2012
-
-
Signed-off-by:
Paolo Capriotti <p.capriotti@gmail.com>
-
- Apr 04, 2012
-
-
pcapriotti authored
-
- Jan 09, 2012
-
- Jun 29, 2011
-
-
Ross Paterson authored
libutil.h is deprecated in recent releases of libbsd
-
- Jan 01, 2011
-
-
Ian Lynagh authored
-
- Jan 27, 2010
-
-
Simon Marlow authored
-
- Dec 21, 2009
-
-
Simon Marlow authored
-
- Jun 25, 2009
-
-
Simon Marlow authored
leaving out Windows-specific hacks
-
- Jun 16, 2009
-
-
Ross Paterson authored
-
- Jan 30, 2009
-
-
Don Stewart authored
-
- Nov 29, 2008
-
-
kili authored
This should make my openbsd build slave happy when SplitObjs=NO. May be useful for other BSDs and even Linux, regardless wether you need -pthread or -lpthread. Time will tell...
-
- Jul 03, 2008
-
-
Ian Lynagh authored
Fixes, and patch from donn in, trac #2352.
-
- Feb 13, 2008
-
-
jeremy.shaw@linspireinc.com authored
As explained in this thread: http://www.haskell.org/pipermail/haskell-cafe/2008-February/039549.html getSymbolicLinkStatus (and possibly other functions) return completely bogus results. This is because hsc2hs returns the offsets for stat64, but the library is built such that it calls the 32 bit lstat call. I copied the AC_SYS_LARGEFILE from ghc's configure.ac. So, I believe the library should now properly autodetect whether your system has large file support and do the right thing more often. I suspect that this would still be buggy if ghc was built without large file support, but the library was built with it enabled. However, as long as AC_SYS_LARGEFILE returns the same results for 'ghc' and 'unix', things should be ok ?
-
- Sep 25, 2007
-
-
bos authored
-
- Sep 16, 2007
-
-
Don Stewart authored
-
- Aug 19, 2007
-
-
Ross Paterson authored
-
- Aug 14, 2007
-
-
rl@cse.unsw.edu.au authored
Fix suggested by Ian Lynagh
-
- Mar 02, 2007
-
-
Simon Marlow authored
Fixes #1156
-
- Aug 31, 2006
-
-
Simon Marlow authored
-
- Aug 30, 2006
-
-
John Goerzen authored
-
- Aug 19, 2006
-
-
Ross Paterson authored
Checking for dlfcn.h instead of creat() should make the Cabal build fail more gracefully under MinGW.
-
- Sep 20, 2005
- Jan 25, 2005
-
-
ross authored
add Cabal package descriptions
-
- Nov 18, 2004
-
-
stolz authored
Push down more feature-tests
-
- Nov 12, 2004
- Sep 18, 2004
-
-
panne authored
Make autoupdate 2.52 happy, mainly by using the new formats of AC_INIT and AC_OUTPUT. This has the nice side effect that all "packages" have now a name, a version, a bug-report address, and a tar name, yielding better output with "configure --help=recursive". Nuked an unused AC_STRUCT_ST_BLKSIZE test on the way.
-
- Sep 02, 2004
-
-
ross authored
devolve some library-specific configuration
-