[phobos] [D-Programming-Language/phobos] acb378: merge byChar, byWchar, and byDchar into a single b...
GitHub via phobos
phobos at puremagic.com
Fri Aug 21 00:10:21 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: acb378577d3f1b606297d9249f27271ed3b5f3e4
https://github.com/D-Programming-Language/phobos/commit/acb378577d3f1b606297d9249f27271ed3b5f3e4
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M std/utf.d
Log Message:
-----------
merge byChar, byWchar, and byDchar into a single byUTF implementation
Commit: 152e1fab3d56016f007a2afa07b205d71d4fba02
https://github.com/D-Programming-Language/phobos/commit/152e1fab3d56016f007a2afa07b205d71d4fba02
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M std/utf.d
Log Message:
-----------
pop complete dchar in _decode
Commit: 9b070c01d00a50337a8fe6825292aba5e1593c4d
https://github.com/D-Programming-Language/phobos/commit/9b070c01d00a50337a8fe6825292aba5e1593c4d
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M std/utf.d
Log Message:
-----------
test corner case for wchar decoding
Commit: 679ca93fc7a2e7d7194eae0dc3a960d087d97e61
https://github.com/D-Programming-Language/phobos/commit/679ca93fc7a2e7d7194eae0dc3a960d087d97e61
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M std/utf.d
Log Message:
-----------
add alias for Flag!"useReplacementDchar"
Commit: c7952393ced40c6ea45df3d5f96bb86d4ea4eb10
https://github.com/D-Programming-Language/phobos/commit/c7952393ced40c6ea45df3d5f96bb86d4ea4eb10
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M std/utf.d
Log Message:
-----------
add UseReplacementDchar to encode
- also add missing encode(dchar[1], dchar)
overload for generic code
Commit: f3f58c12d9c9adaf62b31f2492ddb1fc80257610
https://github.com/D-Programming-Language/phobos/commit/f3f58c12d9c9adaf62b31f2492ddb1fc80257610
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M std/utf.d
Log Message:
-----------
use encode for byUTF
Commit: 0d710e02794f099f095e9cf541929375355b9adc
https://github.com/D-Programming-Language/phobos/commit/0d710e02794f099f095e9cf541929375355b9adc
Author: Martin Nowak <code at dawg.eu>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M std/utf.d
Log Message:
-----------
replace _decode with decodeFront
Commit: fe6122ce877a50adfe4ed42d69546dcae31e8974
https://github.com/D-Programming-Language/phobos/commit/fe6122ce877a50adfe4ed42d69546dcae31e8974
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2015-08-21 (Fri, 21 Aug 2015)
Changed paths:
M std/utf.d
Log Message:
-----------
Merge pull request #3548 from MartinNowak/master
merge byChar, byWchar, and byDchar into a single byUTF implementation
Compare: https://github.com/D-Programming-Language/phobos/compare/3317deb76466...fe6122ce877a
More information about the phobos
mailing list