[phobos] [D-Programming-Language/phobos] 97cec3: Fix Issue 10517 - readln(Char)(Char[] buf) accepts...
GitHub
noreply at github.com
Tue Jul 2 20:55:51 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 97cec336a14c5d433970b930906bfeb68fdccaf3
https://github.com/D-Programming-Language/phobos/commit/97cec336a14c5d433970b930906bfeb68fdccaf3
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-07-01 (Mon, 01 Jul 2013)
Changed paths:
M std/stdio.d
Log Message:
-----------
Fix Issue 10517 - readln(Char)(Char[] buf) accepts non-mutable buffers
Also templatizes a global readln
Commit: 738a7879d4a3eb917cbb42774df19665d26a5cff
https://github.com/D-Programming-Language/phobos/commit/738a7879d4a3eb917cbb42774df19665d26a5cff
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-07-01 (Mon, 01 Jul 2013)
Changed paths:
M std/stdio.d
Log Message:
-----------
Fix wchar/dchar issue
Just cause a file is nativelly treated as UTF16 (or something), doesn't mean you can iterate wchars.
Commit: 73cd4b90f72acbdc7ca97224cf7f694193db361b
https://github.com/D-Programming-Language/phobos/commit/73cd4b90f72acbdc7ca97224cf7f694193db361b
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-07-01 (Mon, 01 Jul 2013)
Changed paths:
M std/stdio.d
Log Message:
-----------
Improve iteration scheme for wchar/dchar
Commit: 3cd2060e21a5142fd4dbfc62788098b793442a0f
https://github.com/D-Programming-Language/phobos/commit/3cd2060e21a5142fd4dbfc62788098b793442a0f
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-07-02 (Tue, 02 Jul 2013)
Changed paths:
M std/stdio.d
Log Message:
-----------
Improve restraints for readln
Commit: 3be7a03168c8763a4fef9d62210899d8a9be518c
https://github.com/D-Programming-Language/phobos/commit/3be7a03168c8763a4fef9d62210899d8a9be518c
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-07-02 (Tue, 02 Jul 2013)
Changed paths:
M std/stdio.d
Log Message:
-----------
Merge pull request #1381 from monarchdodra/readln
Fix Issue 10517 - readln(Char)(Char[] buf) accepts non-mutable buffers
Compare: https://github.com/D-Programming-Language/phobos/compare/141b234e5246...3be7a03168c8
More information about the phobos
mailing list