summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-08-23 15:33:40 -0700
committerPetr Baudis <pasky@suse.cz>2009-09-18 17:41:08 +0200
commitc4ae002d9d590d24cda7bb3cd4e1a80e2227aca1 (patch)
treea6b1c4dfde33bc6408b8793f7caabf7b3d23fae1 /ChangeLog
parent03cb6a1e3939a039bcd53bf862fa93f487e35488 (diff)
Add test case for last fixed regex bug.
(cherry picked from commit 8a7cea019947a68e641e9201813fe01ba35cfd1a)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 876e0e8c39..e1743e9b58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* posix/regcomp.c (parse_dup_op): Verify the expression is correctly
terminated.
+ * posix/Makefile (tests): Add bug-regex29.
+ * posix/bug-regex29.c: New file.
* posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
older POSIX versions are selected.