aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2010-10-11 12:34:53 -0400
committerAndreas Schwab <schwab@redhat.com>2010-12-01 15:35:14 +0100
commit5e6ce90dbd3894069c32bb09ccfd5ac265f3f1b1 (patch)
treec09afe1f3a953f89a535479ace9f7f0baeb5cc9d /ChangeLog
parentac25f45efaf8123d5474686108d580aac4bc14ff (diff)
downloadglibc-5e6ce90dbd3894069c32bb09ccfd5ac265f3f1b1.tar.xz
glibc-5e6ce90dbd3894069c32bb09ccfd5ac265f3f1b1.zip
Test case for last regex problem.
(cherry picked from commit ef06edbee6463061a7f3dcbd2f56a625b41a4810)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85df144892..6d7475b6d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-10-11 Ulrich Drepper <drepper@gmail.com>
+ * posix/bug-regex31.c: New file.
+ * posix/Makefile: Add rules to build and run bug-regex31.
+
+2010-10-11 Ulrich Drepper <drepper@gmail.com>
+
* posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
[BZ #12078]