diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-26 08:40:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-26 08:40:21 +0000 |
commit | 26c91f01faeedc6152ac4c43454420ed221e5651 (patch) | |
tree | 94848f3f9f1afc950cc35ae2525ee608c9ed638f /ChangeLog | |
parent | 442685a8ba011460eb27ad83855d05c9c9345aa6 (diff) | |
download | glibc-26c91f01faeedc6152ac4c43454420ed221e5651.tar.gz glibc-26c91f01faeedc6152ac4c43454420ed221e5651.tar.xz glibc-26c91f01faeedc6152ac4c43454420ed221e5651.zip |
Update.
* nscd/hstcache.c (cache_addhst): Add new parameter saying whether entry was for getaddr* lookup or not. Add only matching cache entry. Change all callers [PR libc/4317]. * libio/bug-rewind.c: Fix creation of temp file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index de56baf2ff..0bff99b0b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,16 @@ 2002-08-26 Ulrich Drepper <drepper@redhat.com> + * nscd/hstcache.c (cache_addhst): Add new parameter saying whether + entry was for getaddr* lookup or not. Add only matching cache + entry. Change all callers [PR libc/4317]. + * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after finding the read position [PR libc/4265]. * libio/Makefile (tests): Add bug-rewind2. * libio/bug-rewind2.c: New file. + * libio/bug-rewind.c: Fix creation of temp file. + 2002-08-25 Ulrich Drepper <drepper@redhat.com> * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is |