diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-17 17:16:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-17 17:16:53 +0000 |
commit | 5be7fe9ce96a0a4b1cda3abf1fafa40ff8b50cbb (patch) | |
tree | a564fbd3b8032475128316ed5e4262db5ee7114c /ChangeLog | |
parent | d4ece86585be975abe6593c470ef24e1f2f6a68f (diff) | |
download | glibc-5be7fe9ce96a0a4b1cda3abf1fafa40ff8b50cbb.zip glibc-5be7fe9ce96a0a4b1cda3abf1fafa40ff8b50cbb.tar.gz glibc-5be7fe9ce96a0a4b1cda3abf1fafa40ff8b50cbb.tar.bz2 |
Update.
2002-10-17 Isamu Hasegawa <isamu@yamato.ibm.com>
* posix/bug-regex11.c: Add a test case for the bug reported by
Paolo Bonzini <bonzini@gnu.org>.
* posix/regexec.c (sift_states_bkref): Use correct destination of
the back reference.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-10-17 Isamu Hasegawa <isamu@yamato.ibm.com> + + * posix/bug-regex11.c: Add a test case for the bug reported by + Paolo Bonzini <bonzini@gnu.org>. + * posix/regexec.c (sift_states_bkref): Use correct destination of + the back reference. + 2002-10-17 Roland McGrath <roland@redhat.com> * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS. |