Skip to content

Commit

Permalink
[BZ #2098]
Browse files Browse the repository at this point in the history
element for NEWGROUPS.
	[BZ #2098]
  • Loading branch information
Ulrich Drepper committed Aug 3, 2006
1 parent a585280 commit f13bfdd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand 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.

Expand Down
8 changes: 8 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
17 changes: 15 additions & 2 deletions localedata/locales/ro_RO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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


Expand Down Expand Up @@ -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

0 comments on commit f13bfdd

Please sign in to comment.