Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix: feenableexcept() and fedisableexcept() should just return the | das | 2011-10-21 | 1 | -4/+4 |
* | Use #include "fenv.h" instead of #include <fenv.h>. This makes it | das | 2011-10-16 | 1 | -1/+1 |
* | Provide external definitions of all of the standardized functions in | das | 2011-10-10 | 1 | -0/+15 |
* | Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an | kib | 2010-02-03 | 1 | -4/+7 |
* | Remove an unneeded fnstcw instruction. | das | 2007-01-05 | 1 | -7/+5 |
* | Replace fegetmask() and fesetmask() with feenableexcept(), | das | 2005-03-16 | 1 | -5/+22 |
* | Insert a missing '~' in feholdexcept(), so that it correctly clears | das | 2004-06-11 | 1 | -1/+1 |
* | Add an fenv.h implementation for the amd64 port. | das | 2004-06-06 | 1 | -0/+131 |