]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 18 Jun 2001 04:46:52 +0000 (04:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 18 Jun 2001 04:46:52 +0000 (04:46 +0000)
2001-06-09  Bruno Haible  <haible@clisp.cons.org>

* iconvdata/gconv-modules (BIG5HKSCS): New alias BIG5-HKSCS.
(ISO-8859-14): New aliases ISO_8859-14 and ISO-CELTIC.
* iconvdata/tst-tables.sh: For BIG5HKSCS, use BIG5-HKSCS charmap.

2001-05-26  Bruno Haible  <haible@clisp.cons.org>

* iconvdata/tst-tables.sh: For SJIS module, use SHIFT_JIS charmap.
* manual/charset.texi: Write Shift_JIS, not Shift-JIS.

ChangeLog
iconvdata/big5hkscs.c

index c52aa8a96efe112aba5117e1e1264311bba4ede0..39d7ada217e99b128f5e9b1b021da1794edb264f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,19 @@
+2001-06-09  Bruno Haible  <haible@clisp.cons.org>
+
+       * iconvdata/gconv-modules (BIG5HKSCS): New alias BIG5-HKSCS.
+       (ISO-8859-14): New aliases ISO_8859-14 and ISO-CELTIC.
+       * iconvdata/tst-tables.sh: For BIG5HKSCS, use BIG5-HKSCS charmap.
+
+2001-05-26  Bruno Haible  <haible@clisp.cons.org>
+
+       * iconvdata/tst-tables.sh: For SJIS module, use SHIFT_JIS charmap.
+       * manual/charset.texi: Write Shift_JIS, not Shift-JIS.
+
 2001-06-17  Roland McGrath  <roland@frob.com>
 
        * sysdeps/pthread/aio_misc.h (LIO_DSYNC): Define to LIO_NOP + 1,
        not LIO_READ + 1 (which is the value of LIO_WRITE!).
 
-       * sysdeps/unix/sysv/linux/i386/sigaction.c (restore, restore_rt):
-       Declare these without `static', to avoid warning that we haven't
-       defined them.
-
        * Makerules (build-module-helper-objlist): New variable,
        broken out of build-module.  Insert --whole-archive/--no-whole-archive
        immediately each *_pic.a file in the link object list.
index dff54568689bd14dbe51eae81e5642528bdefb54..94c0739b75cf92047be79488a04f862bd0941dcb 100644 (file)
@@ -35,7 +35,7 @@
 
    Using the charmap:
 
-   sed 's|^<U\(....\)> *.x\(..\)/x\(..\).*|0x\2\3 \1|p;d' BIG5HKSCS |
+   sed 's|^<U\(....\)> *.x\(..\)/x\(..\).*|0x\2\3 \1|p;d' BIG5-HKSCS |
    perl big5.pl
 
    where big5.pl is:
@@ -4600,7 +4600,7 @@ static const uint16_t big5hkscs_to_ucs[] =
 /* The mapping from Unicode to Big5 is not easy since we have several
    separate blocks.
 
-   sort BIG5HKSCS | sed 's|^<U\(....\)> ./x\(..\)/x\(..\).*|\1 \2\3|p;d' |
+   sort BIG5-HKSCS | sed 's|^<U\(....\)> ./x\(..\)/x\(..\).*|\1 \2\3|p;d' |
    perl big5.pl
 
    where big5.pl is: