This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-28-gdb2bcbc


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  db2bcbcb631f1c1aa023ef9f23a968e1ac288423 (commit)
      from  86955bf62e5690f65995ee8055b1ed529f80842b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=db2bcbcb631f1c1aa023ef9f23a968e1ac288423

commit db2bcbcb631f1c1aa023ef9f23a968e1ac288423
Author: Arslanbek Astemirov <mail.ru>
Date:   Fri Jul 3 09:19:39 2015 +0000

    locales/ce_RU: sync with other *_RU locales
    
    [BZ #18618]
    * locales/ce_RU (LC_IDENTIFICATION): Fix language.
    (LC_TIME): Set first_weekday and first_workday.
    (LC_NUMERIC): Copy ru_RU.

diff --git a/NEWS b/NEWS
index e3c2351..bb45b92 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ using `glibc' in the "product" field.
 Version 2.23
 
 * The following bugs are resolved with this release:
-  16519, 18265, 18525, 18647, 18661.
+  16519, 18265, 18525, 18618, 18647, 18661.
 
 Version 2.22
 
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 0a91680..73f4f59 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,10 @@
+2015-08-07  Arslanbek Astemirov  <astemirow@mail.ru>
+
+	[BZ #18618]
+	* locales/ce_RU (LC_IDENTIFICATION): Fix language.
+	(LC_TIME): Set first_weekday and first_workday.
+	(LC_NUMERIC): Copy ru_RU.
+
 2015-07-21  Khem Raj  <raj.khem@gmail.com>
 
 	[BZ #17475]
diff --git a/localedata/locales/ce_RU b/localedata/locales/ce_RU
index 0fbc0ba..cdeffaf 100644
--- a/localedata/locales/ce_RU
+++ b/localedata/locales/ce_RU
@@ -7,7 +7,7 @@ LC_IDENTIFICATION
 title      "Chechen locale for RUSSIAN FEDERATION"
 source       "ANCHR"
 address      "364024, ChR, Grozny, pr-kt of M. Esambayev, 13"
-language  "ce"
+language  "Chechen"
 territory "RUSSIAN FEDERATION"
 revision  "1.0"
 date      "2014-08-25"
@@ -90,14 +90,12 @@ t_fmt         "<U0025><U0054>"
 %
 am_pm         "";""
 t_fmt_ampm    ""
+first_weekday 2
+first_workday 2
 END LC_TIME
 
 LC_NUMERIC
-% ,
-decimal_point "<U002C>"
-thousands_sep ""
-% 3;3
-grouping      3;3
+copy "ru_RU"
 END LC_NUMERIC
 
 LC_MONETARY

-----------------------------------------------------------------------

Summary of changes:
 NEWS                     |    2 +-
 localedata/ChangeLog     |    7 +++++++
 localedata/locales/ce_RU |   10 ++++------
 3 files changed, 12 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]