diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-12-08 17:54:38 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-12-08 17:54:38 +0000 |
commit | 4b30e15471f321e1332b8494c83d2c38025b75d8 (patch) | |
tree | 3ee30dfeeb789635f7707b152ab0d158284dd543 /newlib/ChangeLog | |
parent | 465eab2eb41c08ebd5921800d568410653042e5c (diff) | |
download | cygnal-4b30e15471f321e1332b8494c83d2c38025b75d8.tar.gz cygnal-4b30e15471f321e1332b8494c83d2c38025b75d8.tar.bz2 cygnal-4b30e15471f321e1332b8494c83d2c38025b75d8.zip |
2004-12-08 Alex Mogilnikov <alx@intellectronika.ru>
* libc/time/mktm_r (_mktm_r): Fix overflow calculation for
m_day.
(__tzcalc_limits): Fix reference to month array to be zero-based.
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 91e1fe243..24d6b1e8d 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2004-12-08 Alex Mogilnikov <alx@intellectronika.ru> + + * libc/time/mktm_r (_mktm_r): Fix overflow calculation for + m_day. + (__tzcalc_limits): Fix reference to month array to be zero-based. + 2004-12-07 Jeff Johnston <jjohnstn@redhat.com> * libc/sys/linux/sys/unistd.h: Add prototypes for ftruncate, truncate, |