diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e470dca65..808795803 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2003-06-03 Till Straumann <strauman@SLAC.Stanford.EDU> + + * libc/time/tzset_r.c: Change local variables that are + set via sscanf using the %h format specifier to be unsigned short + instead of int. + 2003-05-30 Kelley Cook <kelleycook@wideopenwest.com> * configure.host: Allow i[34567]86 variant. |