diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-12 19:50:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-12 19:50:26 +0000 |
commit | 0a02a366e3b06086e8e1c6a171bc178bca339693 (patch) | |
tree | c293283f8fdff7897c3b185e3676325155fcbda5 /posix/Makefile | |
parent | 9b88fc16677aa3c8a424ebe8d3e2e6397581d540 (diff) | |
download | glibc-0a02a366e3b06086e8e1c6a171bc178bca339693.tar.gz glibc-0a02a366e3b06086e8e1c6a171bc178bca339693.tar.xz glibc-0a02a366e3b06086e8e1c6a171bc178bca339693.zip |
Update.
2002-08-11 Philip Blundell <philb@gnu.org> * sysdeps/arm/Makefile: New file. 2002-08-08 Jakub Jelinek <jakub@redhat.com> * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed by another '|', end of regex or enclosing ')', clear branch. * posix/bug-regex9.c: New test. * posix/Makefile (tests): Add bug-regex9.
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 d6b2eb3c57..57c89c7bc7 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -72,7 +72,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-truncate64 tst-fork tst-fnmatch tst-regexloc tst-dir \ tst-chmod bug-regex1 bug-regex2 bug-regex3 bug-regex4 \ tst-gnuglob tst-regex bug-regex5 bug-regex6 bug-regex7 \ - bug-regex8 + bug-regex8 bug-regex9 ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn |