diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ae6dcc8ff..cc2926b2d 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2011-06-14 Philip Munts <phil@munts.net> + + * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with call + to siprintf. + * libc/time/strftime.c: Define snprintf to sniprintf in multibyte case. + * libc/time/tzset_r.c: Define sscanf to siscanf. + 2011-06-14 Joseph Myers <joseph@codesourcery.com> * configure.host: Don't handle ep9312, strongarm, xscale and thumb |