History log of /openbsd/regress/lib/libc/ieeefp/except/except.c (Results 1 – 12 of 12)
Revision Date Author Comments
# cd1eb269 08-May-2010 naddy <naddy@openbsd.org>

* add #includes to pull in missing prototypes, as pointed out by gcc4
* fix CFLAGS syntax for make depend

ok blambert@


# a359bea4 22-Oct-2007 miod <miod@openbsd.org>

Only test one condition per invocation flavour, instead of testing all
of them with exceptions disabled and then only one with exceptions enabled.

ok kettenis@


# d3e4cc37 15-May-2006 kettenis <kettenis@openbsd.org>

Try harder to trigger an exception. On architectures where floating-point
exceptions are deferred, we might not see the exception before another
floating-point instruction is executed. This is espe

Try harder to trigger an exception. On architectures where floating-point
exceptions are deferred, we might not see the exception before another
floating-point instruction is executed. This is especially true on the i387
where we don't see underflow/overflow until the result is stored into memory.

show more ...


# 306c0413 22-Dec-2004 david <david@openbsd.org>

some -Wimplicit-function-declaration cleaning; ok millert@


# 7e796478 10-Oct-2004 mickey <mickey@openbsd.org>

use sig_atomic_t instead of int


# 99626794 22-Jul-2004 kettenis <kettenis@openbsd.org>

Split and modify tests to prevent infinite loops on platforms with precise
floating-point exceptions like amd64.
ok deraadt@, david@


# 350c519b 02-Apr-2004 mickey <mickey@openbsd.org>

check the signals for exceptions and do siginfo in the signal handler; also some style


# 1821443c 02-Sep-2003 david <david@openbsd.org>

add missing includes
ok deraadt@ tedu@ dhartmei@ krw@


# db3296cf 31-Jul-2003 deraadt <deraadt@openbsd.org>

various cleanups; david says results are same


# 133306f0 29-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# 07ea8d15 21-Dec-1996 millert <millert@openbsd.org>

-Wall madness.


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree