[D-runtime] [D-Programming-Language/druntime] e4f193: core.sys.posix.stdio: Change dynamic to static arr...
GitHub via D-runtime
d-runtime at puremagic.com
Sun Mar 22 22:41:52 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: e4f1935cdbd119ed3d9fa06b1182ce69f57ba64f
https://github.com/D-Programming-Language/druntime/commit/e4f1935cdbd119ed3d9fa06b1182ce69f57ba64f
Author: kai <kai at redstar.de>
Date: 2015-03-22 (Sun, 22 Mar 2015)
Changed paths:
M src/core/sys/posix/stdio.d
Log Message:
-----------
core.sys.posix.stdio: Change dynamic to static array.
Otherwise the unit test will not compile because of @nogc.
It's also a bug in 2.067.0-rc1.
Commit: f5b62daf27459963d3bf837e4c7969db22b37eaf
https://github.com/D-Programming-Language/druntime/commit/f5b62daf27459963d3bf837e4c7969db22b37eaf
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-03-22 (Sun, 22 Mar 2015)
Changed paths:
M src/core/sys/posix/stdio.d
Log Message:
-----------
Merge pull request #1196 from redstar/stdionogc
core.sys.posix.stdio: Change dynamic to static array.
Compare: https://github.com/D-Programming-Language/druntime/compare/cf92da1f6e8a...f5b62daf2745
More information about the D-runtime
mailing list