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:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-24 02:39:34 +0400
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-24 02:39:34 +0400
commitf68a40cdf94c87a065d7f9393e84adc6f93a34bf (patch)
treeadef431a9f87acb12637e99e7b240e406cec3c24 /newlib/ChangeLog
parent3a4ce7315fb87d51ef8dd46b9064ee766d5dda62 (diff)
2013-11-23 Bryan Dunsmore <dunsmoreb@gmail.com>
* libc/include/wordexp.h (wordexp): Add restrict keyword. * libc/posix/wordexp.c (wordexp): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4931f5dda..c379d53c6 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-23 Bryan Dunsmore <dunsmoreb@gmail.com>
+
+ * libc/include/wordexp.h (wordexp): Add restrict keyword.
+ * libc/posix/wordexp.c (wordexp): Ditto.
+
2013-11-22 Bryan Dunsmore <dunsmoreb@gmail.com>
* libc/include/sys/time.h (gettimeofday): Add restrict keyword.