GNU C Library master sources branch, master, updated. glibc-2.14-265-gb0727fd
drepper@sourceware.org
drepper@sourceware.org
Fri Sep 9 02:58:00 GMT 2011
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 b0727fd83f0f27c73f4c664feb6891acc328d160 (commit)
from a0f33f996f7986dbf37631a4577f8565b42df29e (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=b0727fd83f0f27c73f4c664feb6891acc328d160
commit b0727fd83f0f27c73f4c664feb6891acc328d160
Author: John Stanley <jpsinthemix@verizon.net>
Date: Thu Sep 8 22:57:23 2011 -0400
Add missing definition of LOCPATH for bug-regex32 run
diff --git a/ChangeLog b/ChangeLog
index dbb5e75..2d8747d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-09-08 Ulrich Drepper <drepper@gmail.com>
+ [BZ #13118]
+ * posix/Makefile (bug-regex32-ENV): Define.
+ Patch by John Stanley <jpsinthemix@verizon.net>.
+
* misc/Makefile (headers): Add bits/select2.h.
* misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
* misc/bits/select2.h: New file.
diff --git a/NEWS b/NEWS
index b4a7045..6f14ddd 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Version 2.15
* The following bugs are resolved with this release:
9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021,
- 13068, 13092, 13114, 13123, 13134, 13150
+ 13068, 13092, 13114, 13118, 13123, 13134, 13150
* New program pldd to list loaded object of a process
Implemented by Ulrich Drepper.
diff --git a/posix/Makefile b/posix/Makefile
index 499d53d..b200342 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -208,6 +208,7 @@ bug-regex23-ENV = LOCPATH=$(common-objpfx)localedata
bug-regex25-ENV = LOCPATH=$(common-objpfx)localedata
bug-regex26-ENV = LOCPATH=$(common-objpfx)localedata
bug-regex30-ENV = LOCPATH=$(common-objpfx)localedata
+bug-regex32-ENV = LOCPATH=$(common-objpfx)localedata
tst-rxspencer-ARGS = --utf8 rxspencer/tests
tst-rxspencer-ENV = LOCPATH=$(common-objpfx)localedata
tst-pcre-ARGS = PCRE.tests
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
NEWS | 2 +-
posix/Makefile | 1 +
3 files changed, 6 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list