diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-27 22:57:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-27 22:57:26 +0000 |
commit | a44d23932dea41a56c4345394a973767af45cf02 (patch) | |
tree | d6d2e557b87e7291a27b1a5dd75b215a37f08408 /iconvdata/gconv-modules | |
parent | f38931a9f060a9ecb2ad544b1c2e2c80060f6724 (diff) | |
download | glibc-a44d23932dea41a56c4345394a973767af45cf02.tar.gz glibc-a44d23932dea41a56c4345394a973767af45cf02.tar.xz glibc-a44d23932dea41a56c4345394a973767af45cf02.zip |
Update.
1998-03-27 22:46 Ulrich Drepper <drepper@cygnus.com> * Rules: Allow Makefiles to specify test-static for tests which cannot be linked dynamically. * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to tests-static. * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next. * misc/error.c: Pretty print. 1998-03-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makerules (libc_nonshared-name): Remove variable. (installed-libcs): Use libc-name instead. ($(inst_libdir)/libc.so): Likewise. Remove explicit reference to dynamic linker. * Makeconfig (link-libc): Link against libc_nonshared.a instead of libc.a. Remove explicit reference to dynamic linker. 1998-03-27 Ulrich Drepper <drepper@cygnus.com> * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char to wchar_t. * iconv/iconv_prog.c: Correctly test for write failure. * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions. * iconvdata/gconv-modules: Likewise. * iconvdata/euckr.c: New file. * iconvdata/johab.c: New file. * iconvdata/ksc5601.c: New file. * iconvdata/ksc5601.h: New file. * iconvdata/uhc.c: New file. Contributed by Jungshik Shin <jshin@pantheon.yale.edu>. * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen. * stdio/fopen.c: Correct handling of 'x' flag. Reported by Jason M. Petry <jason@ps.ohio-state.edu>. 1998-03-27 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident. * sunrpc/rpcsvc/key_prot.x: Likewise. * sunrpc/key_prot.c: Likewise. 1998-03-27 13:49 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/bits/string.h: Correct things which never worked. * sysdeps/i386/i486/bits/string.h: Add clobber marks. Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>. 1998-03-27 Ulrich Drepper <drepper@cygnus.com> * intl/textdomain.c [_LIBC]: Define strdup only if not yet defined. Reported by Thorsten Kukuk.
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index a3ff7947c0..7bca452e96 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1,5 +1,5 @@ # GNU libc iconv configuration. -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. # @@ -145,9 +145,9 @@ module ISO_6937// ISO-10646/UCS4/ ISO_6937 1 module ISO-10646/UCS4/ ISO_6937// ISO_6937 1 # from to module cost -alias SHIFT-JIS// SJIS +alias SHIFT-JIS// SJIS// module SJIS// ISO-10646/UCS4/ SJIS 1 -module ISO-10646/UCS4/ SJIS SJIS 1 +module ISO-10646/UCS4/ SJIS// SJIS 1 # from to module cost module KOI-8// ISO-10646/UCS4/ KOI-8 1 @@ -184,3 +184,18 @@ module ISO-10646/UCS4/ EBCDIC-AT-DE-A// EBCDIC-AT-DE-A 1 # from to module cost module EBCDIC-CA-FR// ISO-10646/UCS4/ EBCDIC-CA-FR 1 module ISO-10646/UCS4/ EBCDIC-CA-FR// EBCDIC-CA-FR 1 + +# from to module cost +alias EUCKR// EUC-KR// +module EUC-KR// ISO-10646/UCS4/ EUC-KR 1 +module ISO-10646/UCS4/ EUC-KR// EUC-KR 1 + +# from to module cost +alias MSCP949// UHC// +module UHC// ISO-10646/UCS4/ UHC 1 +module ISO-10646/UCS4/ UHC// UHC 1 + +# from to module cost +alias MSCP1361// JOHAB// +module JOHAB// ISO-10646/UCS4/ JOHAB 1 +module ISO-10646/UCS4/ JOHAB// JOHAB 1 |