aboutsummaryrefslogtreecommitdiff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-14 09:25:37 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-14 09:25:37 +0000
commit3eab00bd35f32df69b569549e92989d67ff1d9d8 (patch)
tree3f8fe4557ee067e0e50e5501b7943b6ee9eb309c /posix/Makefile
parent9c3bb910f26de0d56bb5d734cec58c6329375079 (diff)
downloadglibc-3eab00bd35f32df69b569549e92989d67ff1d9d8.tar
glibc-3eab00bd35f32df69b569549e92989d67ff1d9d8.tar.gz
glibc-3eab00bd35f32df69b569549e92989d67ff1d9d8.tar.bz2
glibc-3eab00bd35f32df69b569549e92989d67ff1d9d8.zip
Update.
2001-05-14 Andreas Jaeger <aj@suse.de> * sysdeps/i386/fpu/libm-test-ulps: Adjust for new tests. * math/libm-test.inc (tanh_test): Add testcases for last tanh bug. 2001-05-14 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Fix sign test. 2001-05-11 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (re_match_2_internal): Swap mbs_offset and csize as well if swapping strings. Make sure stop is not past end of second string. * posix/bug-regex4.c: New test. * posix/Makefile (tests): Add bug-regex4. 2001-05-10 Andreas Jaeger <aj@suse.de> * manual/install.texi (Linux): Clarify that Linux 2.2 is minimal requirement.
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 12211fc84b..dab29f8cab 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -69,7 +69,8 @@ tests := tstgetopt testfnm runtests runptests \
tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \
tst-truncate64 tst-fork tst-fnmatch tst-regexloc tst-dir \
- tst-chmod bug-regex1 bug-regex2 bug-regex3 tst-gnuglob
+ tst-chmod bug-regex1 bug-regex2 bug-regex3 bug-regex4 \
+ tst-gnuglob
ifeq (yes,$(build-shared))
test-srcs := globtest
tests += wordexp-test tst-exec tst-spawn