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 /localedata | |
parent | 90a2545a9531710730a0693f545b0225db0fa6d0 (diff) | |
download | glibc-2f7f7bc65803510cdf137bde00fdb72c918af63c.tar.gz glibc-2f7f7bc65803510cdf137bde00fdb72c918af63c.tar.xz 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 'localedata')
-rw-r--r-- | localedata/ChangeLog | 7 | ||||
-rw-r--r-- | localedata/charmaps/GBK | 3 | ||||
-rw-r--r-- | localedata/charmaps/IBM1047 | 1 | ||||
-rw-r--r-- | localedata/charmaps/ISO-8859-15 | 2 | ||||
-rw-r--r-- | localedata/charmaps/ISO-8859-16 | 2 |
5 files changed, 15 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 3872a27e4f..0bf60e9269 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +2003-06-16 Bruno Haible <bruno@clisp.org> + + * charmaps/ISO-8859-15: Add aliases ISO_8859-15, LATIN-9. + * charmaps/ISO-8859-16: Add aliases ISO_8859-16:2001, ISO_8859-16. + * charmaps/IBM1047: Add alias IBM-1047. + * charmaps/GBK: Add aliases CP936, MS936, WINDOWS-936. + 2003-06-15 Petter Reinholdtsen <pere@hungry.com> * locales/fi_FI [LC_TIME]: Correct month names to make the dates diff --git a/localedata/charmaps/GBK b/localedata/charmaps/GBK index 285d18384e..4c35f1426c 100644 --- a/localedata/charmaps/GBK +++ b/localedata/charmaps/GBK @@ -4,6 +4,9 @@ <comment_char> % <escape_char> / +% alias CP936 +% alias MS936 +% alias WINDOWS-936 CHARMAP <U0000> /x00 NULL (NUL) <U0001> /x01 START OF HEADING (SOH) diff --git a/localedata/charmaps/IBM1047 b/localedata/charmaps/IBM1047 index 51238517a8..89e0b03eba 100644 --- a/localedata/charmaps/IBM1047 +++ b/localedata/charmaps/IBM1047 @@ -6,6 +6,7 @@ % Registry SC09-1391-00 p 150. +% alias IBM-1047 % alias CP1047 % alias 1047 CHARMAP diff --git a/localedata/charmaps/ISO-8859-15 b/localedata/charmaps/ISO-8859-15 index 0e15867e31..1c92b27370 100644 --- a/localedata/charmaps/ISO-8859-15 +++ b/localedata/charmaps/ISO-8859-15 @@ -3,6 +3,8 @@ <escape_char> / % automatically generated from the charDB +% alias ISO_8859-15 +% alias LATIN-9 CHARMAP <U0000> /x00 NULL <U0001> /x01 START OF HEADING diff --git a/localedata/charmaps/ISO-8859-16 b/localedata/charmaps/ISO-8859-16 index 83fdeb7316..cf4e06c0f5 100644 --- a/localedata/charmaps/ISO-8859-16 +++ b/localedata/charmaps/ISO-8859-16 @@ -4,6 +4,8 @@ % automatically generated from the charDB % alias ISO-IR-226 +% alias ISO_8859-16:2001 +% alias ISO_8859-16 % alias LATIN10 % alias L10 CHARMAP |