aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-21 21:23:21 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-21 21:23:21 +0000
commita5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f (patch)
tree50505d8e5c6d5e9a45cffa622461612d11fc369c /ChangeLog
parentdf18ec9afef6afd29c3b19bccec35e4dbe4563bf (diff)
downloadglibc-a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f.tar
glibc-a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f.tar.gz
glibc-a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f.tar.bz2
glibc-a5fdf99b7c4d23acbc3d3f77f6c4d4456ff6006f.zip
Update.
2000-12-09 H.J. Lu <hjl@gnu.org> * nss/Makefile (routines): Add digits_dots. * nss/Versions (libc): Add __nss_hostname_digits_dots to GLIBC_2.2.2. * nss/digits_dots.c (__nss_hostname_digits_dots): Turn template into a function. * nss/nsswitch.h (__nss_hostname_digits_dots): New internal NSS function. * nss/getXXbyYY.c (H_ERRNO_VAR_P): New definition. (TYPE_VAR_P): Likewise. (FLAGS_VAR): Likewise. (AF_VAR_P): Likewise. (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots () instead of including digits_dots.c. * nss/getXXbyYY_r.c (H_ERRNO_VAR_P): New definition. (TYPE_VAR_P): Likewise. (FLAGS_VAR): Likewise. (AF_VAR_P): Likewise. (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots () instead of including digits_dots.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16e3e00d45..240262f898 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2000-12-09 H.J. Lu <hjl@gnu.org>
+
+ * nss/Makefile (routines): Add digits_dots.
+ * nss/Versions (libc): Add __nss_hostname_digits_dots to GLIBC_2.2.2.
+ * nss/digits_dots.c (__nss_hostname_digits_dots): Turn template
+ into a function.
+ * nss/nsswitch.h (__nss_hostname_digits_dots): New internal NSS
+ function.
+ * nss/getXXbyYY.c (H_ERRNO_VAR_P): New definition.
+ (TYPE_VAR_P): Likewise.
+ (FLAGS_VAR): Likewise.
+ (AF_VAR_P): Likewise.
+ (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots ()
+ instead of including digits_dots.c.
+ * nss/getXXbyYY_r.c (H_ERRNO_VAR_P): New definition.
+ (TYPE_VAR_P): Likewise.
+ (FLAGS_VAR): Likewise.
+ (AF_VAR_P): Likewise.
+ (INTERNAL (REENTRANT_NAME)): Call __nss_hostname_digits_dots ()
+ instead of including digits_dots.c.
+
2001-01-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/getaddrinfo.c: Reduce .data size.