about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-27 08:58:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-27 08:58:12 +0000
commitd2defdc4a2ba94cc0d0a2f8b8c851ddc07a32c22 (patch)
tree8eab98460af1320a592a50a41a16edc3b694c76d /ChangeLog
parentff8beceed165a7a411a63e4a78fd93f810bdcb14 (diff)
downloadglibc-d2defdc4a2ba94cc0d0a2f8b8c851ddc07a32c22.tar.gz
glibc-d2defdc4a2ba94cc0d0a2f8b8c851ddc07a32c22.tar.xz
glibc-d2defdc4a2ba94cc0d0a2f8b8c851ddc07a32c22.zip
Update.
2000-11-27  Ulrich Drepper  <drepper@redhat.com>

	* catgets/Makefile (test1.cat): Set LC_ALL, LOCPATH, and GCONV_PATH
	for gencat run.
	(libc.cat): Likewise.
	* catgets/gencat.c: Implement handling of message catalogs encoded
	with stateful character sets.
	Based on a patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8641abe1fd..2161993d45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-11-27  Ulrich Drepper  <drepper@redhat.com>
+
+	* catgets/Makefile (test1.cat): Set LC_ALL, LOCPATH, and GCONV_PATH
+	for gencat run.
+	(libc.cat): Likewise.
+	* catgets/gencat.c: Implement handling of message catalogs encoded
+	with stateful character sets.
+	Based on a patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
+
 2000-11-26  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/opendir.c (__opendir): Add cast to avoid warning.