[phobos] [D-Programming-Language/phobos] 253b90: std.format: Make double to string conversion @safe
GitHub via phobos
phobos at puremagic.com
Sun Sep 7 05:42:34 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 253b90b3f26d4e809d8234699e32fc58287493cb
https://github.com/D-Programming-Language/phobos/commit/253b90b3f26d4e809d8234699e32fc58287493cb
Author: Vladimir Panteleev <vladimir at thecybershadow.net>
Date: 2014-09-07 (Sun, 07 Sep 2014)
Changed paths:
M std/format.d
Log Message:
-----------
std.format: Make double to string conversion @safe
Bonus optimization: avoid redundant and possibly-unsafe strlen
Commit: c2fb99558486cbdcb851102d215491c600c9dfa4
https://github.com/D-Programming-Language/phobos/commit/c2fb99558486cbdcb851102d215491c600c9dfa4
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-09-07 (Sun, 07 Sep 2014)
Changed paths:
M std/format.d
Log Message:
-----------
Merge pull request #2494 from CyberShadow/pull-2014-09-07-11575425
std.format: Make double to string conversion @safe
Compare: https://github.com/D-Programming-Language/phobos/compare/13bdf3ed59b3...c2fb99558486
More information about the phobos
mailing list