about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-31 20:27:15 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-31 20:27:15 +0000
commitcf22bc953f26564e88d2fc05091b69a6697d4643 (patch)
treed36254c19e84414e00d2835d0c82807176bfa980 /ChangeLog
parent281058289a8c7ccf038eccec9a414eb5ef79c2f9 (diff)
downloadglibc-cf22bc953f26564e88d2fc05091b69a6697d4643.tar.gz
glibc-cf22bc953f26564e88d2fc05091b69a6697d4643.tar.xz
glibc-cf22bc953f26564e88d2fc05091b69a6697d4643.zip
Update.
2002-08-31  Ulrich Drepper  <drepper@redhat.com>

	* time/tst-ftime_l.c (main): Also test strftime with uselocale.

	errlist-compat.c if versioning==yes.
Diffstat (limited to 'ChangeLog')
-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>