aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-14 19:08:03 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-14 19:08:03 +0000
commitc2cfb5126b85ba4f0b6ec66567616ad221ea9429 (patch)
tree3feb637f20d5bf1c8db61a332637d44bca6bb068 /ChangeLog
parent2eda5d9bb38063e7e2988811c2659246574307a3 (diff)
downloadglibc-c2cfb5126b85ba4f0b6ec66567616ad221ea9429.tar
glibc-c2cfb5126b85ba4f0b6ec66567616ad221ea9429.tar.gz
glibc-c2cfb5126b85ba4f0b6ec66567616ad221ea9429.tar.bz2
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--ChangeLog4
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.