diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-21 01:42:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-21 01:42:08 +0000 |
commit | 3f1c767d1e3454e190ab6f3afa101911dbf21f2f (patch) | |
tree | 6f66aad4bb70ff41ebcd509613fae839a5f6ca84 /ChangeLog | |
parent | 9b7783a79bf6a08f1abf5ed4b70853940843ced5 (diff) | |
download | glibc-3f1c767d1e3454e190ab6f3afa101911dbf21f2f.tar.gz glibc-3f1c767d1e3454e190ab6f3afa101911dbf21f2f.tar.xz glibc-3f1c767d1e3454e190ab6f3afa101911dbf21f2f.zip |
Update.
2001-08-20 Ulrich Drepper <drepper@redhat.com> * string/strnlen.c: Fix the implementation. We cannot use memchr.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bf801e215f..76433d674e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-20 Ulrich Drepper <drepper@redhat.com> + + * string/strnlen.c: Fix the implementation. We cannot use memchr. + 2001-08-18 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ |