Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Note that gets() is finally dead in C11 and can be ...



details:   https://anonhg.NetBSD.org/src/rev/faa558afae7e
branches:  trunk
changeset: 777594:faa558afae7e
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Feb 24 16:06:39 2012 +0000

description:
Note that gets() is finally dead in C11 and can be removed if we ever
bump libc.

diffstat:

 lib/libc/shlib_version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r f65fa3e0c407 -r faa558afae7e lib/libc/shlib_version
--- a/lib/libc/shlib_version    Fri Feb 24 16:03:39 2012 +0000
+++ b/lib/libc/shlib_version    Fri Feb 24 16:06:39 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.228 2012/02/16 23:00:39 joerg Exp $
+#      $NetBSD: shlib_version,v 1.229 2012/02/24 16:06:39 dholland Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -28,5 +28,6 @@
 # - change _ctype_ table in ctype.h and gen/ctype_.c 8bit -> 16 or 32bit.
 #   it's insufficient bitwidth to implement all ctype class.
 #   see isblank's comment in ctype.h.
+# - remove gets(); it is finally dead in c11.
 major=12
 minor=182



Home | Main Index | Thread Index | Old Index