[phobos] [D-Programming-Language/phobos] d1783b: Issue 13931 - Missing overflow checks in `std.conv...
GitHub via phobos
phobos at puremagic.com
Sun Jan 11 09:48:16 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: d1783bbbc3090582f1496a76fd4589911f6f0874
https://github.com/D-Programming-Language/phobos/commit/d1783bbbc3090582f1496a76fd4589911f6f0874
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M std/conv.d
Log Message:
-----------
Issue 13931 - Missing overflow checks in `std.conv` for negative numbers which start from the most negative number digits
Issue URL: https://issues.dlang.org/show_bug.cgi?id=13931
Commit: 8e114db58ff207ac1d27f48a2e52948d0b312a87
https://github.com/D-Programming-Language/phobos/commit/8e114db58ff207ac1d27f48a2e52948d0b312a87
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-01-11 (Sun, 11 Jan 2015)
Changed paths:
M std/conv.d
Log Message:
-----------
Merge pull request #2840 from denis-sh/fix-Issue-13931
Issue 13931 - Missing overflow checks in `std.conv` for negative numbers which start from the most negative number digits
Compare: https://github.com/D-Programming-Language/phobos/compare/6dcabe9ba482...8e114db58ff2
More information about the phobos
mailing list