about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-08-23 15:33:40 -0700
committerUlrich Drepper <drepper@redhat.com>2009-08-23 15:33:40 -0700
commit8a7cea019947a68e641e9201813fe01ba35cfd1a (patch)
treedc8c9ef10d3fb4992d6eafde89d82dc801f4d45e /ChangeLog
parent52db8039f54672abe6a6da5fb107fa52aca42547 (diff)
downloadglibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.tar.gz
glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.tar.xz
glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.zip
Add test case for last fixed regex bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37cd868c19..9f63c4db05 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.