[D-runtime] [D-Programming-Language/druntime] fd6c75: fmemopen, open_memstream unavail on OSX
GitHub via D-runtime
d-runtime at puremagic.com
Thu Apr 2 07:54:47 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: fd6c755ccdfb12f7e4b9d74b5ad64ab33c6b57f6
https://github.com/D-Programming-Language/druntime/commit/fd6c755ccdfb12f7e4b9d74b5ad64ab33c6b57f6
Author: Dan Olson <danole at comcast.net>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M src/core/sys/posix/stdio.d
Log Message:
-----------
fmemopen, open_memstream unavail on OSX
The memstream family of POSIX functions are not available as of
MacOSX 10.10.
Commit: 3675709de19bf3c9c61ec9321d29b25bed76d026
https://github.com/D-Programming-Language/druntime/commit/3675709de19bf3c9c61ec9321d29b25bed76d026
Author: Dan Olson <danole at comcast.net>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M src/core/sys/posix/stdio.d
Log Message:
-----------
fmemopen, open_memstream system availability
The recent memstream family of POSIX functions are not widespread yet in
Posix systems. Enable only for linux, FreeBSD, and OpenBSD.
Commit: fd01cdb397c54fab687b9bf90e8d90c0bdfa0943
https://github.com/D-Programming-Language/druntime/commit/fd01cdb397c54fab687b9bf90e8d90c0bdfa0943
Author: David Nadlinger <code at klickverbot.at>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M src/core/sys/posix/stdio.d
Log Message:
-----------
Merge pull request #1204 from smolt/missing-memstream
fmemopen, open_memstream unavail on OSX
Compare: https://github.com/D-Programming-Language/druntime/compare/191346b64927...fd01cdb397c5
More information about the D-runtime
mailing list