From cfd14df5ee3c7daefe5f875816c0468c2105bf6e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Jul 2000 09:25:46 +0000 Subject: [PATCH] Update. 2000-07-14 Ulrich Drepper * iconvdata/Makefile (modules): Add GB18030. (distribute): Add gb18030.c. * iconvdata/gconv-modules: Add entries for GB18030 module. * iconvdata/gb18030.c: New file. Contributed by Wang ShouHua and Wu Jian. --- BUGS | 5 +++++ ChangeLog | 9 +++++++++ iconvdata/Makefile | 5 +++-- iconvdata/gconv-modules | 4 ++++ localedata/ChangeLog | 5 +++++ localedata/{tst-ctype-de_DE.in => tst-ctype-de_DE.ISO-8859-1.in} | 0 6 files changed, 26 insertions(+), 2 deletions(-) rename localedata/{tst-ctype-de_DE.in => tst-ctype-de_DE.ISO-8859-1.in} (100%) diff --git a/BUGS b/BUGS index 8149ae5..770f813 100644 --- a/BUGS +++ b/BUGS @@ -57,6 +57,11 @@ Severity: [ *] to [***] This is *extremely* hard to fix since regex has to be rewritten completely. +[ *] The regex implementation has various other problems, like limitations + of the expression size etc. + + None of these can be fixed without a rewrite. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com diff --git a/ChangeLog b/ChangeLog index 391f777..88388e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-07-14 Ulrich Drepper + + * iconvdata/Makefile (modules): Add GB18030. + (distribute): Add gb18030.c. + * iconvdata/gconv-modules: Add entries for GB18030 module. + * iconvdata/gb18030.c: New file. + Contributed by Wang ShouHua + and Wu Jian. + 2000-07-13 Andreas Jaeger * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last diff --git a/iconvdata/Makefile b/iconvdata/Makefile index b95d3a4..e7a8dbd 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 UTF-16 UNICODE BIG5HKSCS + ISO-2022-CN libISOIR165 UTF-16 UNICODE BIG5HKSCS GB18030 modules.so := $(addsuffix .so, $(modules)) @@ -118,7 +118,8 @@ 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 \ 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 \ - utf-16.c unicode.c big5hkscs.c iso-ir-165.c iso-ir-165.h + utf-16.c unicode.c big5hkscs.c iso-ir-165.c iso-ir-165.h \ + gb18030.c # We build the transformation modules only when we build shared libs. ifeq (yes,$(build-shared)) diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 0206799..725f45d 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1193,3 +1193,7 @@ module INTERNAL UTF-16BE// UTF-16 1 alias CSUNICODE// UNICODE// module UNICODE// INTERNAL UNICODE 1 module INTERNAL UNICODE// UNICODE 1 + +# from to module cost +module GB18030// INTERNAL GB18030 1 +module INTERNAL GB18030// GB18030 1 diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 57c2f34..186160d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2000-07-14 Ulrich Drepper + + * tst-ctype-de_DE.in: Renamed to... + * tst-ctype-de_DE.ISO-8859-1.in: ...this. + 2000-07-11 Andreas Jaeger * Makefile (locale_test_suite): Always run test suite. diff --git a/localedata/tst-ctype-de_DE.in b/localedata/tst-ctype-de_DE.ISO-8859-1.in similarity index 100% rename from localedata/tst-ctype-de_DE.in rename to localedata/tst-ctype-de_DE.ISO-8859-1.in -- 2.7.4