about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-07 05:57:27 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-07 05:57:27 +0000
commit8f61a78efeb714b82549df45f735f5e7ee9c1826 (patch)
tree24065a01fff26bf68a25899b20f0650582b5620e /ChangeLog
parent52aac1978e7d5113671535a4a1a238de18e9a43e (diff)
downloadglibc-8f61a78efeb714b82549df45f735f5e7ee9c1826.tar.gz
glibc-8f61a78efeb714b82549df45f735f5e7ee9c1826.tar.xz
glibc-8f61a78efeb714b82549df45f735f5e7ee9c1826.zip
Update.
	* iconvdata/sami-ws2.c (CHARSET_NAME): Fix typo.
	* iconvdata/iso_2033.c (CHARSET_NAME): Fix typo.
	* iconvdata/ecma-cyrillic.c (CHARSET_NAME): Fix typo.
	* iconvdata/gconv-modules: Correct ISO646-PT2 alias.  Add
	SHIFT_JIS alias.
	Reported by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f268604ca6..4def948c70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 1999-12-06  Ulrich Drepper  <drepper@cygnus.com>
 
+	* iconvdata/sami-ws2.c (CHARSET_NAME): Fix typo.
+	* iconvdata/iso_2033.c (CHARSET_NAME): Fix typo.
+	* iconvdata/ecma-cyrillic.c (CHARSET_NAME): Fix typo.
+	* iconvdata/gconv-modules: Correct ISO646-PT2 alias.  Add
+	SHIFT_JIS alias.
+	Reported by Bruno Haible <haible@ilog.fr>.
+
 	* locale/programs/xstrdup.c: It's _LIBC, not __LIBC.
 
 1999-12-03  Andreas Jaeger  <aj@suse.de>