* iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5.
	Reported by Bruno Haible <haible@ilog.fr>.
This commit is contained in:
Ulrich Drepper 2000-02-11 19:24:43 +00:00
parent a1d84548c8
commit b168cff285
4 changed files with 24 additions and 0 deletions

View file

@ -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.

View 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

View 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

View 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.