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 fe8bd88ca..34056dd07 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,11 @@ 2011-05-12 Peter Rosin <peda@lysator.liu.se> + * libc/time/strptime.c (strptime): Fill in tm_yday when all of tm_year, + tm_mon and tm_mday are updated. Fill in tm_mon, tm_mday and tm_wday + when both of tm_year and tm_yday are updated. + +2011-05-12 Peter Rosin <peda@lysator.liu.se> + * libc/time/strptime.c (first_day): Actually return the wday of the first day of the year. |