summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-12 16:28:35 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-12 16:28:35 +0000
commit8d5c30bd8f05eb99f2406f121f960892a372db21 (patch)
tree83ea461287ab3a32c045de266397bd62bab9f0f6 /ChangeLog
parent36fafd9c3a0df7d6dda390163e632c449e8249e7 (diff)
downloadglibc-8d5c30bd8f05eb99f2406f121f960892a372db21.tar.gz
glibc-8d5c30bd8f05eb99f2406f121f960892a372db21.tar.xz
glibc-8d5c30bd8f05eb99f2406f121f960892a372db21.zip
Update.
	* iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.

	* iconvdata/Makefile: Add rules for big5 conversion.
	* iconvdata/gconv-modules: Likewise.
	* iconvdata/big5.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e48d6abc10..e7540b3f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
 
+	* iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
+
+	* iconvdata/Makefile: Add rules for big5 conversion.
+	* iconvdata/gconv-modules: Likewise.
+	* iconvdata/big5.c: New file.
+
 	* time/mktime.c (TYPE_MAXIMUM): Add missing cast.
 	Patch by Jim Meyering.