summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-07-23 07:05:31 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-07-23 07:05:31 +0000
commitb143d094ee5afafaf232316b23e5c0261d6f448a (patch)
tree725cafdb7f7743e8a94f202fdf00c523f1081092 /newlib/ChangeLog
parent9cb407b52458fdf26b531fdf943f7a0f222a472a (diff)
downloadcygnal-b143d094ee5afafaf232316b23e5c0261d6f448a.tar.gz
cygnal-b143d094ee5afafaf232316b23e5c0261d6f448a.tar.bz2
cygnal-b143d094ee5afafaf232316b23e5c0261d6f448a.zip
* libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
libc/sys/linux/net/getnameinfo.c: Add restrict keyword to getnameinfo() and getaddrinfo() to increase standards compliance and match glibc. * libc/include/string.h, libc/string/memccpy.c, libc/string/memcpy.c, libc/string/stpcpy.c, libc/string/stpncpy.c, libc/string/strcat.c, libc/string/strncat.c, libc/string/strncpy.c, libc/string/strtok.c, libc/string/strtok_r.c, libc/string/strxfrm.c libc/machine/microblaze/strcpy.c, libc/machine/xscale/memcpy.c, libc/machine/cris/memcpy.c: Add __restrict to prototype to increase standards compliance.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d706f45e6..2cdb28871 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,19 @@
+2013-07-23 Sahil Patnayakuni <sahilp@rtems.org>
+
+ * libc/sys/linux/include/netdb.h, libc/sys/linux/net/getaddrinfo.c,
+ libc/sys/linux/net/getnameinfo.c: Add restrict keyword to getnameinfo()
+ and getaddrinfo() to increase standards compliance and match glibc.
+
+2013-07-23 Sahil Patnayakuni <sahilp@rtems.org>
+
+ * libc/include/string.h, libc/string/memccpy.c, libc/string/memcpy.c,
+ libc/string/stpcpy.c, libc/string/stpncpy.c, libc/string/strcat.c,
+ libc/string/strncat.c, libc/string/strncpy.c, libc/string/strtok.c,
+ libc/string/strtok_r.c, libc/string/strxfrm.c
+ libc/machine/microblaze/strcpy.c, libc/machine/xscale/memcpy.c,
+ libc/machine/cris/memcpy.c: Add __restrict to prototype to
+ increase standards compliance.
+
2013-07-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* libc/sys/arm/syscalls.c (do_AngelSWI): Delete.