Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc add note about gets()
details: https://anonhg.NetBSD.org/src/rev/e4ae0a7571f2
branches: trunk
changeset: 325149:e4ae0a7571f2
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Dec 08 21:29:15 2013 +0000
description:
add note about gets()
diffstat:
lib/libc/shlib_version | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e3fc5bfea8d8 -r e4ae0a7571f2 lib/libc/shlib_version
--- a/lib/libc/shlib_version Sun Dec 08 20:45:30 2013 +0000
+++ b/lib/libc/shlib_version Sun Dec 08 21:29:15 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.244 2013/11/10 20:59:27 joerg Exp $
+# $NetBSD: shlib_version,v 1.245 2013/12/08 21:29:15 dholland Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -32,6 +32,7 @@
# - kill sigcontext: never request version 0 or 1 signal trampoline.
# always request version 2 trampoline. (on vax, 3).
# - remove gets(); it is finally dead in c11.
+# (note: maybe it still needs to be kept in a compat lib; but not in libc)
# - make __cerror (spelled CERROR) hidden again
# - remove ruserok() and friends to libcompat (or entirely)
# - remove alloca fallback and expect compiler to provide a builtin version.
Home |
Main Index |
Thread Index |
Old Index