| Age | Commit message (Expand) | Author |
| 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 |
| 2006-03-22 | merge libc/arch/{i386,x86_64}/gen/modf.S into one | drochner |
| 2006-03-21 | Build the sun versions of frexp(), ldexp() and modf(). | drochner |
| 2006-03-21 | The second argument is not a float, so the "abi.h" abstraction | drochner |
| 2006-03-19 | Use float constants! | christos |
| 2006-03-19 | Coverity CID 562: Flip the order of the if statement to prevent unreachable | christos |
| 2006-03-19 | Coverity CID 572: Comment out dead code. | christos |
| 2006-03-19 | Coverity CID 573: Comment out unreachable code. | christos |
| 2006-03-19 | Coverity CID 574: Unreachable code due to incorrect constants. Correct | christos |
| 2006-03-19 | Coverity CID 575: comment out dead code. | christos |
| 2006-03-15 | Bump date for previous. | wiz |
| 2006-03-15 | Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4. | kleink |
| 2006-01-24 | Note roundf() in STANDARDS, too. | kleink |
| 2006-01-17 | C versions of non-IEEE round() / roundf(). Alas, using the VAX | is |
| 2006-01-17 | Oops - round() is supposed to return double, not integer. | is |
| 2006-01-15 | Implement round(3), so that jot(1) can link again. | is |
| 2005-09-16 | Add man page for l{,l}rint{,f}(3), very loosely based on the FreeBSD one. | wiz |
| 2005-07-28 | activate e_atan2f.S which was there forever but not built, noticed | drochner |
| 2005-07-21 | Bump minor version for log2{,f}. | rpaulo |
| 2005-07-21 | Add i387 FPU routines for log2(3) and log2f(3). | rpaulo |
| 2005-07-21 | Add wrappers for the newly added functions. Thanks Klaus! | christos |
| 2005-07-21 | Punctuation fixes, bump date for log2{,f}. | wiz |
| 2005-07-21 | Add log2 and log2f from FreeBSD PR 83845 | christos |
| 2005-05-03 | Don't cast x to double, it already is one. | matt |
| 2004-11-13 | Add a conditional for proper m68k softfloat operation. It looks like I | jmmv |
| 2004-10-13 | add licenses | drochner |
| 2004-07-22 | pull in an accuracy fix for corner cases from FDLIBM 5.3 | drochner |
| 2004-07-16 | amd64: stack sanity, leave the return PC alone | drochner |