mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
parent
a585280778
commit
f13bfdd0bd
@ -7,7 +7,7 @@
|
||||
* grp/initgroups.c (internal_getgrouplist): Remove unnecessary
|
||||
test introduced in patch for bz #661.
|
||||
(getgrouplist): Simplify code a bit. Don't allocate one additional
|
||||
element on NEWGROUPS.
|
||||
element for NEWGROUPS.
|
||||
|
||||
[BZ #2908]
|
||||
* stdio-common/printf_fphex.c (__printf_fphex): When rounding up
|
||||
@ -60,6 +60,7 @@
|
||||
|
||||
2006-08-01 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #2098]
|
||||
* nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
|
||||
status of NSS calls, not the number of returned entries.
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
2006-06-03 Eddy Petrisor <eddy.petrisor@gmail.com>
|
||||
|
||||
[BZ #2125]
|
||||
* locales/ro_RO: Fix collation rules for <U0218> and <U021A>.
|
||||
Define first_weekday, first_workdayweek_day, work_day,
|
||||
country_isbn and country_post fields.
|
||||
Comments for terminology and bibliographic codes were added.
|
||||
|
||||
2006-08-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* SUPPORTED (SUPPORTED-LOCALES): Add csb_PL.UTF-8.
|
||||
|
@ -94,14 +94,14 @@ reorder-after <U0073>
|
||||
<U0219> <s,>;<CDI>;<MIN>;IGNORE
|
||||
<U015F> <s,>;<CDI>;<MIN>;IGNORE
|
||||
reorder-after <U0053>
|
||||
<U0218> <s,>;<CDI>;<MIN>;IGNORE
|
||||
<U0218> <s,>;<CDI>;<CAP>;IGNORE
|
||||
<U015E> <s,>;<CDI>;<CAP>;IGNORE
|
||||
|
||||
reorder-after <U0074>
|
||||
<U021B> <t,>;<CDI>;<MIN>;IGNORE
|
||||
<U0163> <t,>;<CDI>;<MIN>;IGNORE
|
||||
reorder-after <U0054>
|
||||
<U021A> <t,>;<CDI>;<MIN>;IGNORE
|
||||
<U021A> <t,>;<CDI>;<CAP>;IGNORE
|
||||
<U0162> <t,>;<CDI>;<CAP>;IGNORE
|
||||
|
||||
reorder-end
|
||||
@ -266,6 +266,10 @@ t_fmt_ampm ""
|
||||
date_fmt "<U0025><U0041><U0020><U0025><U002D><U0065><U0020><U0025><U0042>/
|
||||
<U0020><U0025><U0059><U002C><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
||||
<U0025><U007A>"
|
||||
% First week day is Monday
|
||||
first_weekday 2
|
||||
% First work day is Monday
|
||||
first_workday 2
|
||||
END LC_TIME
|
||||
|
||||
|
||||
@ -369,9 +373,18 @@ country_ab2 "<U0052><U004F>"
|
||||
country_ab3 "<U0052><U004F><U0055>"
|
||||
country_num 642
|
||||
country_car "<U0052><U004F>"
|
||||
% ISBN code is 973
|
||||
% see: http://homepages.cwi.nl/~dik/english/codes/isbn.html
|
||||
% and other sources
|
||||
country_isbn 973
|
||||
% FIXME: is it really RO?
|
||||
country_post "<U0052><U004F>"
|
||||
% language names are not capitalized in Romanian ( roma>na( )
|
||||
lang_name "<U0072><U006F><U006D><U00E2><U006E><U0103>"
|
||||
lang_ab "<U0072><U006F>"
|
||||
% set the terminology code to "ron" as defined in iso639-2
|
||||
lang_term "<U0072><U006F><U006E>"
|
||||
% set the bibliographic code to "rum" as defined in iso639-2
|
||||
lang_lib "<U0072><U0075><U006D>"
|
||||
END LC_ADDRESS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user