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-26 21:27:08 +0400
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-26 21:27:08 +0400
commitdb026d86d8f1510a44807dc3b0ef4e63272d3e07 (patch)
treed29ddbb22456f4793742702588609b43ecf1f8de
parent380c9f61651aaa785dc0d678edd17c17af1c6f90 (diff)
Correct for missing entries for wchar.h changes and white space changes
-rw-r--r--newlib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 75acae2a1..edd470a5d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2013-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libc/machine/powerpc/vfscanf.c, libc/stdio/fgetpos.c,
+ libc/stdio/fgets.c, libc/stdio/fputs.c, libc/stdio/fread.c,
+ libc/stdio/freopen.c, libc/stdio/fwrite.c, libc/stdio/sscanf.c,
+ libc/stdlib/mbstowcs.c, libc/stdlib/mbtowc.c,
+ libc/stdlib/strtod.c, libc/stdlib/strtol.c, libc/stdlib/strtoll.c,
+ libc/stdlib/strtoul.c, libc/stdlib/strtoull.c,
+ libc/stdlib/wcstombs.c: Fix documentation prototypes which were
+ over eighty columns.
+
2013-11-26 Julio Gutierrez <jgutleyva@gmail.com>
*libc/include/wchar.h: Add restrict keyword.