diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-14 07:52:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-14 07:52:31 +0000 |
commit | 642eb2a2ed513ab3ad32c9b631cbc65543a44f57 (patch) | |
tree | 39ecee47faa4012e03c3c0d3d58f2543963ec076 /ChangeLog | |
parent | 47805511c441858d7d2c898763d844c5227905b8 (diff) | |
download | glibc-642eb2a2ed513ab3ad32c9b631cbc65543a44f57.tar.gz glibc-642eb2a2ed513ab3ad32c9b631cbc65543a44f57.tar.xz glibc-642eb2a2ed513ab3ad32c9b631cbc65543a44f57.zip |
Update.
2003-01-13 Ulrich Drepper <drepper@redhat.com> * string/tester.c (test_strcpy): Use the previously #if 0'ed code to test void* parameters. * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast source pointer before dereferencing. (__STRING_SMALLL_GET32): Likewise. (__memset_gc): Add missing parenthesis around macro arguments. Patch by Denis Zaitsev<zzz@cd-club.ru>. * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler that %eax is modified. Reported by Denis Zaitsev<zzz@cd-club.ru>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8a1704a438..49b5cac2db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2003-01-13 Ulrich Drepper <drepper@redhat.com> + + * string/tester.c (test_strcpy): Use the previously #if 0'ed code + to test void* parameters. + + * sysdeps/i386/i486/bits/string.h (__STRING_SMALLL_GET16): Cast + source pointer before dereferencing. + (__STRING_SMALLL_GET32): Likewise. + (__memset_gc): Add missing parenthesis around macro arguments. + Patch by Denis Zaitsev<zzz@cd-club.ru>. + + * sysdeps/i386/i486/bits/string.h (__strspn_cg): Tell the compiler + that %eax is modified. Reported by Denis Zaitsev<zzz@cd-club.ru>. + 2003-01-14 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL): Undefined before |