diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-18 18:24:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-18 18:24:30 +0000 |
commit | 99bb9f426fdd0e27b823708d451b5fa3408ce3e6 (patch) | |
tree | ad0050aa7d0a7370d131a99b7dc526647efe323c /ChangeLog | |
parent | 6f53de74bb651fb06b2aa9651f106ff61182bf2f (diff) | |
download | glibc-99bb9f426fdd0e27b823708d451b5fa3408ce3e6.tar glibc-99bb9f426fdd0e27b823708d451b5fa3408ce3e6.tar.gz glibc-99bb9f426fdd0e27b823708d451b5fa3408ce3e6.tar.bz2 glibc-99bb9f426fdd0e27b823708d451b5fa3408ce3e6.zip |
Update.
2004-07-18 Ulrich Drepper <drepper@redhat.com>
* nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
lookup a bit.
* nscd/grpcache.c (cache_addgr): Likewise.
* nscd/hstcache.c (cache_addhst): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-07-18 Ulrich Drepper <drepper@redhat.com> + + * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful + lookup a bit. + * nscd/grpcache.c (cache_addgr): Likewise. + * nscd/hstcache.c (cache_addhst): Likewise. + 2004-07-10 GOTO Masanori <gotom@debian.or.jp> * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw. |