| Age | Commit message (Expand) | Author |
| 2010-12-17 | Fix typo in cross-refernce. | njoly |
| 2010-12-09 | Add noieee versions for lround(), lroundf(), lrint(), lrintf(), | abs |
| 2010-11-29 | fix accuracy problems in argument ranges where j0(x) is small, closes | drochner |
| 2010-09-20 | deal with infinity on the vax. | christos |
| 2010-09-20 | no more ieee ifdefs | christos |
| 2010-09-20 | get rid of ieee dependencies. | christos |
| 2010-09-20 | shouldn't need ieee.h here. | christos |
| 2010-09-17 | don't compile long double support for the havenots. | christos |
| 2010-09-16 | fix an obvious botch which made eg conjl(3) a no-op | drochner |
| 2010-09-15 | Remove trailing whitespace. | wiz |
| 2010-09-15 | commit long double SoC code from Stathis Kamperis | christos |
| 2010-09-15 | Commit SoC long double support from Stathis Kamperis | christos |
| 2010-09-01 | EDOM should not be set on atan2(0,0) in POSIX mode, found by | drochner |
| 2010-08-10 | two disgusting hacks: | drochner |
| 2010-08-07 | Remove reference to fpresetsticky(3), which doesn't exist. | wiz |
| 2010-08-07 | Fix typo in MLINKS, from Stathis Kamperis. Adapt set lists, and run | wiz |
| 2010-08-04 | Remove trailing comma in enumeration, make HTML-ready. | wiz |
| 2010-08-04 | Remove trailing comma in enumeration. | wiz |
| 2010-08-01 | Fix compile error. | taca |
| 2010-07-31 | Fix merge error: drop machine from an older workaround for machine.sse | joerg |
| 2010-07-31 | Add support for fenv.h interface for i386 and amd64. | joerg |
| 2010-05-14 | \\* -> \* | joerg |
| 2010-05-03 | Note that rest of the functions come from C99. | jruoho |
| 2010-04-29 | Don't mix opening and closing macros of different types. | joerg |
| 2010-04-23 | -build ldexp/frexp/modf locally again rather than relying on libc | drochner |
| 2010-04-05 | Fix escape sequences | joerg |
| 2010-03-29 | build s_frexp.c, s_ldexp.c and s_modf.c here for new platforms, since they | mrg |
| 2010-03-08 | These functions are going to first appear in 5.1, not 6.0. | snj |
| 2010-03-08 | Fix broken RCSID. | snj |
| 2010-01-27 | fix return values for atan2(+-0,+-0) in the POSIX case | drochner |
| 2010-01-27 | fix return value in case of NaN input | drochner |
| 2010-01-20 | let the previous fix apply to acos rather than atan2, | drochner |
| 2010-01-20 | PR/42630 asin(2.0) and acos(2.0) doesn't return NaN. | tnozaki |
| 2010-01-12 | merge conflicting error sections. | christos |
| 2010-01-11 | remove weak reference for now. | christos |
| 2010-01-11 | Add exp2 and exp2m | christos |
| 2010-01-06 | Jump through the PLT in PIC mode to fix the DT_TEXTREL warning on creating | phx |
| 2009-11-09 | Move to two-clause license. | is |
| 2009-10-23 | Disable the use of mandoc for now until support for conditional | joerg |
| 2009-10-04 | Mention NetBSD in HISTORY as well. | wiz |
| 2009-10-04 | add f{min,max,dim}{,l,f} from FreeBSD | christos |
| 2009-08-03 | As noticed by Stathis Kamperis, the original implementation does not | drochner |
| 2009-02-16 | fix -Wsign-compare issue (on macppc) | lukem |
| 2009-01-19 | fix -Wsign-compare issue | lukem |
| 2009-01-18 | Change the use of formally undocumented features, which have now been | he |
| 2008-09-28 | Fix a little lint. | christos |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-07-12 | Check MKCOMPLEX variable to build complex support into libm. | gmcgarry |
| 2008-06-24 | as in exp(), treat +/-Inf and NaN arguments specially, should fix | drochner |
| 2008-06-23 | -fix an obvious mistake in fpcw check | drochner |