Update
authorUlrich Drepper <drepper@redhat.com>
Thu, 1 Jul 1999 22:04:01 +0000 (22:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 1 Jul 1999 22:04:01 +0000 (22:04 +0000)
commit8d93eb92afa7e829225a0e884cc492e138feb515
tree93b61cd714a3cd51a74638c8e2916bcab6d889ef
parentc5f57c58cae865ec63448282295bb078fc935d39
Update

1999-07-01  Cristian Gafton  <gafton@redhat.com>

* time/strptime.c (strptime): Initialize the tm struct first to avoid
returning bogus results on incomplete data.
(strptime_internal): day_of_the_week() requres bith tm_mon and
tm_mday to be initializaed.
Computer them first if they are not given.
(strptime_internal): (have_mon, have_mday): New variables.
ChangeLog
time/strptime.c