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.26-19-g2aad4b0


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  2aad4b04ad7b17a2e6b0e66d2cb4bc559376617b (commit)
      from  964263bb8d650f1681665c55704fb01a8e725621 (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=2aad4b04ad7b17a2e6b0e66d2cb4bc559376617b

commit 2aad4b04ad7b17a2e6b0e66d2cb4bc559376617b
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Aug 3 12:41:26 2017 +0200

    Revert â??Fix yesexpr in en_DK localeâ??
    
    	This reverts commit 8f75515080ee099030547ba5bcae59e800a2cc08
    
    	Revert â??Fix yesexpr in en_DK localeâ??.
    
    	* locales/en_DK (LC_MESSAGES): Restore original yesexpr, noexpr,
    	yesstr, nostr. Convert them to ASCII and add a comment why
    	we want to have them like this.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index efe0b2c..7bec433 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,13 @@
 2017-08-03  Mike FABIAN  <mfabian@redhat.com>
 
+	Revert â??Fix yesexpr in en_DK localeâ??.
+
+	* locales/en_DK (LC_MESSAGES): Restore original yesexpr, noexpr,
+	yesstr, nostr. Convert them to ASCII and add a comment why
+	we want to have them like this.
+
+2017-08-03  Mike FABIAN  <mfabian@redhat.com>
+
 	* locales/km_KH (LC_MESSAGES): drop redundant ([eE][sS])? and [oO]?
 	from yesexpr and noexpr
 
diff --git a/localedata/locales/en_DK b/localedata/locales/en_DK
index 2087786..6473ce3 100644
--- a/localedata/locales/en_DK
+++ b/localedata/locales/en_DK
@@ -128,7 +128,19 @@ first_weekday 2
 END LC_TIME
 
 LC_MESSAGES
-copy "en_US"
+% en_DK is used outside Denmark, as some sort of generic continental
+% European English locale. Therefore, it makes sense to have matches
+% for more than just English in yesexpr:
+% + is ised in many applications for yes (- for no)
+% 1 is common yes, 0 is common no, - langage neutral
+% Jj is Danish/German/Swedish/Norwegian/Dutch "ja"
+% sS is Spanish/Italian "si"
+% yY is English "yes"
+% oO is French "oui"
+yesexpr "^[+1yYjJsSoO]"
+noexpr  "^[-0nN]"
+yesstr  "yes"
+nostr   "no"
 END LC_MESSAGES
 
 LC_PAPER

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

Summary of changes:
 localedata/ChangeLog     |    8 ++++++++
 localedata/locales/en_DK |   14 +++++++++++++-
 2 files changed, 21 insertions(+), 1 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]