[D-runtime] [D-Programming-Language/druntime] c59ecb: Add support for mkdtemp().
GitHub via D-runtime
d-runtime at puremagic.com
Wed Jun 3 22:44:08 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: c59ecbe27b4da4366c7cb8bce4adf0fefe48c9fb
https://github.com/D-Programming-Language/druntime/commit/c59ecbe27b4da4366c7cb8bce4adf0fefe48c9fb
Author: Tony Tung <tonytung at merly.org>
Date: 2015-06-03 (Wed, 03 Jun 2015)
Changed paths:
M src/core/sys/posix/stdlib.d
Log Message:
-----------
Add support for mkdtemp().
It's defined in IEEE 1003.1 2008 edition.
Commit: b57e8b7c0ad05a76a950df599695b3a8154016a5
https://github.com/D-Programming-Language/druntime/commit/b57e8b7c0ad05a76a950df599695b3a8154016a5
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-06-03 (Wed, 03 Jun 2015)
Changed paths:
M src/core/sys/posix/stdlib.d
Log Message:
-----------
Merge pull request #1298 from ttung/mkdtemp
Add support for mkdtemp().
Compare: https://github.com/D-Programming-Language/druntime/compare/0f27839c11d8...b57e8b7c0ad0
More information about the D-runtime
mailing list