summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c72fa4167..8280ada03a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-31 Ulrich Drepper <drepper@redhat.com>
+
+ * time/tst-ftime_l.c (main): Also test strftime with uselocale.
+
2002-08-31 Roland McGrath <roland@redhat.com>
* locale/newlocale.c (__newlocale): Don't use strdup for names.
@@ -24,7 +28,7 @@
2002-08-31 Ulrich Drepper <drepper@redhat.com>
* sysdeps/gnu/Makefile: Only depend on Versions.v.i for
- errlist-compat.c if build-shared==yes.
+ errlist-compat.c if versioning==yes.
2002-08-31 Andreas Jaeger <aj@suse.de>