aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-28 07:10:28 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-28 07:10:28 +0000
commiteca086a6135354d530a495a4e61b58bdc3fb48ee (patch)
tree60a56e3db6c6b8dc49438d797f007bfea4e32248 /ChangeLog
parentc3c45d9cded782d674bbf0326aff3315050e4092 (diff)
downloadglibc-eca086a6135354d530a495a4e61b58bdc3fb48ee.zip
glibc-eca086a6135354d530a495a4e61b58bdc3fb48ee.tar.gz
glibc-eca086a6135354d530a495a4e61b58bdc3fb48ee.tar.bz2
* nis/nis_file.c: Rewrite the two pairs of functions into wrappers
around a pair of new, generalized functions. 22% size reduction.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11f6fde..4d2767c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-28 Ulrich Drepper <drepper@redhat.com>
+
+ * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
+ around a pair of new, generalized functions. 22% size reduction.
+
2005-07-27 Ulrich Drepper <drepper@redhat.com>
* nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.