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-404-gb47525d


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  b47525dd866cbeff9748f532b24a930c7b65d798 (commit)
      from  2c5c07f5fc27dab969c1bd885981d095580e53cd (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=b47525dd866cbeff9748f532b24a930c7b65d798

commit b47525dd866cbeff9748f532b24a930c7b65d798
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Fri Oct 30 07:18:24 2009 -0700

    Fix first weekday for ast_ES locale.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 01edd7d..0de7ccc 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,8 @@
 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10286]
+	* locales/ast_ES: Define first_weekday.
+
 	[BZ #10312]
 	* locales/es_CO: Define am_pm , t_fmt_ampm, first_weekday.
 	Patch by Jorge Guerrero <geojorg@gmail.com>.
diff --git a/localedata/locales/ast_ES b/localedata/locales/ast_ES
index 249571c..eb048d5 100644
--- a/localedata/locales/ast_ES
+++ b/localedata/locales/ast_ES
@@ -109,6 +109,7 @@ t_fmt_ampm ""
 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>"
+first_weekday 2
 END LC_TIME
 
 LC_PAPER

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

Summary of changes:
 localedata/ChangeLog      |    3 +++
 localedata/locales/ast_ES |    1 +
 2 files changed, 4 insertions(+), 0 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]