diff options
author | Roland McGrath <roland@gnu.org> | 2003-01-07 07:46:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-01-07 07:46:18 +0000 |
commit | b9f266599ecb88e9fabe1ed43d808c8b7cf8caf8 (patch) | |
tree | f7061b9cad05d0bd3aa8bd421c93d852c0f78248 | |
parent | 2e8b940bd86a07f6d6239e398c876e6032538195 (diff) | |
download | glibc-b9f266599ecb88e9fabe1ed43d808c8b7cf8caf8.zip glibc-b9f266599ecb88e9fabe1ed43d808c8b7cf8caf8.tar.gz glibc-b9f266599ecb88e9fabe1ed43d808c8b7cf8caf8.tar.bz2 |
* sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
arguments.
(memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
(strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
(index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
* string/tester.c (test_strcpy): Add test with `void *' arguments.
* malloc/malloc.c: Mark all _int_* functions as static.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +2003-01-06 Roland McGrath <roland@redhat.com> + + * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro + arguments. + (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise. + (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise. + (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise. + + * string/tester.c (test_strcpy): Add test with `void *' arguments. + 2003-01-06 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/s_significandl.c (__significandl): Really @@ -7,7 +17,7 @@ * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explcitly taking address of iov in INTERNAL_SYSCALL call. Patch by Franz Sirl. - * malloc/malloc.c: Makr all _int_* functions as static. + * malloc/malloc.c: Mark all _int_* functions as static. 2003-01-06 Jakub Jelinek <jakub@redhat.com> |