diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-01 22:04:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-01 22:04:01 +0000 |
commit | 8d93eb92afa7e829225a0e884cc492e138feb515 (patch) | |
tree | 93b61cd714a3cd51a74638c8e2916bcab6d889ef /ChangeLog | |
parent | c5f57c58cae865ec63448282295bb078fc935d39 (diff) | |
download | glibc-8d93eb92afa7e829225a0e884cc492e138feb515.zip glibc-8d93eb92afa7e829225a0e884cc492e138feb515.tar.gz glibc-8d93eb92afa7e829225a0e884cc492e138feb515.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +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. + 1999-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de> * inet/rcmd.c (__icheckhost): Fix typo in last patch. |