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.27.9000-578-g9145f03


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  9145f0333d11683cb3d796246d1395c84b4a3516 (commit)
      from  ba2ea23d053e293baeb39554b2e9fc56f8ef335b (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=9145f0333d11683cb3d796246d1395c84b4a3516

commit 9145f0333d11683cb3d796246d1395c84b4a3516
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Tue Jan 30 12:31:12 2018 +0100

    os_RU: Add alternative month names (bug 23140).
    
    	[BZ #23140]
    	* localedata/locales/os_RU (mon): Rename to...
    	(alt_mon): This.
    	(mon): Import from CLDR (genitive case).
    
    Reviewed-by: Carlos O'Donell <carlos@redhat.com>

diff --git a/ChangeLog b/ChangeLog
index cd86d86..694d10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-07-17  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[BZ #23140]
+	* localedata/locales/os_RU (mon): Rename to...
+	(alt_mon): This.
+	(mon): Import from CLDR (genitive case).
+
 2018-07-17  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86/cpu-features.c: Always include <dl-cet.h> and
diff --git a/NEWS b/NEWS
index 5de2c28..1a626f0 100644
--- a/NEWS
+++ b/NEWS
@@ -36,9 +36,9 @@ Major new features:
     fMxdivfNx functions.
 
 * Nominative and genitive month names are now supported for the following
-  languages: Armenian, Asturian, Catalan, Czech, Kashubian, Scottish Gaelic,
-  Upper Sorbian, and Walloon.  The following languages now support
-  abbreviated alternative month names: Catalan, Greek, and Kashubian.
+  languages: Armenian, Asturian, Catalan, Czech, Kashubian, Ossetian,
+  Scottish Gaelic, Upper Sorbian, and Walloon.  The following languages now
+  support abbreviated alternative month names: Catalan, Greek, and Kashubian.
 
 * New locale added: Lower Sorbian (dsb_DE), including the support of the
   nominative and genitive month names.
diff --git a/localedata/locales/os_RU b/localedata/locales/os_RU
index fcd72ef..9a4ce03 100644
--- a/localedata/locales/os_RU
+++ b/localedata/locales/os_RU
@@ -116,7 +116,7 @@ abmon   "<U042F><U043D><U0432>";/
 "<U041D><U043E><U044F>";/
 "<U0414><U0435><U043A>"
 
-mon     "<U042F><U043D><U0432><U0430><U0440><U044C>";/
+alt_mon "<U042F><U043D><U0432><U0430><U0440><U044C>";/
 "<U0424><U0435><U0432><U0440><U0430><U043B><U044C>";/
 "<U041C><U0430><U0440><U0442><U044A><U0438>";/
 "<U0410><U043F><U0440><U0435><U043B><U044C>";/
@@ -128,6 +128,19 @@ mon     "<U042F><U043D><U0432><U0430><U0440><U044C>";/
 "<U041E><U043A><U0442><U044F><U0431><U0440><U044C>";/
 "<U041D><U043E><U044F><U0431><U0440><U044C>";/
 "<U0414><U0435><U043A><U0430><U0431><U0440><U044C>"
+
+mon     "<U044F><U043D><U0432><U0430><U0440><U044B>";/
+"<U0444><U0435><U0432><U0440><U0430><U043B><U044B>";/
+"<U043C><U0430><U0440><U0442><U044A><U0438><U0439><U044B>";/
+"<U0430><U043F><U0440><U0435><U043B><U044B>";/
+"<U043C><U0430><U0439><U044B>";/
+"<U0438><U044E><U043D><U044B>";/
+"<U0438><U044E><U043B><U044B>";/
+"<U0430><U0432><U0433><U0443><U0441><U0442><U044B>";/
+"<U0441><U0435><U043D><U0442><U044F><U0431><U0440><U044B>";/
+"<U043E><U043A><U0442><U044F><U0431><U0440><U044B>";/
+"<U043D><U043E><U044F><U0431><U0440><U044B>";/
+"<U0434><U0435><U043A><U0430><U0431><U0440><U044B>"
 d_t_fmt "%a %d %b %Y %T"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"

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

Summary of changes:
 ChangeLog                |    7 +++++++
 NEWS                     |    6 +++---
 localedata/locales/os_RU |   15 ++++++++++++++-
 3 files changed, 24 insertions(+), 4 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]