diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-16 17:18:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-16 17:18:06 +0000 |
commit | 2f7f7bc65803510cdf137bde00fdb72c918af63c (patch) | |
tree | 5773b68d6e27f9b6bbfc1856bee4d989e7ae5cb7 /iconvdata | |
parent | 90a2545a9531710730a0693f545b0225db0fa6d0 (diff) | |
download | glibc-2f7f7bc65803510cdf137bde00fdb72c918af63c.tar glibc-2f7f7bc65803510cdf137bde00fdb72c918af63c.tar.gz glibc-2f7f7bc65803510cdf137bde00fdb72c918af63c.tar.bz2 glibc-2f7f7bc65803510cdf137bde00fdb72c918af63c.zip |
Update.
2003-06-16 Thorsten Kukuk <kukuk@suse.de>
* include/libc-symbols.h: Add static_link_warning macro.
* grp/initgroups.c: Print linker warning if this function
is called in a static linked binary.
* nss/getXXbyYY.c: Likewise.
* nss/getXXbyYY_r.c: Likewise.
* nss/getXXent.c: Likewise.
* nss/getXXent_r.c: Likewise.
* sysdeps/posix/getaddrinfo.c: Likewise.
2003-06-16 Bruno Haible <bruno@clisp.org>
* iconvdata/gconv-modules (ISO-8859-15): Add aliases ISO_8859-15,
LATIN-9.
(ISO-8859-16): Add aliases ISO_8859-16:2001, ISO_8859-16.
(IBM1047): Add alias IBM-1047.
(GBK): Add aliases MS936, WINDOWS-936.
2003-06-16 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/xstatconv.c (__xstat_conv): Define even if
defined __ASSUME_STAT64_SYSCALL && defined XSTAT_IS_XSTAT64.
(__xstat64_conv): Change xstat_conv to __xstat_conv.
Reported by Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/gconv-modules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 7a08baad46..5df8767252 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -393,6 +393,8 @@ module INTERNAL ISO-8859-14// ISO8859-14 1 alias ISO8859-15// ISO-8859-15// alias ISO885915// ISO-8859-15// alias ISO-IR-203// ISO-8859-15// +alias ISO_8859-15// ISO-8859-15// +alias LATIN-9// ISO-8859-15// alias ISO_8859-15:1998// ISO-8859-15// module ISO-8859-15// INTERNAL ISO8859-15 1 module INTERNAL ISO-8859-15// ISO8859-15 1 @@ -403,6 +405,8 @@ alias ISO885916// ISO-8859-16// alias ISO-IR-226// ISO-8859-16// alias LATIN10// ISO-8859-16// alias L10// ISO-8859-16// +alias ISO_8859-16:2001// ISO-8859-16// +alias ISO_8859-16// ISO-8859-16// module ISO-8859-16// INTERNAL ISO8859-16 1 module INTERNAL ISO-8859-16// ISO8859-16 1 @@ -996,6 +1000,7 @@ module IBM1046// INTERNAL IBM1046 1 module INTERNAL IBM1046// IBM1046 1 # from to module cost +alias IBM-1047// IBM1047// alias CP1047// IBM1047// alias 1047// IBM1047// alias OSF10020417// IBM1047// @@ -1122,6 +1127,8 @@ module BIG5// EUC-CN// GBBIG5 1 # from to module cost alias GB13000// GBK// alias CP936// GBK// +alias MS936// GBK// +alias WINDOWS-936// GBK// module GBK// INTERNAL GBK 1 module INTERNAL GBK// GBK 1 |