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.15-601-ga9e8e0e


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  a9e8e0e0f3b8793b618f5b3c718723a7c12ba4b2 (commit)
      from  ea32912bbc5ef89816a61b6d13e53403355f86a6 (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=a9e8e0e0f3b8793b618f5b3c718723a7c12ba4b2

commit a9e8e0e0f3b8793b618f5b3c718723a7c12ba4b2
Author: Chris Leonard <cjlhomeaddress@gmail.com>
Date:   Fri Apr 13 19:09:44 2012 +0200

    "Gallegan" should be "Galician"
    
    	[BZ #13973]
    	* locale/iso-639.def: Fix gl language name. Spotted by
    	Yaron Shahrabani.

diff --git a/ChangeLog b/ChangeLog
index c29f9a7..25493ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
+
+	[BZ #13973]
+	* locale/iso-639.def: Fix gl language name. Spotted by
+	Yaron Shahrabani.
+
 2012-04-12  Roland McGrath  <roland@hack.frob.com>
 
 	[BZ #2074]
diff --git a/NEWS b/NEWS
index 961eb0a..9812e0e 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,7 @@ Version 2.16
   13786, 13792, 13806, 13824, 13840, 13841, 13844, 13846, 13851, 13852,
   13854, 13871, 13872, 13873, 13879, 13883, 13892, 13895, 13908, 13910,
   13911, 13912, 13913, 13915, 13916, 13917, 13918, 13919, 13920, 13921,
-  13926, 13928, 13938, 13963, 13967
+  13926, 13928, 13938, 13963, 13967, 13973
 
 * ISO C11 support:
 
diff --git a/locale/iso-639.def b/locale/iso-639.def
index 17bb9f2..c79e9bf 100644
--- a/locale/iso-639.def
+++ b/locale/iso-639.def
@@ -160,7 +160,7 @@ DEFINE_LANGUAGE_CODE ("Western Frisian", fy, fry, fry)
 DEFINE_LANGUAGE_CODE3 ("Friulian", fur, fur)
 DEFINE_LANGUAGE_CODE ("Fulah", ff, ful, ful)
 DEFINE_LANGUAGE_CODE ("Gaelic; Scottish Gaelic", gd, gla, gla)
-DEFINE_LANGUAGE_CODE ("Gallegan", gl, glg, glg)
+DEFINE_LANGUAGE_CODE ("Galician", gl, glg, glg)
 DEFINE_LANGUAGE_CODE ("Ganda", lg, lug, lug)
 DEFINE_LANGUAGE_CODE3 ("Gayo", gay, gay)
 DEFINE_LANGUAGE_CODE3 ("Ga", gaa, gaa)

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

Summary of changes:
 ChangeLog          |    6 ++++++
 NEWS               |    2 +-
 locale/iso-639.def |    2 +-
 3 files changed, 8 insertions(+), 2 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]