hpath/hpath-posix
Julian Ospald 74d686547e
Fix humongous bug with fdopendir on mac
https://opensource.apple.com/source/Libc/Libc-1244.1.7/include/dirent.h.auto.html

ccall picks the wrong one, causes crashes and truncated d_name
entries. Wrapping the function in a small C shim, as well as
using the CAPI, fixes this.
2020-04-14 22:39:47 +02:00
..
cbits Fix humongous bug with fdopendir on mac 2020-04-14 22:39:47 +02:00
src/System/Posix Fix humongous bug with fdopendir on mac 2020-04-14 22:39:47 +02:00
CHANGELOG.md Bump hpath-posix to 0.13.1 2020-02-19 13:28:01 +01:00
LICENSE Split hpath-directory into hpath-posix 2020-01-29 23:06:13 +01:00
README.md Split hpath-directory into hpath-posix 2020-01-29 23:06:13 +01:00
Setup.hs Split hpath-directory into hpath-posix 2020-01-29 23:06:13 +01:00
hpath-posix.cabal Bump hpath-posix to 0.13.1 2020-02-19 13:28:01 +01:00

README.md

HPath-filepath

Gitter chat Hackage version Build Status Hackage-Deps

Some low-level POSIX glue code, that is not in 'unix'.

This package is part of the HPath suite, also check out: