about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-04 00:11:40 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-04 00:11:40 +0000
commit76aecea11dc291f54b288480a5e9543eab02aae8 (patch)
tree6f0c50194067909bf5cddccad5a1703ab0e61f2e /ChangeLog
parent0df757b10aa12644293c5c5ac5eae6a65d6dbef8 (diff)
downloadglibc-76aecea11dc291f54b288480a5e9543eab02aae8.tar.gz
glibc-76aecea11dc291f54b288480a5e9543eab02aae8.tar.xz
glibc-76aecea11dc291f54b288480a5e9543eab02aae8.zip
Update.
	* iconvdata/SJIS.irreversible: Remove unnecessary entries.
	* iconvdata/EUC-JP.irreversible: Remove unnecessary entries.

	* iconvdata/sjis.c: Enable round-trip mapping of backslash and tilde.
	* iconvdata/jis0208.c: Likewise.
	* iconvdata/jis0212.c: Likewise.
	Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e9d0ba090..a7f4ba4edd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
 
+	* iconvdata/SJIS.irreversible: Remove unnecessary entries.
+	* iconvdata/EUC-JP.irreversible: Remove unnecessary entries.
+
+	* iconvdata/sjis.c: Enable round-trip mapping of backslash and tilde.
+	* iconvdata/jis0208.c: Likewise.
+	* iconvdata/jis0212.c: Likewise.
+	Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
+
 	* math/test-misc.c (main): More tests for frexp and some for
 	fpclassify and isnormal.