mirror of git://sourceware.org/git/glibc.git
Update.
* iconvdata/Makefile (modules): Add BIG5HKSCS. (distribute): Add big5hkscs.c.
This commit is contained in:
parent
dda5c10bbf
commit
61da76873e
|
|
@ -4,6 +4,8 @@
|
||||||
Modified from big5.c by Roger So <rogerso@sis.dhs.org>.
|
Modified from big5.c by Roger So <rogerso@sis.dhs.org>.
|
||||||
|
|
||||||
* iconvdata/gconv-modules: Add entry for new module.
|
* iconvdata/gconv-modules: Add entry for new module.
|
||||||
|
* iconvdata/Makefile (modules): Add BIG5HKSCS.
|
||||||
|
(distribute): Add big5hkscs.c.
|
||||||
|
|
||||||
2000-06-01 Jakub Jelinek <jakub@redhat.com>
|
2000-06-01 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
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 \
|
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 \
|
SAMI-WS2 ISO-IR-197 TIS-620 KOI8-U GBK ISIRI-3342 GBGBK \
|
||||||
ISO-2022-CN libISOIR165 UTF-16 UNICODE
|
ISO-2022-CN libISOIR165 UTF-16 UNICODE BIG5HKSCS
|
||||||
|
|
||||||
modules.so := $(addsuffix .so, $(modules))
|
modules.so := $(addsuffix .so, $(modules))
|
||||||
|
|
||||||
|
|
@ -118,7 +118,7 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \
|
||||||
macintosh.c mac-is.c mac-uk.c nats-dano.c nats-sefi.c sjis.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 \
|
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 unicode.c
|
utf-16.c unicode.c big5hkscs.c
|
||||||
|
|
||||||
# We build the transformation modules only when we build shared libs.
|
# We build the transformation modules only when we build shared libs.
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue