GNU C Library master sources branch master updated. glibc-2.26.9000-1245-g9a1b267
rl@sourceware.org
rl@sourceware.org
Tue Jan 30 11:51:00 GMT 2018
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 9a1b267d470827ced2c81f6e711b5d5582a91a4d (commit)
from 9a123ff05d624f429aa31fce10a8276a52a11f0d (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=9a1b267d470827ced2c81f6e711b5d5582a91a4d
commit 9a1b267d470827ced2c81f6e711b5d5582a91a4d
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date: Tue Jan 30 12:33:14 2018 +0100
hr_HR: Add alternative month names (bug 10871).
[BZ #10871]
* localedata/locales/hr_HR (mon): Rename to...
(alt_mon): This.
(mon): Import from CLDR (genitive case).
(d_t_fmt): Update the comment.
diff --git a/ChangeLog b/ChangeLog
index 80ad4c6..d1a3804 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-01-30 Rafal Luzynski <digitalfreak@lingonborough.com>
+
+ [BZ #10871]
+ * localedata/locales/hr_HR (mon): Rename to...
+ (alt_mon): This.
+ (mon): Import from CLDR (genitive case).
+ (d_t_fmt): Update the comment.
+
2018-01-29 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/posix/fpathconf.c (__fpathconf): Verify the values of
diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR
index 9aaf803..1a616aa 100644
--- a/localedata/locales/hr_HR
+++ b/localedata/locales/hr_HR
@@ -211,7 +211,7 @@ abmon "sij";"velj";/
"srp";"kol";/
"ruj";"lis";/
"stu";"pro"
-mon "sije<U010D>anj";/
+alt_mon "sije<U010D>anj";/
"velja<U010D>a";/
"o<U017E>ujak";/
"travanj";/
@@ -223,9 +223,21 @@ mon "sije<U010D>anj";/
"listopad";/
"studeni";/
"prosinac"
+mon "sije<U010D>nja";/
+ "velja<U010D>e";/
+ "o<U017E>ujka";/
+ "travnja";/
+ "svibnja";/
+ "lipnja";/
+ "srpnja";/
+ "kolovoza";/
+ "rujna";/
+ "listopada";/
+ "studenoga";/
+ "prosinca"
% %A - full weekday name
% %d - day of month (with padded 0)
-% %B - full month name
+% %B - full month name (genitive case)
% %Y - year with century
% %T - 24-hour time
% %Z - time zone
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
localedata/locales/hr_HR | 16 ++++++++++++++--
2 files changed, 22 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list