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.27.9000-570-g0a83bad


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  0a83bad2aae6807a108d5bb3eb3389060702265b (commit)
      from  046bfed9dec0d24e7b217bb78e15d1640d572832 (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=0a83bad2aae6807a108d5bb3eb3389060702265b

commit 0a83bad2aae6807a108d5bb3eb3389060702265b
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Wed Jul 11 23:25:15 2018 +0200

    dsb_DE locale: Fix syntax error and add tests (bug 23208).
    
    Fixed syntax error in the collation rules of Lower Sorbian language.
    Collation test added in order to test the bugs like this early.
    
    Reported-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
    
    	[BZ #23208]
    	* localedata/Makefile (test-input): Add dsb_DE.UTF-8.
    	(LOCALES): Likewise.
    	* localedata/dsb_DE.UTF-8.in: New file.
    	* localedata/locales/dsb_DE (LC_COLLATE): Fix syntax error.

diff --git a/ChangeLog b/ChangeLog
index e9dd4ae..981e65e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-07-13  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[BZ #23208]
+	* localedata/Makefile (test-input): Add dsb_DE.UTF-8.
+	(LOCALES): Likewise.
+	* localedata/dsb_DE.UTF-8.in: New file.
+	* localedata/locales/dsb_DE (LC_COLLATE): Fix syntax error.
+
 2018-07-12  Florian Weimer  <fweimer@redhat.com>
 
 	* nptl/allocatestack.c [_STACK_GROWS_UP] (allocate_stack): Call
diff --git a/localedata/Makefile b/localedata/Makefile
index 2e6e0dc..5ac4f74 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -55,6 +55,7 @@ test-input := \
 	cy_GB.UTF-8 \
 	da_DK.ISO-8859-1 \
 	de_DE.ISO-8859-1 \
+	dsb_DE.UTF-8 \
 	dz_BT.UTF-8 \
 	en_US.ISO-8859-1 \
 	eo.UTF-8 \
@@ -200,6 +201,7 @@ LOCALES := \
 	da_DK.ISO-8859-1 \
 	de_DE.ISO-8859-1 \
 	de_DE.UTF-8 \
+	dsb_DE.UTF-8 \
 	dz_BT.UTF-8 \
 	en_GB.UTF-8 \
 	en_US.ANSI_X3.4-1968 \
diff --git a/localedata/dsb_DE.UTF-8.in b/localedata/dsb_DE.UTF-8.in
new file mode 100644
index 0000000..adc5713
--- /dev/null
+++ b/localedata/dsb_DE.UTF-8.in
@@ -0,0 +1,73 @@
+a
+A
+b
+B
+c
+C
+Ä?
+Ä?
+Ä?
+d
+D
+dź
+Dź
+e
+E
+Ä?
+f
+F
+g
+G
+h
+H
+ch
+Ch
+i
+I
+j
+J
+k
+K
+Å?
+Å?
+l
+L
+m
+M
+n
+N
+Å?
+o
+O
+ó
+p
+P
+q
+Q
+r
+R
+Å?
+s
+S
+Å¡
+Å 
+Å?
+Å?
+t
+T
+u
+U
+v
+V
+w
+W
+x
+X
+y
+Y
+z
+Z
+ž
+Ž
+ź
+Ź
diff --git a/localedata/locales/dsb_DE b/localedata/locales/dsb_DE
index 419d0b3..7f51b82 100644
--- a/localedata/locales/dsb_DE
+++ b/localedata/locales/dsb_DE
@@ -77,8 +77,8 @@ collating-symbol <d-z-acute-digraph>
 collating-symbol <e-caron>
 collating-symbol <c-h-digraph>
 collating-symbol <l-stroke>
-collating symbol <n-acute>
-collating symbol <o-acute>
+collating-symbol <n-acute>
+collating-symbol <o-acute>
 collating-symbol <r-acute>
 collating-symbol <s-caron>
 collating-symbol <s-acute>

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

Summary of changes:
 ChangeLog                                          |    8 ++++
 localedata/Makefile                                |    2 +
 .../{sv_SE.ISO-8859-1.in => dsb_DE.UTF-8.in}       |   41 ++++++++++----------
 localedata/locales/dsb_DE                          |    4 +-
 4 files changed, 33 insertions(+), 22 deletions(-)
 copy localedata/{sv_SE.ISO-8859-1.in => dsb_DE.UTF-8.in} (61%)


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]