glibc/rt
Ulrich Drepper 636ccfc8fb Update.
2001-06-14  Roland McGrath  <roland@frob.com>

	* configure.in: Let sysdeps Implies files in add-ons bring in
	sysdeps directories from the main source and other add-ons too.

2001-06-15  Jakub Jelinek  <jakub@redhat.com>

	* math/test-misc.c (main): Add tests for nextafter and nexttoward
	with +-Inf as second argument.

	* sysdeps/generic/s_nexttowardf.c (__nexttowardf): Only check for
	NaN, not Inf.
	* sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Fix check for NaN.
	* sysdeps/i386/fpu/s_nexttoward.c: New.
	* sysdeps/i386/fpu/s_nexttowardf.c: New.
	* sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Simplify
	check for NaN, optimize x==+-0 handling.
	* sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf): Likewise.
	* sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Simplify
	check for NaN, fix sign in x==+-0 case.
	* sysdeps/ia64/fpu/s_nexttoward.c: New.
	* sysdeps/ia64/fpu/s_nexttowardf.c: New.

2001-06-15  H.J. Lu  <hjl@gnu.org>

	* rt/tst-aio2.c (do_test): Initialize cb.aio_offset to 0.
	* rt/tst-aio3.c (do_test): Likewise.
	* rt/tst-aio4.c (do_test): Likewise.
	* rt/tst-aio5.c (do_test): Likewise.
	* rt/tst-aio6.c (do_test): Likewise.
2001-06-16 04:34:51 +00:00
..
aio.h Update. 2000-08-21 06:49:52 +00:00
aio_cancel.c Update. 2000-08-12 05:14:52 +00:00
aio_error.c
aio_fsync.c
aio_misc.c Update. 2001-04-21 18:41:05 +00:00
aio_misc.h Update. 2000-08-12 05:14:52 +00:00
aio_notify.c * rt/aio_notify.c: Include <unistd.h> for _POSIX_REALTIME_SIGNALS. 2001-06-14 05:37:03 +00:00
aio_read.c
aio_read64.c
aio_return.c
aio_suspend.c Update. 2000-11-23 07:07:29 +00:00
aio_write.c
aio_write64.c
Depend
lio_listio.c (lio_listio): Add some asserts. 2001-03-04 20:13:49 +00:00
lio_listio64.c
Makefile (otherlibs): Added. 2001-04-18 16:06:52 +00:00
tst-aio.c Mark test functions as static to avoid warnings. 2000-11-27 14:36:57 +00:00
tst-aio2.c Update. 2001-06-16 04:34:51 +00:00
tst-aio3.c Update. 2001-06-16 04:34:51 +00:00
tst-aio4.c Update. 2001-06-16 04:34:51 +00:00
tst-aio5.c Update. 2001-06-16 04:34:51 +00:00
tst-aio6.c Update. 2001-06-16 04:34:51 +00:00
tst-aio64.c Mark test functions as static to avoid warnings. 2000-11-27 14:36:57 +00:00
tst-clock.c Make local functions static. 2000-12-27 20:26:07 +00:00
tst-shm.c Make local functions static. 2000-12-27 20:26:07 +00:00
Versions