about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-01 22:04:01 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-01 22:04:01 +0000
commit8d93eb92afa7e829225a0e884cc492e138feb515 (patch)
tree93b61cd714a3cd51a74638c8e2916bcab6d889ef /ChangeLog
parentc5f57c58cae865ec63448282295bb078fc935d39 (diff)
downloadglibc-8d93eb92afa7e829225a0e884cc492e138feb515.tar.gz
glibc-8d93eb92afa7e829225a0e884cc492e138feb515.tar.xz
glibc-8d93eb92afa7e829225a0e884cc492e138feb515.zip
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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8884c1b918..09ef1bc75c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.