diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-12 02:33:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-12 02:33:26 +0000 |
commit | 45ec72e8d67c72056a43deb22bcb6c4e1d1f65c2 (patch) | |
tree | 1bccb74ce783ee976728da28c60e0e7fbd9cea37 /posix/Makefile | |
parent | 70e1c9303a35ca9f957244fd48058ed6206f14e4 (diff) | |
download | glibc-45ec72e8d67c72056a43deb22bcb6c4e1d1f65c2.tar glibc-45ec72e8d67c72056a43deb22bcb6c4e1d1f65c2.tar.gz glibc-45ec72e8d67c72056a43deb22bcb6c4e1d1f65c2.tar.bz2 glibc-45ec72e8d67c72056a43deb22bcb6c4e1d1f65c2.zip |
Update.
2003-02-28 Isamu Hasegawa <isamu@yamato.ibm.com>
* posix/regcomp.c (parse_expression): Deliver translation to
build_word_op, and build_charclass.
(build_charclass): Apply translation for character classes too.
(build_word_op): Deliver translation to build_charclass.
* posux/transbug.c: New file.
* posix/Makefile (tests): Add transbug.
2003-06-04 Paolo Bonzini <bonzini@gnu.org>
* posix/regexec.c (group_nodes_into_DFAstates): Check for
NEXT_ENDBUF_CONSTRAINT. Move check for constraints which do a
'continue' before the others.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index ed4d6acc37..1510383cd8 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -76,7 +76,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-gnuglob tst-regex bug-regex5 bug-regex6 bug-regex7 \ bug-regex8 bug-regex9 bug-regex10 bug-regex11 bug-regex12 \ bug-regex13 bug-regex14 bug-regex15 bug-regex16 tst-nice \ - tst-nanosleep + tst-nanosleep transbug ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn |