diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-11 22:49:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-11 22:49:57 +0000 |
commit | 6c2a04a7e8a1e4c8fb69442eab126e9f275b785b (patch) | |
tree | b552bab041944b822f1e6421500b6acaca9be698 /posix/Makefile | |
parent | 22d9c1ee55f5955e996d5b3017844d2fdfcea330 (diff) | |
download | glibc-6c2a04a7e8a1e4c8fb69442eab126e9f275b785b.tar.gz glibc-6c2a04a7e8a1e4c8fb69442eab126e9f275b785b.tar.xz glibc-6c2a04a7e8a1e4c8fb69442eab126e9f275b785b.zip |
Update.
2004-02-11 Jakub Jelinek <jakub@redhat.com> * posix/regexec.c (check_node_accept_bytes): Return 0 if char_len is 0. (find_collation_sequence_value): Don't look beyond end of SYMB_EXTRAMB table. * posix/Makefile (tests): Add bug-regex23. (bug-regex23-ENV): New. * posix/bug-regex23.c: New file. * include/rpc/rpc.h: Declare thread variables with their correct type.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index bfde63692e..5a9d7f9136 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -79,7 +79,7 @@ tests := tstgetopt testfnm runtests runptests \ bug-regex8 bug-regex9 bug-regex10 bug-regex11 bug-regex12 \ bug-regex13 bug-regex14 bug-regex15 bug-regex16 \ bug-regex17 bug-regex18 bug-regex19 bug-regex20 \ - bug-regex21 bug-regex22 tst-nice tst-nanosleep \ + bug-regex21 bug-regex22 bug-regex23 tst-nice tst-nanosleep \ transbug tst-rxspencer tst-pcre tst-boost ifeq (yes,$(build-shared)) test-srcs := globtest @@ -163,6 +163,7 @@ bug-regex18-ENV = LOCPATH=$(common-objpfx)localedata bug-regex19-ENV = LOCPATH=$(common-objpfx)localedata bug-regex20-ENV = LOCPATH=$(common-objpfx)localedata bug-regex22-ENV = LOCPATH=$(common-objpfx)localedata +bug-regex23-ENV = LOCPATH=$(common-objpfx)localedata tst-rxspencer-ARGS = --utf8 rxspencer/tests tst-rxspencer-ENV = LOCPATH=$(common-objpfx)localedata tst-pcre-ARGS = PCRE.tests |