[phobos] [D-Programming-Language/phobos] 30035d: Flag should be bool, not size_t.
GitHub via phobos
phobos at puremagic.com
Fri Feb 19 12:59:16 PST 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 30035daa8827a7c891b33836a33d602d95ae4f88
https://github.com/D-Programming-Language/phobos/commit/30035daa8827a7c891b33836a33d602d95ae4f88
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M std/conv.d
Log Message:
-----------
Flag should be bool, not size_t.
Commit: d5fe5ab4fa302b3e5435375a150a7c5bc9fb8d7c
https://github.com/D-Programming-Language/phobos/commit/d5fe5ab4fa302b3e5435375a150a7c5bc9fb8d7c
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M std/conv.d
Log Message:
-----------
Fix misleading comment.
Commit: c80f3fe5eff02b2cf9935f8e1d4f820ddc0c9bdd
https://github.com/D-Programming-Language/phobos/commit/c80f3fe5eff02b2cf9935f8e1d4f820ddc0c9bdd
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2016-02-17 (Wed, 17 Feb 2016)
Changed paths:
M std/conv.d
Log Message:
-----------
Correct invalid character in error message in int parsing code.
Commit: b57a61f45f90ed4724939a7f1f9e4eab0d3c3857
https://github.com/D-Programming-Language/phobos/commit/b57a61f45f90ed4724939a7f1f9e4eab0d3c3857
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-02-19 (Fri, 19 Feb 2016)
Changed paths:
M std/conv.d
Log Message:
-----------
Merge pull request #4008 from quickfur/conv_errmsg
Issue 15695: wrong error message in failed conversion from string to int
Compare: https://github.com/D-Programming-Language/phobos/compare/80c5318a3836...b57a61f45f90
More information about the phobos
mailing list