aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-28 18:42:24 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-28 18:42:24 +0000
commit4718026de2ecab773d21b25efc989e18b9c4dc99 (patch)
treef9dccc6057c4fb492ff7336b035ad302582fc162 /ChangeLog
parent912873399c3897bfc35c6770ef1a13ad6e991bf6 (diff)
downloadglibc-4718026de2ecab773d21b25efc989e18b9c4dc99.tar
glibc-4718026de2ecab773d21b25efc989e18b9c4dc99.tar.gz
glibc-4718026de2ecab773d21b25efc989e18b9c4dc99.tar.bz2
glibc-4718026de2ecab773d21b25efc989e18b9c4dc99.zip
* nis/nss_nis/nis-service.c: Avoid passing pointer to static
variable around. Reduce number of memory allocations by creating list of memory pools.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5b975e6a9..a3ffca49c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-04-28 Ulrich Drepper <drepper@redhat.com>
+ * nis/nss_nis/nis-service.c: Avoid passing pointer to static
+ variable around. Reduce number of memory allocations by creating
+ list of memory pools.
+
* nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in string
handling. Fix typo in comment.