about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-28 07:32:19 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-28 07:32:19 +0000
commite6fb884634cded8d92da107d09354409ac1f52a5 (patch)
tree9770a3e6d44cde7c26b6f98b659e4937bc8a623b /ChangeLog
parenta15698cb7ee2b6a76830de251b418c58ffa91802 (diff)
downloadglibc-e6fb884634cded8d92da107d09354409ac1f52a5.tar.gz
glibc-e6fb884634cded8d92da107d09354409ac1f52a5.tar.xz
glibc-e6fb884634cded8d92da107d09354409ac1f52a5.zip
Update.
	* stdio-common/bug14.c: Use official name for the locale.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 204654d198..ed2c6151f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 
 2003-01-27  Ulrich Drepper  <drepper@redhat.com>
 
+	* stdio-common/bug14.c: Use official name for the locale.
+
 	* stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
 	instead of __libc_cleanup_region_start and _IO_cleanup_region_end
 	instead of __libc_cleanup_region_end.