GNU C Library master sources branch master updated. glibc-2.16-ports-merge-750-g988d15f

aj@sourceware.org aj@sourceware.org
Wed Nov 21 21:03:00 GMT 2012


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  988d15f5bdcf1be7d54b8602509d67a6aabb17e0 (commit)
      from  e959c02587be2412765a525bb0da09054b8f467c (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=988d15f5bdcf1be7d54b8602509d67a6aabb17e0

commit 988d15f5bdcf1be7d54b8602509d67a6aabb17e0
Author: Andreas Jaeger <aj@suse.de>
Date:   Wed Nov 21 22:02:03 2012 +0100

    Fix szl_PL locale
    
    	* locales/szl_PL (LC_COLLATE): Fix syntax error.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index b478a8d..49d4968 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,7 @@
 2012-11-21  Andreas Jaeger  <aj@suse.de>
 
+	* locales/szl_PL (LC_COLLATE): Fix syntax error.
+
 	* SUPPORTED (SUPPORTED-LOCALES): Fix typo for ayc_PE entry.
 
 2012-11-21  Chris Leonard  <cjl@sugarlabs.org>
diff --git a/localedata/locales/szl_PL b/localedata/locales/szl_PL
index b77898d..959611a 100644
--- a/localedata/locales/szl_PL
+++ b/localedata/locales/szl_PL
@@ -62,7 +62,7 @@ collating-symbol <nacute>
 collating-symbol <otilde>
 collating-symbol <omacron>
 collating-symbol <ocircumflex>
-collating-symbol <U014F>
+collating-symbol <U_014F>
 collating-symbol <zacute>
 collating-symbol <zdot>
 

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

Summary of changes:
 localedata/ChangeLog      |    2 ++
 localedata/locales/szl_PL |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources



More information about the Glibc-cvs mailing list