Module Name: src
Committed By: dholland
Date: Fri Aug 24 06:12:52 UTC 2012
Modified Files:
src/lib/libc: shlib_version
Log Message:
Some more notes for libc bump time that I had lying around.
To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 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.234 src/lib/libc/shlib_version:1.235
--- src/lib/libc/shlib_version:1.234 Tue Jul 17 05:41:30 2012
+++ src/lib/libc/shlib_version Fri Aug 24 06:12:52 2012
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.234 2012/07/17 05:41:30 dholland Exp $
+# $NetBSD: shlib_version,v 1.235 2012/08/24 06:12:52 dholland Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -11,12 +11,15 @@
# - libc/gen/timezone.c: remove; __timezone13 -> timezone
# - libc/net/getaddrinfo.c, netdb.h: remove __ai_pad0
# - libc/gen/utmpx.c, utmpx.h: remove lastlogxname, __getlastlogx13 -> getlastlogx
+# - libc/gen/utmpx.c, utmpx.h: add expansion space to struct lastlogx
# - infinity{,f,l}.c, math.h: __infinity -> __huge_val
# - libc/gen/is{inf,nan}d_ieee754.c: remove is{inf,nan} aliases
# - libc/arch/vax/gen/is{inf,nan}.c: remove
# - libc/db/hash/ndbm.c: remove; __ndbm13 -> ndbm
# - libc/net/getnet{ent,namadr}.c, netdb.h: remove __n_pad0
# - libc/stdio: make _file an int, hide struct FILE, stdin, stdout, stderr impls
+# - libc/stdio: make fileno() not a macro
+# - libc/stdio: make stdio macro users depend on some library symbol
# - remove frexp, ldexp, modf: they belong to libm.
# - make sure we can support thread local [on arm don't use r9 for example,
# consider other risc architectures: mips, powerpc, sparc, etc]