diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 21:27:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 21:27:19 +0000 |
commit | 6269e521192ef37e1b13183baf44a05e16695e6d (patch) | |
tree | 1aae4386b3afe689fa982557ff3d61d9f9e73ad9 /ChangeLog | |
parent | c2cfb5126b85ba4f0b6ec66567616ad221ea9429 (diff) | |
download | glibc-6269e521192ef37e1b13183baf44a05e16695e6d.tar.gz glibc-6269e521192ef37e1b13183baf44a05e16695e6d.tar.xz glibc-6269e521192ef37e1b13183baf44a05e16695e6d.zip |
Update.
* time/Makefile (tests): Add tst-strptime. * time/tst-strptime.c: New file. * time/strptime.c: Correct bugs in weekday and yearday computation. 1998-12-14 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c623127702..c954b7234c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 1998-12-14 Ulrich Drepper <drepper@cygnus.com> + * time/Makefile (tests): Add tst-strptime. + * time/tst-strptime.c: New file. + * time/strptime.c: Correct bugs in weekday and yearday computation. + +1998-12-14 Ulrich Drepper <drepper@cygnus.com> + * time/strptime.c (strptime_internal): Set tm_wday and tm_yday in any of tm_year, tm_mon, or tm_mday was changed and the value itself wasn't specified. |