diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-28 08:17:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-28 08:17:29 +0000 |
commit | 12c8051397a08cb582c5ccf39a49dae676a20074 (patch) | |
tree | a4e3da2a1ac06ac466059650ddbd718520cab96e /ChangeLog | |
parent | fe453812315b3420771c0a1b5e5ea7d1d0626b93 (diff) | |
download | glibc-12c8051397a08cb582c5ccf39a49dae676a20074.tar.gz glibc-12c8051397a08cb582c5ccf39a49dae676a20074.tar.xz glibc-12c8051397a08cb582c5ccf39a49dae676a20074.zip |
Update.
2003-04-28 Ulrich Drepper <drepper@redhat.com> * nscd/nscd_getgr_r.c: Compact code a bit. Add some __builtin_expect. * nscd/nscd_getpw_r.c: Likewise. * nscd/nscd_gethst_r.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f72e2d3530..c1bb873297 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-04-28 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd_getgr_r.c: Compact code a bit. Add some __builtin_expect. + * nscd/nscd_getpw_r.c: Likewise. + * nscd/nscd_gethst_r.c: Likewise. + 2003-04-27 Ulrich Drepper <drepper@redhat.com> * nscd/pwdcache.c: Initialize .version element in result. |