Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.