aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-11 19:24:43 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-11 19:24:43 +0000
commitb168cff285692e8cc7ba1f2f9646f4438e75f909 (patch)
treebd55b9c2e2976efcc4a25dd3c2304ee74a31c6c2
parenta1d84548c8aa7023cd039c85f81b831eef6d4a4c (diff)
downloadglibc-b168cff285692e8cc7ba1f2f9646f4438e75f909.zip
glibc-b168cff285692e8cc7ba1f2f9646f4438e75f909.tar.gz
glibc-b168cff285692e8cc7ba1f2f9646f4438e75f909.tar.bz2
Update.
* iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5. Reported by Bruno Haible <haible@ilog.fr>.
-rw-r--r--ChangeLog3
-rw-r--r--iconvdata/gconv-modules2
-rw-r--r--linuxthreads/ChangeLog7
-rw-r--r--localedata/ChangeLog12
4 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13282cc..959f1c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-02-11 Ulrich Drepper <drepper@redhat.com>
+ * iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5.
+ Reported by Bruno Haible <haible@ilog.fr>.
+
* stdio-common/printf-parse.h (parse_one_spec): Set wide elements.
* stdio-common/printf_fp.c: Truely support wide characater output.
diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules
index c192725..9b4cf10 100644
--- a/iconvdata/gconv-modules
+++ b/iconvdata/gconv-modules
@@ -878,6 +878,7 @@ module INTERNAL JOHAB// JOHAB 1
alias BIG-FIVE// BIG5//
alias BIGFIVE// BIG5//
alias BIG-5// BIG5//
+alias CN-BIG5// BIG5//
module BIG5// INTERNAL BIG5 1
module INTERNAL BIG5// BIG5 1
@@ -893,6 +894,7 @@ module INTERNAL EUC-JP// EUC-JP 1
alias EUCCN// EUC-CN//
alias GB2312// EUC-CN//
alias csGB2312// EUC-CN//
+alias CN-GB// EUC-CN//
module EUC-CN// INTERNAL EUC-CN 1
module INTERNAL EUC-CN// EUC-CN 1
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 5faddcf..cf9bfa0 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,10 @@
+2000-02-01 Kaz Kylheku <kaz@ashi.footprints.net>
+
+ * condvar.c (pthread_cond_timedwait_relative_old): Do tight
+ loop around nanosleep calls instead of around most of the function
+ (pthread_cond_timedwait_relative_new): Likewise.
+ body. Got rid of backwards goto and one local.
+
2000-01-31 Ulrich Drepper <drepper@redhat.com>
* condvar.c (pthread_cond_timedwait_relative_old): Recompute time
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 4d398bc..190506f 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,15 @@
+2000-02-11 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile (generated-dirs): Add de_DE.437.
+
+2000-01-31 Ulrich Drepper <drepper@redhat.com>
+
+ * charmaps/IBM864: Correct comment for /xC6 mapping.
+ * charmaps/ISO-IR-90: Correct mapping for <tilde>.
+ * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
+ * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
+ Reported by Bruno Haible <haible@ilog.fr>.
+
2000-01-27 Jakub Jelinek <jakub@redhat.com>
* locales/af_ZA: Fix syntax errors.