From: Ulrich Drepper Date: Fri, 11 Feb 2000 19:24:43 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~19265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b168cff285692e8cc7ba1f2f9646f4438e75f909;p=platform%2Fupstream%2Flinaro-glibc.git Update. * iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5. Reported by Bruno Haible . --- diff --git a/ChangeLog b/ChangeLog index 13282cc..959f1c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-02-11 Ulrich Drepper + * iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5. + Reported by Bruno Haible . + * 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 + + * 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 * 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 + + * Makefile (generated-dirs): Add de_DE.437. + +2000-01-31 Ulrich Drepper + + * charmaps/IBM864: Correct comment for /xC6 mapping. + * charmaps/ISO-IR-90: Correct mapping for . + * 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 . + 2000-01-27 Jakub Jelinek * locales/af_ZA: Fix syntax errors.