about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-14 21:05:24 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-14 21:05:24 +0000
commit0050ad5f64b2f4b3732e59eaa070a954c2335824 (patch)
tree0e1dd5582c4cfe9635de50e08467206bdbdbd9d9 /ChangeLog
parent965e02a29067cac71f1d82f801177c3e4f64638f (diff)
downloadglibc-0050ad5f64b2f4b3732e59eaa070a954c2335824.tar.gz
glibc-0050ad5f64b2f4b3732e59eaa070a954c2335824.tar.xz
glibc-0050ad5f64b2f4b3732e59eaa070a954c2335824.zip
Update.
	* time/tst-strptime.c (main): Add one more test case.  Produce
	output even when result is ok.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c645f33af3..888d6dc9a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-07-14  Ulrich Drepper  <drepper@cygnus.com>
 
+	* time/tst-strptime.c (main): Add one more test case.  Produce
+	output even when result is ok.
+
 	* time/strptime.c (get_number): Handle number parsing more
 	consistent with strftime.  Only parse a given number of digits.
 	(get_alt_number):  Fix implementation.  Was broken.