diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 21:22:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 21:22:40 +0000 |
commit | 5fdc5ad725bba5028a106d2314408af04ec38af5 (patch) | |
tree | 4b8e2e63aae9892b2bc804b403c67b4d38c8ba33 /ChangeLog | |
parent | d30da2a80056799a51b8e04eb75f8b081d00cf56 (diff) | |
download | glibc-5fdc5ad725bba5028a106d2314408af04ec38af5.tar.gz glibc-5fdc5ad725bba5028a106d2314408af04ec38af5.tar.xz glibc-5fdc5ad725bba5028a106d2314408af04ec38af5.zip |
Update.
1999-02-16 Ulrich Drepper <drepper@cygnus.com> * string/bits/string2.h: Only use strncmp optimization if count argument is constant.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8eabdd1897..d912ecf014 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-02-16 Ulrich Drepper <drepper@cygnus.com> + + * string/bits/string2.h: Only use strncmp optimization if count + argument is constant. 1999-02-16 Roland McGrath <roland@baalperazim.frob.com> * sysdeps/mach/hurd/revoke.c: New file. |