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-390-gbf20990


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  bf20990de0c0478cd974717237c5738d036ad8dc (commit)
      from  204fcca27c0f787daf95ca6f0c787842eb8a50d8 (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=bf20990de0c0478cd974717237c5738d036ad8dc

commit bf20990de0c0478cd974717237c5738d036ad8dc
Author: Nicolo' Chieffo <nicolo.chieffo@gmail.com>
Date:   Thu Oct 29 22:49:17 2009 -0700

    Fix date_fmt for it_IT and it_CH locales.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index bfb384d..0869542 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,10 @@
 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10425]
+	* locales/it_IT: Fix date_fmt.
+	* locales/it_CH: Likewise.
+	Patch by Nicolo' Chieffo <nicolo.chieffo@gmail.com>.
+
 	* locales/POSIX: Define yesstr and nostr.
 	* locales/en_US: Likewise.
 	Patch by Petr Machata <pmachata@redhat.com>.
diff --git a/localedata/locales/it_CH b/localedata/locales/it_CH
index 4fdc50a..7ea13ad 100644
--- a/localedata/locales/it_CH
+++ b/localedata/locales/it_CH
@@ -97,9 +97,9 @@ d_fmt   "<U0025><U0064><U002E><U0020><U0025><U006D><U002E><U0020><U0025><U0079>"
 t_fmt   "<U0025><U0054>"
 am_pm   "";""
 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>"
+date_fmt       "<U0025><U0061><U0020><U0025><U0065><U0020><U0025>\
+<U0062><U0020><U0025><U0059><U002C><U0020><U0025><U0048><U002E>\
+<U0025><U004D><U002E><U0025><U0053><U002C><U0020><U0025><U005A>"
 END LC_TIME
 
 LC_PAPER
diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT
index 105f40c..ec8151c 100644
--- a/localedata/locales/it_IT
+++ b/localedata/locales/it_IT
@@ -121,9 +121,9 @@ d_fmt   "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0059>"
 t_fmt   "<U0025><U0054>"
 am_pm   "";""
 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>"
+date_fmt       "<U0025><U0061><U0020><U0025><U0065><U0020><U0025>\
+<U0062><U0020><U0025><U0059><U002C><U0020><U0025><U0048><U002E>\
+<U0025><U004D><U002E><U0025><U0053><U002C><U0020><U0025><U005A>"
 END LC_TIME
 
 LC_PAPER

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

Summary of changes:
 localedata/ChangeLog     |    5 +++++
 localedata/locales/it_CH |    6 +++---
 localedata/locales/it_IT |    6 +++---
 3 files changed, 11 insertions(+), 6 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]