diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-11-26 17:27:08 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@oarcorp.com> | 2013-11-26 17:27:08 +0000 |
commit | db026d86d8f1510a44807dc3b0ef4e63272d3e07 (patch) | |
tree | d29ddbb22456f4793742702588609b43ecf1f8de | |
parent | 380c9f61651aaa785dc0d678edd17c17af1c6f90 (diff) | |
download | cygnal-db026d86d8f1510a44807dc3b0ef4e63272d3e07.tar.gz cygnal-db026d86d8f1510a44807dc3b0ef4e63272d3e07.tar.bz2 cygnal-db026d86d8f1510a44807dc3b0ef4e63272d3e07.zip |
Correct for missing entries for wchar.h changes and white space changes
-rw-r--r-- | newlib/ChangeLog | 11 |
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. |