| Age | Commit message (Expand) | Author |
| 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 |
| 2008-06-23 | add macros for the upper half of the double arguments. | christos |
| 2008-06-23 | Share the amd64 and i386 exp versions. Fixes a problem with exp(-Inf) != 0. | christos |
| 2008-06-06 | Use a dummy assembly file so we won't try produce lint stuff. | ad |
| 2008-06-04 | Forgot to add this yesterday. | ad |
| 2008-06-03 | - Fold libm387 into libm. | ad |
| 2008-05-01 | fix bugs that piss off lint. | christos |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-29 | According to C99: | uwe |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-26 | pass a little lint. | christos |
| 2008-04-26 | Remove 3 functions that exist in libc. This does not break binary compatibility | christos |
| 2008-04-26 | Put back USE_SHLIBDIR and remove the confusing lint comment that made me | christos |
| 2008-04-25 | avoid shadow variables, and enable lint. | christos |
| 2008-03-20 | Fix weak alias. | mhitch |
| 2008-03-20 | Add wrappers for missing coshf(), expf(), logf(), sinhf(), atan2f(), and | mhitch |
| 2008-03-08 | fix so that it doesn't interact strangely with ARCH_SRCS definitions | drochner |
| 2008-02-20 | Add manpages for the complex math functions, originally from SUSv3, | drochner |
| 2008-02-09 | make all sun2 use -O0 and move most of the hacks out into just 3 files. | mrg |
| 2008-02-05 | make sun2 build again with liberal use of -O0. | mrg |
| 2007-08-21 | replace the last cast through void* by the SET_FLOAT_WORD macro, inspired | drochner |
| 2007-08-21 | Adopt an (older) fix from FreeBSD: using ceil() on values in (0,0.5] | drochner |