This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch, master, updated. glibc-2.13-150-g5d493fe
- From: drepper at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 10 May 2011 03:23:44 -0000
- Subject: GNU C Library master sources branch, master, updated. glibc-2.13-150-g5d493fe
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 5d493feb1a590d713e0a96dc31053cdd1c0d7a83 (commit)
from be97a69ebe137a0caab097df5e0ceb9fa92443eb (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=5d493feb1a590d713e0a96dc31053cdd1c0d7a83
commit 5d493feb1a590d713e0a96dc31053cdd1c0d7a83
Author: Ulrich Drepper <drepper@gmail.com>
Date: Mon May 9 23:23:17 2011 -0400
Handle localized y/n reply in sq_AL
diff --git a/NEWS b/NEWS
index 3ceb421..6acf5f1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,11 +9,11 @@ Version 2.14
* The following bugs are resolved with this release:
- 11532, 11578, 11653, 11668, 11724, 11945, 11947, 12158, 12178, 12200,
- 12346, 12393, 12420, 12445, 12449, 12454, 12460, 12469, 12489, 12509,
- 12510, 12518, 12541, 12545, 12551, 12583, 12587, 12597, 12611, 12631,
- 12650, 12653, 12655, 12660, 12681, 12685, 12711, 12713, 12714, 12717,
- 12723, 12734, 12738
+ 11487, 11532, 11578, 11653, 11668, 11724, 11945, 11947, 12158, 12178,
+ 12200, 12346, 12393, 12420, 12445, 12449, 12454, 12460, 12469, 12489,
+ 12509, 12510, 12518, 12541, 12545, 12551, 12583, 12587, 12597, 12611,
+ 12631, 12650, 12653, 12655, 12660, 12681, 12685, 12711, 12713, 12714,
+ 12717, 12723, 12734, 12738
* The RPC implementation in libc is obsoleted. Old programs keep working
but new programs cannot be linked with the routines in libc anymore.
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index b7042fe..99995e4 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,9 @@
2011-05-09 Ulrich Drepper <drepper@gmail.com>
+ [BZ #11487]
+ * locales/sq_AL (yesexpr): Recognize pP as well.
+ (noexpr): Recognize jJ as well.
+
[BZ #11532]
* localedata/charmaps/CP770: New file.
* localedata/charmaps/CP771: New file.
diff --git a/localedata/locales/sq_AL b/localedata/locales/sq_AL
index ec2e30d..0cbddde 100644
--- a/localedata/locales/sq_AL
+++ b/localedata/locales/sq_AL
@@ -294,8 +294,8 @@ END LC_TIME
LC_MESSAGES
-yesexpr "<U005E><U005B><U0079><U0059><U005D><U002E><U002A>"
-noexpr "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>"
+yesexpr "<U005E><U005B><U0079><U0059><U0070><U0050><U005D><U002E><U002A>"
+noexpr "<U005E><U005B><U006E><U004E><U006A><U004A><U005D><U002E><U002A>"
END LC_MESSAGES
-----------------------------------------------------------------------
Summary of changes:
NEWS | 10 +++++-----
localedata/ChangeLog | 4 ++++
localedata/locales/sq_AL | 4 ++--
3 files changed, 11 insertions(+), 7 deletions(-)
hooks/post-receive
--
GNU C Library master sources