2009-04-22  Ulrich Drepper  <drepper@redhat.com>
	[BZ #9963]
	* locales/en_PH: Fix LC_PAPER.
	* locales/es_CL: Likewise.
	* locales/es_CO: Likewise.
	* locales/es_MX: Likewise.
	* locales/es_US: Likewise.
	* locales/es_VE: Likewise.
	* locales/fil_PH: Likewise.
	* locales/ik_CA: Likewise.
	* locales/iu_CA: Likewise.
	* locales/tl_PH: Likewise.
This commit is contained in:
Ulrich Drepper 2009-04-23 04:30:42 +00:00
parent d301a6e167
commit 5497de87c9
12 changed files with 30 additions and 33 deletions

View File

@ -1,3 +1,17 @@
2009-04-22 Ulrich Drepper <drepper@redhat.com>
[BZ #9963]
* locales/en_PH: Fix LC_PAPER.
* locales/es_CL: Likewise.
* locales/es_CO: Likewise.
* locales/es_MX: Likewise.
* locales/es_US: Likewise.
* locales/es_VE: Likewise.
* locales/fil_PH: Likewise.
* locales/ik_CA: Likewise.
* locales/iu_CA: Likewise.
* locales/tl_PH: Likewise.
2009-04-18 Ulrich Drepper <drepper@redhat.com>
* SUPPORTED: Add ks_IN.

View File

@ -166,11 +166,7 @@ END LC_MESSAGES
LC_PAPER
% This is the ISO_IEC TR14652 Locale definition for the LC_PAPER category
% generated by IBM Basic CountryPack Transformer.
height 297
width 210
copy "tl_PH"
END LC_PAPER

View File

@ -125,10 +125,8 @@ date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
END LC_TIME
LC_PAPER
% FIXME
height 297
% FIXME
width 210
height 279
width 216
END LC_PAPER
LC_TELEPHONE

View File

@ -125,10 +125,8 @@ date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
END LC_TIME
LC_PAPER
% FIXME
height 297
% FIXME
width 210
height 279
width 216
END LC_PAPER
LC_TELEPHONE

View File

@ -125,10 +125,8 @@ date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
END LC_TIME
LC_PAPER
% FIXME
height 297
% FIXME
width 210
height 279
width 216
END LC_PAPER
LC_TELEPHONE

View File

@ -177,8 +177,7 @@ date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
END LC_TIME
LC_PAPER
height 279
width 216
copy "en_US"
END LC_PAPER
LC_TELEPHONE

View File

@ -126,10 +126,8 @@ date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
END LC_TIME
LC_PAPER
% FIXME
height 297
% FIXME
width 210
height 279
width 216
END LC_PAPER
LC_TELEPHONE

View File

@ -150,8 +150,7 @@ noexpr "<U005B><U0068><U0048><U006E><U004E><U005D><U002E><U002A>"
END LC_MESSAGES
LC_PAPER
height 297
width 210
copy "tl_PH"
END LC_PAPER
LC_MEASUREMENT

View File

@ -207,10 +207,8 @@ yesexpr "<U005B><U0079><U0059><U0069><U0049><U0061><U0041><U005D><U002E><U00
noexpr "<U005B><U006E><U004E><U0071><U0051><U005D><U002E><U002A>"
END LC_MESSAGES
% Default paper: A4
LC_PAPER
height 297
width 210
copy "en_CA"
END LC_PAPER
% Metric System (ISO 1000)

View File

@ -119,10 +119,8 @@ yesexpr "<U005B><U0079><U0059><U0073><U0053><U005D><U002E><U002A>"
noexpr "<U005B><U006E><U004E><U005D><U002E><U002A>"
END LC_MESSAGES
% Default paper: A4
LC_PAPER
height 297
width 210
copy "en_CA"
END LC_PAPER
% FIXME

View File

@ -144,8 +144,8 @@ copy "en_US"
END LC_MESSAGES
LC_PAPER
height 297
width 210
height 279
width 216
END LC_PAPER
LC_MEASUREMENT

View File

@ -1,5 +1,6 @@
2009-04-22 Ulrich Drepper <drepper@redhat.com>
[BZ #10090]
* pthread_attr_setschedparam.c (__pthread_attr_setschedparam):
Check policy and priority for validity.
Patch mostly by Zhang Xiliang <zhangxiliang@cn.fujitsu.com>.