diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-13 19:00:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-13 19:00:53 +0000 |
commit | 7cdd956e1c55930a020b61806d642b6047deffc7 (patch) | |
tree | f6daa27ab94fcc5593bc3a8495c3ec40b20344ca /iconvdata/Makefile | |
parent | f5ff12d851be1c225385c037ccfc29ffa6216c94 (diff) | |
download | glibc-7cdd956e1c55930a020b61806d642b6047deffc7.tar.gz glibc-7cdd956e1c55930a020b61806d642b6047deffc7.tar.xz glibc-7cdd956e1c55930a020b61806d642b6047deffc7.zip |
Update.
2000-02-13 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add UTF-16. (distribute): Add utf-16.c. * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and UTF-16LE. * iconvdata/utf-16.c: New file. * iconv/gconv_builtin.h: Remove UTF-16 entries here. * iconv/gconv_simple.c: Remove conversion functions to and from UTF-16. * iconv/skeleton.c: Increment __invocation_coounter after every call to the loops.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index f4aa5f3a21..dee418e6a9 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -45,7 +45,7 @@ modules := ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 \ INIS-CYRILLIC ISO_6937-2 ISO_2033 ISO_5427 ISO_5427-EXT \ ISO_5428 ISO_10367-BOX MAC-IS MAC-UK NATS-DANO NATS-SEFI \ SAMI-WS2 ISO-IR-197 TIS-620 KOI8-U GBK ISIRI-3342 GBGBK \ - ISO-2022-CN libISOIR165 + ISO-2022-CN libISOIR165 UTF-16 modules.so := $(addsuffix .so, $(modules)) @@ -117,7 +117,8 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \ koi8-r.c ksc5601.c ksc5601.h latin-greek.c latin-greek-1.c \ macintosh.c mac-is.c mac-uk.c nats-dano.c nats-sefi.c sjis.c \ t.61.c uhc.c sami-ws2.c iso-ir-197.c tis-620.c koi8-u.c \ - isiri-3342.c gbgbk.c iso-2022-cn.c cns11643l2.h iso8859-16.c + isiri-3342.c gbgbk.c iso-2022-cn.c cns11643l2.h iso8859-16.c \ + utf-16.c # We build the transformation modules only when we build shared libs. ifeq (yes,$(build-shared)) |