diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | posix/Makefile | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index dbb5e758d8..2d8747d0a5 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 b4a7045013..6f14dddf35 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 499d53d31a..b200342117 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 |