| Age | Commit message (Expand) | Author |
| 2013-11-24 | Provide erff() and erfcf(). | martin |
| 2013-11-24 | Provide cbrtl() and cbrtf() for vax | martin |
| 2013-11-24 | Provide cbrtf() and cbrtl() | martin |
| 2013-11-24 | Provide powl() | martin |
| 2013-11-24 | Provide (very stupid) versions of atanf(), asinf() and acosf() | martin |
| 2013-11-24 | No need for bzero, memset provides it. | christos |
| 2013-11-23 | Remove now-non-existant bzero.S from sources list. | jakllsch |
| 2013-11-23 | Fix very stupid typo | martin |
| 2013-11-22 | For the non-fenv archs: just use double - punt | martin |
| 2013-11-22 | Fix a cast from the lint cleanup that made small exponents (i.e. values < 1) | martin |
| 2013-11-22 | switch from circleq to tailq, from FreeBSD | christos |
| 2013-11-22 | Try to fix the build (again): move e_sqrtl.c to common soure, but | martin |
| 2013-11-22 | Fix stupid bug in previous (fixing fmodf) | martin |
| 2013-11-22 | Add npf_tableset_syncdict() to sync the table IDs in the proplib dictionary, | rmind |
| 2013-11-21 | From Ed Maste: | christos |
| 2013-11-21 | Simplify previous. | christos |
| 2013-11-21 | Make ext_fraclm and ext_frachm parts of the long double mantissa optional | martin |
| 2013-11-21 | Fix copy & pasto (make temp variable long double). | martin |
| 2013-11-21 | e_sqrtl.c requires fenv.h, so only build it on platfomrs supporting that | martin |
| 2013-11-21 | Add fmodf and fmodl | martin |
| 2013-11-21 | Correct the allocation for the reformat buffer, thanks to mlelstv for | blymn |
| 2013-11-20 | PR 48384: reorganize struct ieee_ext for sparc64 to only use a high/low | martin |
| 2013-11-20 | Make it compile on archs with implicit NBIT | martin |
| 2013-11-20 | Fix operand order. | joerg |
| 2013-11-20 | Long double conditional. | joerg |
| 2013-11-19 | Add cbrtl(3) and sqrtl(3), from FreeBSD. | joerg |
| 2013-11-19 | Report correct exception for fmodl. | joerg |
| 2013-11-19 | Alias to fmod for platforms with double == long double | joerg |
| 2013-11-18 | Use an empty string, not a null pointer for nullname. | joerg |
| 2013-11-17 | Simplify previous by using CSU_MACHINE_ARCH. Hint from Takeshi Nakayama. | martin |
| 2013-11-16 | We do not want to build the code model markes when creating the 32bit | martin |
| 2013-11-14 | Make it compile on archs with implicit NBIT | martin |
| 2013-11-14 | On sparc64: create additional "marker" object files, that can be used by the | martin |
| 2013-11-14 | Remove annoying comma and sort SEE ALSO. | wiz |
| 2013-11-13 | PR/48379: mention kqueue functionality | christos |
| 2013-11-13 | Add missing comma. | wiz |
| 2013-11-13 | truncl(3) | joerg |
| 2013-11-13 | Add FreeBSD's truncl and minimal testing. | joerg |
| 2013-11-13 | Add the syslog(3) Lua binding to the build. | mbalmer |
| 2013-11-13 | Add missing __HAVE_LONG_DOUBLE protection. | joerg |
| 2013-11-12 | Typo. | joerg |
| 2013-11-12 | Add some fake long double -> double wrappers for various transcendental | joerg |
| 2013-11-12 | Initial version of fmodl from FreeBSD. | joerg |
| 2013-11-12 | Add a syslog(3) binding for Lua (not yet linked to the build.) | mbalmer |
| 2013-11-12 | Remove superfluous comma. | wiz |
| 2013-11-12 | NPF: add support for table naming and remove NPF_TABLE_SLOTS (there is | rmind |
| 2013-11-12 | Man page entries for ceill, floorl and roundl. | joerg |
| 2013-11-11 | Add initial version of ceill, floorl and roundl from FreeBSD. | joerg |
| 2013-11-11 | Explicitly depend on sys/param.h to pick up __NetBSD_Version changes. | joerg |
| 2013-11-11 | Preserve the initial x87 control word in the global FP environment | joerg |