From: Roland McGrath Date: Tue, 7 Jan 2003 07:46:18 +0000 (+0000) Subject: * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro X-Git-Tag: cvs/glibc-2_3_2~346 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9f266599ecb88e9fabe1ed43d808c8b7cf8caf8;p=platform%2Fupstream%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 7e6b11e..b19f4c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-01-06 Roland McGrath + + * 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 * 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