diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-13 06:27:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-13 06:27:35 +0000 |
commit | 74a50d9c46d170bc9542822ce4760cdb37f0be7d (patch) | |
tree | a1146a8ef133f5d87d7a5ac422c3989a16421bfb /iconvdata/gconv-modules | |
parent | e5bc0761fc645ba56c75bb199cbd6e841dffdba7 (diff) | |
download | glibc-74a50d9c46d170bc9542822ce4760cdb37f0be7d.tar.gz |
Update.
2001-08-12 Ulrich Drepper <drepper@redhat.com>
* iconvdata/Makefile: Add rules to build ISO-IR-209 and MAC-SAMI.
* iconvdata/iso-ir-209.c: New file.
* iconvdata/mac-sami.c: New file.
* iconvdata/gconv-modules: Add entries for ISO-IR-209 and MAC-SAMI.
* iconvdata/tst-tables.sh: Likewise.
* posix/getopt.c: Remove store_args_and_env which is not needed since
USE_NONOPTION_FLAGS is undefined anyhow. Use __libc_argc and
__libc_argv variables.
Now returns pointer to first character after "LD_".
Diffstat (limited to 'iconvdata/gconv-modules')
-rw-r--r-- | iconvdata/gconv-modules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 1eacc1b51e..5951574c1d 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1442,3 +1442,11 @@ module INTERNAL GEORGIAN-PS// GEORGIAN-PS 1 # from to module cost module GEORGIAN-ACADEMY// INTERNAL GEORGIAN-ACADEMY 1 module INTERNAL GEORGIAN-ACADEMY// GEORGIAN-ACADEMY 1 + +# from to module cost +module ISO-IR-209// INTERNAL ISO-IR-209 1 +module INTERNAL ISO-IR-209// ISO-IR-209 1 + +# from to module cost +module MAC-SAMI// INTERNAL MAC-SAMI 1 +module INTERNAL MAC-SAMI// MAC-SAMI 1 |