aboutsummaryrefslogtreecommitdiff
path: root/localedata/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2015-02-20 20:14:59 -0200
committerAlexandre Oliva <aoliva@redhat.com>2015-02-20 20:14:59 -0200
commit4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 (patch)
treed60950243872d9beb0993b12173e6bbf998d779d /localedata/ChangeLog
parente4a399dc3dbb3228eb39af230ad11bc42a018c93 (diff)
downloadglibc-4a4839c94a4c93ffc0d5b95c69a08b02a57007f2.tar
glibc-4a4839c94a4c93ffc0d5b95c69a08b02a57007f2.tar.gz
glibc-4a4839c94a4c93ffc0d5b95c69a08b02a57007f2.tar.bz2
glibc-4a4839c94a4c93ffc0d5b95c69a08b02a57007f2.zip
Unicode 7.0.0 update; added generator scripts.
for localedata/ChangeLog [BZ #17588] [BZ #13064] [BZ #14094] [BZ #17998] * unicode-gen/Makefile: New. * unicode-gen/unicode-license.txt: New, from Unicode. * unicode-gen/UnicodeData.txt: New, from Unicode. * unicode-gen/DerivedCoreProperties.txt: New, from Unicode. * unicode-gen/EastAsianWidth.txt: New, from Unicode. * unicode-gen/gen_unicode_ctype.py: New generator, from Mike FABIAN <mfabian@redhat.com>. * unicode-gen/ctype_compatibility.py: New verifier, from Pravin Satpute <psatpute@redhat.com> and Mike FABIAN. * unicode-gen/ctype_compatibility_test_cases.py: New verifier module, from Mike FABIAN. * unicode-gen/utf8_gen.py: New generator, from Pravin Satpute and Mike FABIAN. * unicode-gen/utf8_compatibility.py: New verifier, from Pravin Satpute and Mike FABIAN. * charmaps/UTF-8: Update. * locales/i18n: Update. * gen-unicode-ctype.c: Remove. * tst-ctype-de_DE.ISO-8859-1.in: Adjust, islower now returns true for ordinal indicators.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r--localedata/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 9c2c2c8a32..58063e0bbd 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,30 @@
+2015-02-20 Alexandre Oliva <aoliva@redhat.com>
+
+ [BZ #17588]
+ [BZ #13064]
+ [BZ #14094]
+ [BZ #17998]
+ * unicode-gen/Makefile: New.
+ * unicode-gen/unicode-license.txt: New, from Unicode.
+ * unicode-gen/UnicodeData.txt: New, from Unicode.
+ * unicode-gen/DerivedCoreProperties.txt: New, from Unicode.
+ * unicode-gen/EastAsianWidth.txt: New, from Unicode.
+ * unicode-gen/gen_unicode_ctype.py: New generator, from Mike
+ FABIAN <mfabian@redhat.com>.
+ * unicode-gen/ctype_compatibility.py: New verifier, from
+ Pravin Satpute <psatpute@redhat.com> and Mike FABIAN.
+ * unicode-gen/ctype_compatibility_test_cases.py: New verifier
+ module, from Mike FABIAN.
+ * unicode-gen/utf8_gen.py: New generator, from Pravin Satpute
+ and Mike FABIAN.
+ * unicode-gen/utf8_compatibility.py: New verifier, from Pravin
+ Satpute and Mike FABIAN.
+ * charmaps/UTF-8: Update.
+ * locales/i18n: Update.
+ * gen-unicode-ctype.c: Remove.
+ * tst-ctype-de_DE.ISO-8859-1.in: Adjust, islower now returns
+ true for ordinal indicators.
+
2015-01-21 Marek Polacek <polacek@redhat.com>
* tests-mbwc/tst_wcscpy.c (tst_wcscpy): Fix condition.