aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-19 19:14:15 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-19 19:14:15 +0000
commit2a505c961d490214d9801db06af253f234600a31 (patch)
treefe7ab9b4845e02d7469ad82687e82a3616e36fb1
parent77c80d6591391544bd5e29d6607ef38f8fe709b7 (diff)
downloadglibc-2a505c961d490214d9801db06af253f234600a31.tar.xz
glibc-2a505c961d490214d9801db06af253f234600a31.zip
Update.
* sysdeps/unix/sysv/linux/bits/resource.h: Remove <asm/resource.h> inclusion. 1999-12-19 Andreas Jaeger <aj@suse.de> * include/string.h: Mark __strndup with __attribute_malloc__. 1999-12-19 Ulrich Drepper <drepper@cygnus.com>
-rw-r--r--ChangeLog9
-rw-r--r--include/string.h3
-rw-r--r--localedata/ChangeLog50
-rw-r--r--localedata/locales/POSIX6
-rw-r--r--localedata/locales/ca_ES16
-rw-r--r--localedata/locales/cs_CZ16
-rw-r--r--localedata/locales/da_DK16
-rw-r--r--localedata/locales/el_GR16
-rw-r--r--localedata/locales/en_CA16
-rw-r--r--localedata/locales/en_CA,2.522
-rw-r--r--localedata/locales/en_DK16
-rw-r--r--localedata/locales/en_DK.com16
-rw-r--r--localedata/locales/es_AR16
-rw-r--r--localedata/locales/es_BO16
-rw-r--r--localedata/locales/es_CL16
-rw-r--r--localedata/locales/es_CO16
-rw-r--r--localedata/locales/es_DO16
-rw-r--r--localedata/locales/es_EC16
-rw-r--r--localedata/locales/es_ES16
-rw-r--r--localedata/locales/es_GT16
-rw-r--r--localedata/locales/es_HN16
-rw-r--r--localedata/locales/es_MX16
-rw-r--r--localedata/locales/es_PA16
-rw-r--r--localedata/locales/es_PE16
-rw-r--r--localedata/locales/es_PY16
-rw-r--r--localedata/locales/es_SV16
-rw-r--r--localedata/locales/es_US16
-rw-r--r--localedata/locales/es_UY16
-rw-r--r--localedata/locales/es_VE16
-rw-r--r--localedata/locales/et_EE16
-rw-r--r--localedata/locales/fi_FI16
-rw-r--r--localedata/locales/fr_CA,2.1322
-rw-r--r--localedata/locales/hr_HR16
-rw-r--r--localedata/locales/hu_HU16
-rw-r--r--localedata/locales/is_IS16
-rw-r--r--localedata/locales/lt_LT16
-rw-r--r--localedata/locales/lv_LV16
-rw-r--r--localedata/locales/no_NO16
-rw-r--r--localedata/locales/pl_PL16
-rw-r--r--localedata/locales/ro_RO16
-rw-r--r--localedata/locales/ru_RU16
-rw-r--r--localedata/locales/ru_UA74
-rw-r--r--localedata/locales/sl_SI16
-rw-r--r--localedata/locales/sr_YU16
-rw-r--r--localedata/locales/sv_SE16
-rw-r--r--localedata/locales/th_TH441
-rw-r--r--localedata/locales/tr_TR16
-rw-r--r--localedata/locales/uk_UA74
-rw-r--r--sysdeps/unix/sysv/linux/bits/resource.h1
49 files changed, 693 insertions, 633 deletions
diff --git a/ChangeLog b/ChangeLog
index 72dbc99f23..cdec1309c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1999-12-19 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/unix/sysv/linux/bits/resource.h: Remove <asm/resource.h>
+ inclusion.
+
+1999-12-19 Andreas Jaeger <aj@suse.de>
+
+ * include/string.h: Mark __strndup with __attribute_malloc__.
+
+1999-12-19 Ulrich Drepper <drepper@cygnus.com>
+
* locale/langinfo.h: Always define CODESET.
(CODESET): Define also as macro.
diff --git a/include/string.h b/include/string.h
index 5256bdcfc2..6f00a894fa 100644
--- a/include/string.h
+++ b/include/string.h
@@ -14,7 +14,8 @@ extern int __strverscmp (__const char *__s1, __const char *__s2);
extern int __strncasecmp (__const char *__s1, __const char *__s2,
size_t __n);
-extern char *__strndup (__const char *__string, size_t __n);
+extern char *__strndup (__const char *__string, size_t __n)
+ __attribute_malloc__;
extern void *__rawmemchr (__const void *__s, int __c);
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 3fb6f33f5e..b463be9eff 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,53 @@
+1999-12-19 Ulrich Drepper <drepper@cygnus.com>
+
+ * locales/POSIX: Fix collation order of <SI> and add a few missing
+ symbols. Patch by Miloslav Trmac <mitr@volny.cz>.
+
+ * locales/cs_CZ: Fix syntax of collation entries with multi-character
+ weights.
+ * locales/da_DK: Likewise.
+ * locales/el_GR: Likewise.
+ * locales/en_CA: Likewise.
+ * locales/en_CA,2.5: Likewise.
+ * locales/en_DK: Likewise.
+ * locales/en_DK.com: Likewise.
+ * locales/es_AR: Likewise.
+ * locales/es_BO: Likewise.
+ * locales/es_CL: Likewise.
+ * locales/es_CO: Likewise.
+ * locales/es_DO: Likewise.
+ * locales/es_EC: Likewise.
+ * locales/es_ES: Likewise.
+ * locales/es_GT: Likewise.
+ * locales/es_HN: Likewise.
+ * locales/es_MX: Likewise.
+ * locales/es_PA: Likewise.
+ * locales/es_PE: Likewise.
+ * locales/es_PY: Likewise.
+ * locales/es_SV: Likewise.
+ * locales/es_US: Likewise.
+ * locales/es_UY: Likewise.
+ * locales/es_VE: Likewise.
+ * locales/et_EE: Likewise.
+ * locales/fi_FI: Likewise.
+ * locales/fr_CA,2.13: Likewise.
+ * locales/hr_HR: Likewise.
+ * locales/hu_HU: Likewise.
+ * locales/is_IS: Likewise.
+ * locales/lt_LT: Likewise.
+ * locales/lv_LV: Likewise.
+ * locales/no_NO: Likewise.
+ * locales/pl_PL: Likewise.
+ * locales/ro_RO: Likewise.
+ * locales/ru_RU: Likewise.
+ * locales/ru_UA: Likewise.
+ * locales/sl_SI: Likewise.
+ * locales/sr_YU: Likewise.
+ * locales/sv_SE: Likewise.
+ * locales/th_TH: Likewise.
+ * locales/tr_TR: Likewise.
+ * locales/uk_UA: Likewise.
+
1999-12-18 Ulrich Drepper <drepper@cygnus.com>
* charmaps/ISIRI-3342: New file.
diff --git a/localedata/locales/POSIX b/localedata/locales/POSIX
index 7d65b351ff..0eb1216b39 100644
--- a/localedata/locales/POSIX
+++ b/localedata/locales/POSIX
@@ -94,8 +94,8 @@ order_start forward
<vertical-tab>
<form-feed>
<carriage-return>
-<SI>
<SO>
+<SI>
<DLE>
<DC1>
<DC2>
@@ -134,6 +134,7 @@ order_start forward
<three>
<four>
<five>
+<six>
<seven>
<eight>
<nine>
@@ -199,6 +200,7 @@ order_start forward
<u>
<v>
<w>
+<x>
<y>
<z>
<left-curly-bracket>
@@ -206,7 +208,7 @@ order_start forward
<right-curly-bracket>
<tilde>
<DEL>
-<UNDEFINED>
+UNDEFINED
order_end
#
END LC_COLLATE
diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES
index 440434e904..cd15976790 100644
--- a/localedata/locales/ca_ES
+++ b/localedata/locales/ca_ES
@@ -1894,14 +1894,14 @@ UNDEFINED IGNORE;IGNORE;IGNORE
<8a> <8>;<8a>;IGNORE;IGNORE
<9a> <9>;<9a>;IGNORE;IGNORE
-<lM-> <l+><aM>;<l+><aM>;<lM-><lM->;IGNORE
-<lM.> <l+><aM>;<l+><aM.>;<lM.><lM.>;IGNORE
-<lH-> <l+><aH>;<l+><aH>;<lH-><lH->;IGNORE
-<lH.> <l+><aH>;<l+><aH.>;<lH.><lH.>;IGNORE
-<lh-> <l+><ah>;<l+><ah>;<lh-><lh->;IGNORE
-<lh.> <l+><ah>;<l+><ah.>;<lh.><lh.>;IGNORE
-<la-> <l+><a+>;<l+><a+->;<la-><la->;IGNORE
-<la.> <l+><a+>;<l+><a+.>;<la.><la.>;IGNORE
+<lM-> "<l+><aM>";"<l+><aM>";"<lM-><lM->";IGNORE
+<lM.> "<l+><aM>";"<l+><aM.>";"<lM.><lM.>";IGNORE
+<lH-> "<l+><aH>";"<l+><aH>";"<lH-><lH->";IGNORE
+<lH.> "<l+><aH>";"<l+><aH.>";"<lH.><lH.>";IGNORE
+<lh-> "<l+><ah>";"<l+><ah>";"<lh-><lh->";IGNORE
+<lh.> "<l+><ah>";"<l+><ah.>";"<lh.><lh.>";IGNORE
+<la-> "<l+><a+>";"<l+><a+->";"<la-><la->";IGNORE
+<la.> "<l+><a+>";"<l+><a+.>";"<la.><la.>";IGNORE
% katakana/hiragana sorting
% base is katakana, as this is present in most charsets
diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ
index f75de50251..4629032174 100644
--- a/localedata/locales/cs_CZ
+++ b/localedata/locales/cs_CZ
@@ -2082,14 +2082,14 @@ UNDEFINED IGNORE;IGNORE;IGNORE;IGNORE
<8a> <8>;<8a>;IGNORE;<8>
<9a> <9>;<9a>;IGNORE;<9>
-<lM-> <l+><aM>;<l+><aM>;<lM-><lM->;<l+><aM>
-<lM.> <l+><aM>;<l+><aM.>;<lM.><lM.>;<l+><aM>
-<lH-> <l+><aH>;<l+><aH>;<lH-><lH->;<l+><aH>
-<lH.> <l+><aH>;<l+><aH.>;<lH.><lH.>;<l+><aH>
-<lh-> <l+><ah>;<l+><ah>;<lh-><lh->;<l+><ah>
-<lh.> <l+><ah>;<l+><ah.>;<lh.><lh.>;<l+><ah>
-<la-> <l+><a+>;<l+><a+->;<la-><la->;<l+><a+>
-<la.> <l+><a+>;<l+><a+.>;<la.><la.>;<l+><a+>
+<lM-> "<l+><aM>";"<l+><aM>";"<lM-><lM->";"<l+><aM>"
+<lM.> "<l+><aM>";"<l+><aM.>";"<lM.><lM.>";"<l+><aM>"
+<lH-> "<l+><aH>";"<l+><aH>";"<lH-><lH->";"<l+><aH>"
+<lH.> "<l+><aH>";"<l+><aH.>";"<lH.><lH.>";"<l+><aH>"
+<lh-> "<l+><ah>";"<l+><ah>";"<lh-><lh->";"<l+><ah>"
+<lh.> "<l+><ah>";"<l+><ah.>";"<lh.><lh.>";"<l+><ah>"
+<la-> "<l+><a+>";"<l+><a+->";"<la-><la->";"<l+><a+>"
+<la.> "<l+><a+>";"<l+><a+.>";"<la.><la.>";"<l+><a+>"
% katakana/hiragana sorting
% base is katakana, as this is present in most charsets
diff --git a/localedata/locales/da_DK b/localedata/locales/da_DK
index f54be814e1..ea84e7fd67 100644
--- a/localedata/locales/da_DK
+++ b/localedata/locales/da_DK
@@ -1918,14 +1918,14 @@ UNDEFINED IGNORE;IGNORE;IGNORE
<8a> <8>;<8a>;IGNORE;IGNORE
<9a> <9>;<9a>;IGNORE;IGNORE
-<lM-> <l+><aM>;<l+><aM>;<lM-><lM->;IGNORE
-<lM.> <l+><aM>;<l+><aM.>;<lM.><lM.>;IGNORE
-<lH-> <l+><aH>;<l+><aH>;<lH-><lH->;IGNORE
-<lH.> <l+><aH>;<l+><aH.>;<lH.><lH.>;IGNORE
-<lh-> <l+><ah>;<l+><ah>;<lh-><lh->;IGNORE
-<lh.> <l+><ah>;<l+><ah.>;<lh.><lh.>;IGNORE
-<la-> <l+><a+>;<l+><a+->;<la-><la->;IGNORE
-<la.> <l+><a+>;<l+><a+.>;<la.><la.>;IGNORE
+<lM-> "<l+><aM>";"<l+><aM>";"<lM-><lM->";IGNORE
+<lM.> "<l+><aM>";"<l+><aM.>";"<lM.><lM.>";IGNORE
+<lH-> "<l+><aH>";"<l+><aH>";"<lH-><lH->";IGNORE
+<lH.> "<l+><aH>";"<l+><aH.>";"<lH.><lH.>";IGNORE
+<lh-> "<l+><ah>";"<l+><ah>";"<lh-><lh->";IGNORE
+<lh.> "<l+><ah>";"<l+><ah.>";"<lh.><lh.>";IGNORE
+<la-> "<l+><a+>";"<l+><a+->";"<la-><la->";IGNORE
+<la.> "<l+><a+>";"<l+><a+.>";"<la.><la.>";IGNORE
% katakana/hiragana sorting
% base is katakana, as this is present in most charsets
diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR
index ff71b5c1b2..e3d865c480 100644
--- a/localedata/locales/el_GR
+++ b/localedata/locales/el_GR
@@ -1932,14 +1932,14 @@ UNDEFINED IGNORE;IGNORE;IGNORE
<8a> <8>;<8a>;IGNORE;IGNORE
<9a> <9>;<9a>;IGNORE;IGNORE
-<lM-> <l+><aM>;<l+><aM>;<lM-><lM->;IGNORE
-<lM.> <l+><aM>;<l+><aM.>;<lM.><lM.>;IGNORE
-<lH-> <l+><aH>;<l+><aH>;<lH-><lH->;IGNORE
-<lH.> <l+><aH>;<l+><aH.>;<lH.><lH.>;IGNORE
-<lh-> <l+><ah>;<l+><ah>;<lh-><lh->;IGNORE
-<lh.> <l+><ah>;<l+><ah.>;<lh.><lh.>;IGNORE
-<la-> <l+><a+>;<l+><a+->;<la-><la->;IGNORE
-<la.> <l+><a+>;<l+><a+.>;<la.><la.>;IGNORE
+<lM-> "<l+><aM>";"<l+><aM>";"<lM-><lM->";IGNORE
+<lM.> "<l+><aM>";"<l+><aM.>";"<lM.><lM.>";IGNORE
+<lH-> "<l+><aH>";"<l+><aH>";"<lH-><lH->";IGNORE
+<lH.> "<l+><aH>";"<l+><aH.>";"<lH.><lH.>";IGNORE
+<lh-> "<l+><ah>";"<l+><ah>";"<lh-><lh->";IGNORE
+<lh.> "<l+><ah>";"<l+><ah.>";"<lh.><lh.>";IGNORE
+<la-> "<l+><a+>";"<l+><a+->";"<la-><la->";IGNORE
+<la.> "<l+><a+>";"<l+><a+.>";"<la.><la.>";IGNORE
% katakana/hiragana sorting
% base is katakana, as this is present in most charsets
diff --git a/localedata/locales/en_CA b/localedata/locales/en_CA
index cbf86ab203..c3649e8998 100644
--- a/localedata/locales/en_CA
+++ b/localedata/locales/en_CA
@@ -1898,14 +1898,14 @@ UNDEFINED IGNORE;IGNORE;IGNORE
<8a> <8>;<8a>;IGNORE;IGNORE
<9a> <9>;<9a>;IGNORE;IGNORE
-<lM-> <l+><aM>;<l+><aM>;<lM-><lM->;IGNORE
-<lM.> <l+><aM>;<l+><aM.>;<lM.><lM.>;IGNORE
-<lH-> <l+><aH>;<l+><aH>;<lH-><lH->;IGNORE
-<lH.> <l+><aH>;<l+><aH.>;<lH.><lH.>;IGNORE
-<lh-> <l+><ah>;<l+><ah>;<lh-><lh->;IGNORE
-<lh.> <l+><ah>;<l+><ah.>;<lh.><lh.>;IGNORE
-<la-> <l+><a+>;<l+><a+->;<la-><la->;IGNORE
-<la.> <l+><a+>;<l+><a+.>;<la.><la.>;IGNORE
+<lM-> "<l+><aM>";"<l+><aM>";"<lM-><lM->";IGNORE
+<lM.> "<l+><aM>";"<l+><aM.>";"<lM.><lM.>";IGNORE
+<lH-> "<l+><aH>";"<l+><aH>";"<lH-><lH->";IGNORE
+<lH.> "<l+><aH>";"<l+><aH.>";"<lH.><lH.>";IGNORE
+<lh-> "<l+><ah>";"<l+><ah>";"<lh-><lh->";IGNORE
+<lh.> "<l+><ah>";"<l+><ah.>";"<lh.><lh.>";IGNORE