diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-30 16:53:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-30 16:53:27 +0000 |
commit | d8b29eea293590e8324bb94a6096521ee76f6452 (patch) | |
tree | 9ca37aef723b9918554b827005338255e4c11d7f /ChangeLog | |
parent | 68d7943fa266a549037715f07a2f212286ab53e1 (diff) | |
download | glibc-d8b29eea293590e8324bb94a6096521ee76f6452.tar.gz glibc-d8b29eea293590e8324bb94a6096521ee76f6452.tar.xz glibc-d8b29eea293590e8324bb94a6096521ee76f6452.zip |
Update.
* sysdeps/i386/strchrnul.S: Fix bugs which let to wrong results in 25% of all cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0609e48502..7c7a9721d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-04-30 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/i386/strchrnul.S: Fix bugs which let to wrong results in + 25% of all cases. + * sysdeps/i386/i486/bits/string.h: Replace __uintXX_t types with base types. |