aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-18 04:46:52 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-18 04:46:52 +0000
commit86621b49b23066f6bde674648b6ca6fe4ce00c96 (patch)
treec4028b1758e26610f98b5236daa7fce470263fed /ChangeLog
parentfaa4d5b379b88576f50894b37694247bdc596d6e (diff)
downloadglibc-86621b49b23066f6bde674648b6ca6fe4ce00c96.zip
glibc-86621b49b23066f6bde674648b6ca6fe4ce00c96.tar.gz
glibc-86621b49b23066f6bde674648b6ca6fe4ce00c96.tar.bz2
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c52aa8a..39d7ada 100644
--- 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.