aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2016-01-05 03:04:41 +0100
committerRafal Luzynski <digitalfreak@lingonborough.com>2018-01-29 13:14:45 +0100
commitf7bdf30d1549f9b9e7d47f5314215eeb7116c47f (patch)
tree90ec6a1b5d9995759bea79d0e3252d8e718c0965 /ChangeLog
parent1f89ac719018bf7cd372c4f73aa067ced5f7ecd4 (diff)
downloadglibc-f7bdf30d1549f9b9e7d47f5314215eeb7116c47f.zip
glibc-f7bdf30d1549f9b9e7d47f5314215eeb7116c47f.tar.gz
glibc-f7bdf30d1549f9b9e7d47f5314215eeb7116c47f.tar.bz2
ru_RU, ru_UA: Add alternative month names (bug 10871).
[BZ #10871] * localedata/locales/ru_RU (mon): Rename to... (alt_mon): This. (abmon): Rename to... (ab_alt_mon): This. (mon): Import from CLDR (genitive case). (abmon): Copy from the old content except the 5th month which is now in the genitive case, even when abbreviated. * localedata/locales/ru_UA: Likewise. * time/tst-strptime.c (day_tests): Add an actual example of a difference between %b and %Ob in Russian.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d391807..64421ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2018-01-29 Rafal Luzynski <digitalfreak@lingonborough.com>
+
+ [BZ #10871]
+ * localedata/locales/ru_RU (mon): Rename to...
+ (alt_mon): This.
+ (abmon): Rename to...
+ (ab_alt_mon): This.
+ (mon): Import from CLDR (genitive case).
+ (abmon): Copy from the old content except the 5th month which is
+ now in the genitive case, even when abbreviated.
+ * localedata/locales/ru_UA: Likewise.
+ * time/tst-strptime.c (day_tests): Add an actual example of
+ a difference between %b and %Ob in Russian.
+
2018-01-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/mach/hurd/xmknodat.c: Include <sys/sysmacros.h>.