Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/unix. Pull mirroring updated .
  1. Jul 17, 2012
  2. Apr 04, 2012
  3. Jan 09, 2012
  4. Jun 29, 2011
  5. Jan 01, 2011
  6. Jan 27, 2010
  7. Dec 21, 2009
  8. Jun 25, 2009
  9. Jun 16, 2009
  10. Jan 30, 2009
  11. Nov 29, 2008
    • kili's avatar
      fix pthread linkage problem for openbsd · 370303a7
      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...
      370303a7
  12. Jul 03, 2008
  13. Feb 13, 2008
    • jeremy.shaw@linspireinc.com's avatar
      add AC_SYS_LARGEFILE check to configure.ac · e89d3e4d
      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 ?
      e89d3e4d
  14. Sep 25, 2007
  15. Sep 16, 2007
  16. Aug 19, 2007
  17. Aug 14, 2007
  18. Mar 02, 2007
  19. Aug 31, 2006
  20. Aug 30, 2006
  21. Aug 19, 2006
  22. Sep 20, 2005
  23. Jan 25, 2005
  24. Nov 18, 2004
  25. Nov 12, 2004
  26. Sep 18, 2004
    • panne's avatar
      [project @ 2004-09-18 12:50:00 by panne] · 1cd9ff3a
      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.
      1cd9ff3a
  27. Sep 02, 2004
Loading