about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-10-25 09:56:21 +0200
committerMike FABIAN <mfabian@redhat.com>2017-10-25 10:49:36 +0200
commiteffc9e1d50912d4bc58e189ed30017bb596878b9 (patch)
treedf4ec2f6ea1da5475c2a2f0c0069cbf222dac3fa /ChangeLog
parent10320881d8ecd47b542b8e5ca42fdb1aa5516bbf (diff)
downloadglibc-effc9e1d50912d4bc58e189ed30017bb596878b9.tar.gz
glibc-effc9e1d50912d4bc58e189ed30017bb596878b9.tar.xz
glibc-effc9e1d50912d4bc58e189ed30017bb596878b9.zip
chr_US locale: Fix yesexpr and noexpr
	* localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
	match also for the contents of yesstr and nostr. As the first letter
	of yesstr and nostr is equal, checking only for the first letter
	is not enough.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dc57d8189..337af44277 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-10-25  Mike FABIAN  <mfabian@redhat.com>
 
+	* localedata/locales/chr_US (LC_MESSAGES): In yesexpr and noexpr,
+	match also for the contents of yesstr and nostr. As the first letter
+	of yesstr and nostr is equal, checking only for the first letter
+	is not enough.
+
+2017-10-25  Mike FABIAN  <mfabian@redhat.com>
+
 	* localedata/locales/ber_DZ (LC_MESSAGES): Use copy "kab_DZ",
 	it is the same according to  Belkacem Mohammed <belkacem77@gmail.com>.