diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-06-03 18:42:09 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-06-03 18:42:09 +0000 |
commit | 702ceb233d9b363278387bdcbac69c86a0b83660 (patch) | |
tree | a20934403520c540f82ae1c3c3dbddfbaafa7d70 /newlib/ChangeLog | |
parent | 15824b7c543f4e1f4ec84cd8117377054e3b79f5 (diff) | |
download | newlib-702ceb233d9b363278387bdcbac69c86a0b83660.zip newlib-702ceb233d9b363278387bdcbac69c86a0b83660.tar.gz newlib-702ceb233d9b363278387bdcbac69c86a0b83660.tar.bz2 |
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.
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 e470dca..8087958 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. |