<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc/ieeefp, branch libressl-v2.4.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2010-05-08T19:16:33+00:00</updated>
<entry>
<title>* add #includes to pull in missing prototypes, as pointed out by gcc4</title>
<updated>2010-05-08T19:16:33+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2010-05-08T19:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=774ac5b3a4d8ea16943c1f374c06c5e2c21a72c2'/>
<id>urn:sha1:774ac5b3a4d8ea16943c1f374c06c5e2c21a72c2</id>
<content type='text'>
* fix CFLAGS syntax for make depend

ok blambert@
</content>
</entry>
<entry>
<title>Only test one condition per invocation flavour, instead of testing all</title>
<updated>2007-10-22T21:07:10+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2007-10-22T21:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=744bfb5fee0dbac6a1a2189140e8d871d8542065'/>
<id>urn:sha1:744bfb5fee0dbac6a1a2189140e8d871d8542065</id>
<content type='text'>
of them with exceptions disabled and then only one with exceptions enabled.

ok kettenis@
</content>
</entry>
<entry>
<title>Try harder to trigger an exception.  On architectures where floating-point</title>
<updated>2006-05-15T14:00:22+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2006-05-15T14:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18756a40ff21d843e407ceffbdf5be0c1c941b86'/>
<id>urn:sha1:18756a40ff21d843e407ceffbdf5be0c1c941b86</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>some -Wimplicit-function-declaration cleaning; ok millert@</title>
<updated>2004-12-22T00:54:39+00:00</updated>
<author>
<name>david</name>
<email></email>
</author>
<published>2004-12-22T00:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=114b1aac46cd445dc7c11bd8a6e5f38730542316'/>
<id>urn:sha1:114b1aac46cd445dc7c11bd8a6e5f38730542316</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use sig_atomic_t instead of int</title>
<updated>2004-10-10T03:06:42+00:00</updated>
<author>
<name>mickey</name>
<email></email>
</author>
<published>2004-10-10T03:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8a16cf0bfbdc91bb8136c9cedf795be3e0496e8c'/>
<id>urn:sha1:8a16cf0bfbdc91bb8136c9cedf795be3e0496e8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split and modify tests to prevent infinite loops on platforms with precise</title>
<updated>2004-07-22T19:29:42+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2004-07-22T19:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=399e1958904c4c167e3bc4f17daca5a4926f5edf'/>
<id>urn:sha1:399e1958904c4c167e3bc4f17daca5a4926f5edf</id>
<content type='text'>
floating-point exceptions like amd64.
ok deraadt@, david@
</content>
</entry>
<entry>
<title>check the signals for exceptions and do siginfo in the signal handler; also some style</title>
<updated>2004-04-02T03:06:12+00:00</updated>
<author>
<name>mickey</name>
<email></email>
</author>
<published>2004-04-02T03:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8fcf616fc089002b1b804fc9fe84b0c79e2b4f2e'/>
<id>urn:sha1:8fcf616fc089002b1b804fc9fe84b0c79e2b4f2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test more ways of producing a positive infinity, and then test negative</title>
<updated>2004-01-16T19:34:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2004-01-16T19:34:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1d7384540d665cdb91806c51a5b917ad6e152388'/>
<id>urn:sha1:1d7384540d665cdb91806c51a5b917ad6e152388</id>
<content type='text'>
infinity as well to prevent entropy leak; the usual suspects still fail
all tests.
</content>
</entry>
<entry>
<title>Add a new regression test, which checks that we handle fp overflow correctly,</title>
<updated>2004-01-15T18:53:24+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2004-01-15T18:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b4594fd38896c2ffb37c430cb680d9a4a2c6ad0d'/>
<id>urn:sha1:b4594fd38896c2ffb37c430cb680d9a4a2c6ad0d</id>
<content type='text'>
and produce a correct infinity.

Currently, this tests fails on 68060 (060sp is to blame) and 88100 processors,
and maybe more.
</content>
</entry>
<entry>
<title>add missing includes</title>
<updated>2003-09-02T23:52:16+00:00</updated>
<author>
<name>david</name>
<email></email>
</author>
<published>2003-09-02T23:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=907b17c42a136132a2e911e8c66258755cad4391'/>
<id>urn:sha1:907b17c42a136132a2e911e8c66258755cad4391</id>
<content type='text'>
ok deraadt@ tedu@ dhartmei@ krw@
</content>
</entry>
</feed>
