[phobos] [D-Programming-Language/phobos] b97b4e: fix issue 11232 - rewritten std.windows.syserror.s...
GitHub
noreply at github.com
Tue Oct 15 16:52:49 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: b97b4e96202ba7fec103ece3993f3b8e86faf7d3
https://github.com/D-Programming-Language/phobos/commit/b97b4e96202ba7fec103ece3993f3b8e86faf7d3
Author: Jakob Ovrum <jakobovrum at gmail.com>
Date: 2013-10-13 (Sun, 13 Oct 2013)
Changed paths:
M std/windows/syserror.d
Log Message:
-----------
fix issue 11232 - rewritten std.windows.syserror.sysErrorString
Fixed for Unicode-correctness; now works on non-English Windows systems.
Added unit test.
Throws an Exception if the given error code or language combination
was invalid.
Commit: a2fea332ed7f86130942487614152aa3ed91f1c4
https://github.com/D-Programming-Language/phobos/commit/a2fea332ed7f86130942487614152aa3ed91f1c4
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-10-15 (Tue, 15 Oct 2013)
Changed paths:
M std/windows/syserror.d
Log Message:
-----------
Merge pull request #1634 from JakobOvrum/syserrorstring
fix issue 11232 - rewritten std.windows.syserror.sysErrorString
Compare: https://github.com/D-Programming-Language/phobos/compare/5b5b5bbb6816...a2fea332ed7f
More information about the phobos
mailing list