about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
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.