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.10-396-g9fd7677


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  9fd76770c304ac30a344150d6a56bd6f873b2be0 (commit)
      from  0d2f180dd0f933ab651058d5dc691bcd4f7f1c28 (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=9fd76770c304ac30a344150d6a56bd6f873b2be0

commit 9fd76770c304ac30a344150d6a56bd6f873b2be0
Author: Jorge Guerrero <geojorg@gmail.com>
Date:   Fri Oct 30 00:31:32 2009 -0700

    Define am_pm , t_fmt_ampm, first_weekday for es_CO locale.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index b91a5fa..01edd7d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,9 @@
 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10312]
+	* locales/es_CO: Define am_pm , t_fmt_ampm, first_weekday.
+	Patch by Jorge Guerrero <geojorg@gmail.com>.
+
 	[BZ #10319]
 	* locales/shs_CA: Fix accents.
 	Patch by Neskie Manuel <neskiem@gmail.com>.
diff --git a/localedata/locales/es_CO b/localedata/locales/es_CO
index bb983d7..4c1de13 100644
--- a/localedata/locales/es_CO
+++ b/localedata/locales/es_CO
@@ -117,11 +117,14 @@ mon     "<U0065><U006E><U0065><U0072><U006F>";/
 d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
 d_fmt   "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
 t_fmt   "<U0025><U0054>"
-am_pm   "";""
-t_fmt_ampm ""
+am_pm   "<U0041><U004D>";"<U0050><U004D>"
+t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>/
+<U0020><U0025><U0070>"
 date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"
+%  FIXME: found in CLDR
+first_weekday 2
 END LC_TIME
 
 LC_PAPER

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

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