Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Some more notes for libc bump time that I had lying...



details:   https://anonhg.NetBSD.org/src/rev/5e6e91858633
branches:  trunk
changeset: 781172:5e6e91858633
user:      dholland <dholland%NetBSD.org@localhost>
date:      Fri Aug 24 06:12:52 2012 +0000

description:
Some more notes for libc bump time that I had lying around.

diffstat:

 lib/libc/shlib_version |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 876643ba4565 -r 5e6e91858633 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Fri Aug 24 06:04:02 2012 +0000
+++ b/lib/libc/shlib_version    Fri Aug 24 06:12:52 2012 +0000
@@ -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]



Home | Main Index | Thread Index | Old Index