Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 11 Feb 2000 19:24:43 +0000 (19:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 11 Feb 2000 19:24:43 +0000 (19:24 +0000)
* iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5.
Reported by Bruno Haible <haible@ilog.fr>.

ChangeLog
iconvdata/gconv-modules
linuxthreads/ChangeLog
localedata/ChangeLog

index 13282cc..959f1c2 100644 (file)
--- 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.
index c192725..9b4cf10 100644 (file)
@@ -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
 
index 5faddcf..cf9bfa0 100644 (file)
@@ -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
index 4d398bc..190506f 100644 (file)
@@ -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.