aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-30 07:01:26 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-30 07:01:26 +0000
commitac05397075f621cfdbe1db527c96167a58b6d18e (patch)
tree5576945d46ad457a2e07550972c987759689ca5f /ChangeLog
parent487609e313750814bf8d99a0390dde7620d55086 (diff)
downloadglibc-ac05397075f621cfdbe1db527c96167a58b6d18e.zip
glibc-ac05397075f621cfdbe1db527c96167a58b6d18e.tar.gz
glibc-ac05397075f621cfdbe1db527c96167a58b6d18e.tar.bz2
* nis/nss_nisplus/nisplus-parser.c: Minor optimizations and
cleanups. Avoid copying data if it can be used in the old place.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 043ee29..49e28b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-30 Ulrich Drepper <drepper@redhat.com>
+
+ * nis/nss_nisplus/nisplus-parser.c: Minor optimizations and
+ cleanups. Avoid copying data if it can be used in the old place.
+
2006-04-29 Ulrich Drepper <drepper@redhat.com>
* nis/nss_nisplus/nisplus-ethers.c: Add missing null pointer check.