diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 19:08:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-14 19:08:03 +0000 |
commit | c2cfb5126b85ba4f0b6ec66567616ad221ea9429 (patch) | |
tree | 3feb637f20d5bf1c8db61a332637d44bca6bb068 /ChangeLog | |
parent | 2eda5d9bb38063e7e2988811c2659246574307a3 (diff) | |
download | glibc-c2cfb5126b85ba4f0b6ec66567616ad221ea9429.tar.gz glibc-c2cfb5126b85ba4f0b6ec66567616ad221ea9429.tar.xz glibc-c2cfb5126b85ba4f0b6ec66567616ad221ea9429.zip |
Update.
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e22c24821e..c623127702 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 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. + * include/stdio.h: Add new parameter to __path_search. * libio/oldtmpfile.c: Add 0 as new parameter to __path_search. * stdio-common/tmpfile.c: Likewise. |