Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * add #includes to pull in missing prototypes, as pointed out by gcc4 | naddy | 2010-05-08 | 1 | -1/+2 |
| | | | | | | * fix CFLAGS syntax for make depend ok blambert@ | ||||
* | Only test one condition per invocation flavour, instead of testing all | miod | 2007-10-22 | 1 | -27/+29 |
| | | | | | | of them with exceptions disabled and then only one with exceptions enabled. ok kettenis@ | ||||
* | Try harder to trigger an exception. On architectures where floating-point | kettenis | 2006-05-15 | 1 | -1/+7 |
| | | | | | | 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. | ||||
* | some -Wimplicit-function-declaration cleaning; ok millert@ | david | 2004-12-22 | 1 | -1/+3 |
| | |||||
* | use sig_atomic_t instead of int | mickey | 2004-10-10 | 1 | -2/+2 |
| | |||||
* | Split and modify tests to prevent infinite loops on platforms with precise | kettenis | 2004-07-22 | 1 | -33/+32 |
| | | | | | floating-point exceptions like amd64. ok deraadt@, david@ | ||||
* | check the signals for exceptions and do siginfo in the signal handler; also ↵ | mickey | 2004-04-02 | 1 | -30/+39 |
| | | | | some style | ||||
* | add missing includes | david | 2003-09-02 | 1 | -1/+2 |
| | | | | ok deraadt@ tedu@ dhartmei@ krw@ | ||||
* | various cleanups; david says results are same | deraadt | 2003-07-31 | 1 | -8/+8 |
| | |||||
* | $OpenBSD$ | niklas | 2001-01-29 | 1 | -0/+2 |
| | |||||
* | -Wall madness. | millert | 1996-12-21 | 1 | -0/+1 |
| | |||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+87 |