diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 15:33:40 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 15:33:40 -0700 |
commit | 8a7cea019947a68e641e9201813fe01ba35cfd1a (patch) | |
tree | dc8c9ef10d3fb4992d6eafde89d82dc801f4d45e /ChangeLog | |
parent | 52db8039f54672abe6a6da5fb107fa52aca42547 (diff) | |
download | glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.tar glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.tar.gz glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.tar.bz2 glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.zip |
Add test case for last fixed regex bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |