Module Name: src Committed By: dholland Date: Sun Dec 8 21:29:15 UTC 2013
Modified Files: src/lib/libc: shlib_version Log Message: add note about gets() To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/lib/libc/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/shlib_version diff -u src/lib/libc/shlib_version:1.244 src/lib/libc/shlib_version:1.245 --- src/lib/libc/shlib_version:1.244 Sun Nov 10 20:59:27 2013 +++ src/lib/libc/shlib_version Sun Dec 8 21:29:15 2013 @@ -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.