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-388-gb0e477a


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  b0e477a9aa6dafd5b9780b2248e61620e2c83d32 (commit)
      from  cfff39ea98ec7765e5339dfdee3388749f75713a (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=b0e477a9aa6dafd5b9780b2248e61620e2c83d32

commit b0e477a9aa6dafd5b9780b2248e61620e2c83d32
Author: Petr Machata <pmachata@redhat.com>
Date:   Thu Oct 29 22:30:25 2009 -0700

    Define  yesstr and nostr for a few locales.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 5e02534..bfb384d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,9 @@
 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
 
+	* locales/POSIX: Define yesstr and nostr.
+	* locales/en_US: Likewise.
+	Patch by Petr Machata <pmachata@redhat.com>.
+
 	* locales/crh_UA: Fix first day of week and a few spellings.
 	Patch by Reþat SABIQ <tilde.birlik@gmail.com>.
 
diff --git a/localedata/locales/POSIX b/localedata/locales/POSIX
index 00c5b4a..457ce6e 100644
--- a/localedata/locales/POSIX
+++ b/localedata/locales/POSIX
@@ -328,4 +328,8 @@ LC_MESSAGES
 yesexpr "<U005E><U005B><U0079><U0059><U005D>"
 #
 noexpr  "<U005E><U005B><U006E><U004E><U005D>"
+#
+yesstr  "<U0059><U0065><U0073>"
+#
+nostr   "<U004E><U006F>"
 END LC_MESSAGES
diff --git a/localedata/locales/en_US b/localedata/locales/en_US
index 38425e8..a41f5bc 100644
--- a/localedata/locales/en_US
+++ b/localedata/locales/en_US
@@ -132,6 +132,8 @@ END LC_TIME
 LC_MESSAGES
 yesexpr "<U005E><U005B><U0079><U0059><U005D><U002E><U002A>"
 noexpr  "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>"
+yesstr  "<U0059><U0065><U0073>"
+nostr   "<U004E><U006F>"
 END LC_MESSAGES
 
 LC_PAPER

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

Summary of changes:
 localedata/ChangeLog     |    4 ++++
 localedata/locales/POSIX |    4 ++++
 localedata/locales/en_US |    2 ++
 3 files changed, 10 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]