From 74a50d9c46d170bc9542822ce4760cdb37f0be7d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 13 Aug 2001 06:27:35 +0000 Subject: Update. 2001-08-12 Ulrich Drepper * 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_". --- iconvdata/gconv-modules | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'iconvdata/gconv-modules') 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 -- cgit v1.2.3