diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | iconvdata/gconv-modules | 2 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 7 | ||||
-rw-r--r-- | localedata/ChangeLog | 12 |
4 files changed, 24 insertions, 0 deletions
@@ -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 c192725506..9b4cf10501 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 5faddcffdd..cf9bfa03bd 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 4d398bce63..190506f7f8 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. |