[dmd-internals] [D-Programming-Language/dmd] 4c846a: fix Issue 11863 - std.conv.to!string(int/uint, rad...
GitHub
noreply at github.com
Tue Jan 7 00:09:50 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4c846a263a7e94c0966ef66a0e0fc4adda58c737
https://github.com/D-Programming-Language/dmd/commit/4c846a263a7e94c0966ef66a0e0fc4adda58c737
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M src/glue.c
A test/runnable/imports/std11863bitmanip.d
A test/runnable/imports/std11863conv.d
A test/runnable/imports/std11863format.d
A test/runnable/test11863.d
Log Message:
-----------
fix Issue 11863 - std.conv.to!string(int/uint, radix) returns incorrect string
Commit: 6090f4599b4da0a642796c1d2655a26f0ce99b17
https://github.com/D-Programming-Language/dmd/commit/6090f4599b4da0a642796c1d2655a26f0ce99b17
Author: Don Clugston <dclugston at googlemail.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M src/glue.c
A test/runnable/imports/std11863bitmanip.d
A test/runnable/imports/std11863conv.d
A test/runnable/imports/std11863format.d
A test/runnable/test11863.d
Log Message:
-----------
Merge pull request #3069 from 9rnsr/fix11863
[REG2.064] Issue 11863 - std.conv.to!string(int/uint, radix) returns incorrect string
Compare: https://github.com/D-Programming-Language/dmd/compare/044717ceb562...6090f4599b4d
More information about the dmd-internals
mailing list