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.12-15-g12a8f18


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  12a8f182f36ff959139e761e9160ce2f8b488520 (commit)
      from  21a2b1aeeb9bbf49d76bac632327c19bc937d2d7 (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=12a8f182f36ff959139e761e9160ce2f8b488520

commit 12a8f182f36ff959139e761e9160ce2f8b488520
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue May 18 23:47:09 2010 -0700

    Fix typo in es_CR locale.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 5a0fb7a..5ef9e5a 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-17  Andreas Schwab  <schwab@redhat.com>
+
+	* locales/es_CR (LC_ADDRESS): Fix character names in lang_ab.
+
 2010-05-04  Andreas Schwab  <schwab@redhat.com>
 
 	* SUPPORTED (SUPPORTED-LOCALES): Fix name of tt_RU.UTF-8@iqtelif
diff --git a/localedata/locales/es_CR b/localedata/locales/es_CR
index 35a4b84..6cff560 100644
--- a/localedata/locales/es_CR
+++ b/localedata/locales/es_CR
@@ -157,7 +157,7 @@ country_post  "<U0043><U0052>"
 country_car   "<U0043><U0052>"
 country_isbn  "9930,9977,9968"
 lang_name     "<U0045><U0073><U0070><U0061><U00F1><U006F><U006C>"
-lang_ab       "<0065><0073>"
+lang_ab       "<U0065><U0073>"
 lang_term     "<U0073><U0070><U0061>"
 country_ab2   "<U0043><U0052>"
 country_ab3   "<U0043><U0052><U0049>"

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

Summary of changes:
 localedata/ChangeLog     |    4 ++++
 localedata/locales/es_CR |    2 +-
 2 files changed, 5 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]