[phobos] [D-Programming-Language/phobos] 0899d9: Move deprecations along.
GitHub via phobos
phobos at puremagic.com
Wed Dec 30 18:20:25 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 0899d9403fc7e01130f8deee4b1c6b31f78a0fba
https://github.com/D-Programming-Language/phobos/commit/0899d9403fc7e01130f8deee4b1c6b31f78a0fba
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2015-12-30 (Wed, 30 Dec 2015)
Changed paths:
M std/algorithm/iteration.d
M std/bitmanip.d
M std/c/fenv.d
M std/c/freebsd/socket.d
M std/c/linux/linux.d
M std/c/linux/linuxextern.d
M std/c/linux/pthread.d
M std/c/linux/socket.d
M std/c/linux/termios.d
M std/c/linux/tipc.d
M std/c/locale.d
M std/c/math.d
M std/c/osx/socket.d
M std/c/process.d
M std/c/stdarg.d
M std/c/stddef.d
M std/c/stdio.d
M std/c/stdlib.d
M std/c/string.d
M std/c/time.d
M std/c/wcharh.d
M std/c/windows/com.d
M std/c/windows/stat.d
M std/c/windows/windows.d
M std/c/windows/winsock.d
M std/format.d
M std/windows/iunknown.d
Log Message:
-----------
Move deprecations along.
This includes deprecating std.c.*, which apparently was marked as
scheduled for deprecation in 2.068 but never actually deprecated (though
it looks like it was previously removed from the documentation build,
since it doesn't show up on dlang.org).
Commit: 35857ac2b89beecb5340cadc5c71d5be97093f46
https://github.com/D-Programming-Language/phobos/commit/35857ac2b89beecb5340cadc5c71d5be97093f46
Author: JakobOvrum <JakobOvrum at users.noreply.github.com>
Date: 2015-12-31 (Thu, 31 Dec 2015)
Changed paths:
M std/algorithm/iteration.d
M std/bitmanip.d
M std/c/fenv.d
M std/c/freebsd/socket.d
M std/c/linux/linux.d
M std/c/linux/linuxextern.d
M std/c/linux/pthread.d
M std/c/linux/socket.d
M std/c/linux/termios.d
M std/c/linux/tipc.d
M std/c/locale.d
M std/c/math.d
M std/c/osx/socket.d
M std/c/process.d
M std/c/stdarg.d
M std/c/stddef.d
M std/c/stdio.d
M std/c/stdlib.d
M std/c/string.d
M std/c/time.d
M std/c/wcharh.d
M std/c/windows/com.d
M std/c/windows/stat.d
M std/c/windows/windows.d
M std/c/windows/winsock.d
M std/format.d
M std/windows/iunknown.d
Log Message:
-----------
Merge pull request #3889 from jmdavis/deprecations
Move deprecations along.
Compare: https://github.com/D-Programming-Language/phobos/compare/13e74e9189a4...35857ac2b89b
More information about the phobos
mailing list