[phobos] [D-Programming-Language/phobos] 1082c0: Don't use MS-specific _vsnprintf, use standard vsn...
GitHub via phobos
phobos at puremagic.com
Fri May 22 16:20:38 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 1082c0c5e7ad9c004c386b47975760b83763ae90
https://github.com/D-Programming-Language/phobos/commit/1082c0c5e7ad9c004c386b47975760b83763ae90
Author: Martin <noone at nowhere.com>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M std/outbuffer.d
M std/stream.d
Log Message:
-----------
Don't use MS-specific _vsnprintf, use standard vsnprintf instead.
There's an alias in druntime and in MS stdio.h anyway.
Commit: 5ddd7e5da34e33381934257aa1e8a7db21891d22
https://github.com/D-Programming-Language/phobos/commit/5ddd7e5da34e33381934257aa1e8a7db21891d22
Author: Martin <noone at nowhere.com>
Date: 2015-05-21 (Thu, 21 May 2015)
Changed paths:
M std/conv.d
M std/format.d
Log Message:
-----------
Adapt some unit tests for MSVCRT 14 (VS 2015).
Commit: e283093ec6e68f1e24e728d95650ae0715774b80
https://github.com/D-Programming-Language/phobos/commit/e283093ec6e68f1e24e728d95650ae0715774b80
Author: Walter Bright <walter at walterbright.com>
Date: 2015-05-22 (Fri, 22 May 2015)
Changed paths:
M std/conv.d
M std/format.d
M std/outbuffer.d
M std/stream.d
Log Message:
-----------
Merge pull request #3304 from kinke/vs2015
Fix a couple of issues wrt. Visual Studio 2015
Compare: https://github.com/D-Programming-Language/phobos/compare/497aa3b9e683...e283093ec6e6
More information about the phobos
mailing list