[D-runtime] [D-Programming-Language/druntime] 79f304: OS X - Use 64-bit inode stat and dirent functions
GitHub via D-runtime
d-runtime at puremagic.com
Sun Mar 13 17:42:19 PDT 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 79f3042cb9dce0f74583b25d94dca2ba29939556
https://github.com/D-Programming-Language/druntime/commit/79f3042cb9dce0f74583b25d94dca2ba29939556
Author: Dan Olson <danole at comcast.net>
Date: 2015-11-19 (Thu, 19 Nov 2015)
Changed paths:
M src/core/sys/posix/dirent.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/types.d
Log Message:
-----------
OS X - Use 64-bit inode stat and dirent functions
This updates the stat and dirent family of types and functions (dirent.h
and sys/stat.h) to use the newer 64-bit inode versions. These functions
are the default for C compiled code on OS X > 10.5.
Also removes the 32-bit inode versions.
Commit: 15a227477a344583c4748d95492703901417f4f8
https://github.com/D-Programming-Language/druntime/commit/15a227477a344583c4748d95492703901417f4f8
Author: Martin Nowak <code at dawg.eu>
Date: 2016-03-14 (Mon, 14 Mar 2016)
Changed paths:
M src/core/sys/posix/dirent.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/types.d
Log Message:
-----------
Merge pull request #1435 from smolt/osx-64bit-inode
OS X - Use 64-bit inode stat and dirent functions
Compare: https://github.com/D-Programming-Language/druntime/compare/f7604efbc657...15a227477a34
More information about the D-runtime
mailing list