| Age | Commit message (Expand) | Author |
| 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 |
| 2007-08-20 | Add C99 complex support, for double and float. | drochner |
| 2007-08-10 | make the hypot/atan2 functions weak aliases, because they are used | drochner |
| 2007-04-19 | Mark some internal libm symbols as hidden | matt |
| 2007-04-18 | Make the internal __libm_dsqrt_r6 have a fake entry mask of 0 to make | matt |
| 2007-02-26 | remove references to old cabs() | drochner |
| 2007-02-22 | -get cabs() and cabsf() out of public view - these are historical and | drochner |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-11-24 | s/greatful/grateful/, from Zafer. | wiz |
| 2006-08-01 | make an intermediate float variable "volatile" on i386 to work around a gcc | drochner |
| 2006-07-08 | Rather than cast everything around (which upsets gcc4), use a union instead. | matt |
| 2006-07-03 | move manpages for frexp/ldexp/modf to libm -- the (most) implementation is | drochner |
| 2006-07-01 | noieee src is not strict-aliasing compliant. apply -fno-strict-aliasing. | mrg |
| 2006-05-11 | build w_cabs.c/w_cabsf.c with -fno-builtin-cabs[f] | mrg |
| 2006-04-04 | Sort SEE ALSO, bump date for previous. | wiz |
| 2006-03-31 | we don't have FE_TOWARDZERO (yet), refer to FP_RZ instead | drochner |
| 2006-03-26 | Mention trunc(3), reminded by kjk. | xtraeme |
| 2006-03-25 | Add LIBRARY. | kleink |
| 2006-03-25 | Uncomment crossreference to round(3), we do have one. | uwe |
| 2006-03-25 | Uncomment crossreference to trunc now that we have it. | uwe |
| 2006-03-25 | Add __RCSID(), u_intX_t -> uintX_t. | xtraeme |
| 2006-03-25 | Add trunc() and truncf() C99 functions, from FreeBSD. | xtraeme |