| Age | Commit message (Expand) | Author |
| 2019-04-27 | Add a C99 symbol to libm: nexttowardl | kamil |
| 2019-04-25 | document cosl with MLINKS and in the man page | maya |
| 2019-04-17 | also want s_nexttoward.c on riscv. now tests/lib/libm links. | mrg |
| 2019-04-15 | we need rintl (long double) to link binaries | maya |
| 2019-02-22 | Default our libm to -frounding-math, if built with GCC. | maya |
| 2018-11-07 | Disable x87 implementations of sin, cos, tan. | riastradh |
| 2018-06-13 | Disable sanitizers for libm and librt | kamil |
| 2017-09-26 | Add man page link for hypotl.3 | maya |
| 2017-08-21 | add nexttoward for mips64 and aarch64 | christos |
| 2017-08-17 | Actually... s_nexttowardf.c appears to be usable on soft-float as well; | he |
| 2017-08-17 | Move the inclusion of s_nexttowardf.c into a common test for | he |
| 2017-08-16 | add s_rintl.c for aarch64. ok by ryo@. | nisimura |
| 2017-08-16 | In the non-softfloat m68k part, add s_nexttoward.c and s_nexttowardf.c, | he |
| 2017-08-15 | rintl is required for archs that support long double. | mlelstv |
| 2017-08-11 | Move s_nearbyint.c out of the cpu ifdefs and into COMMON_SRCS, | he |
| 2017-07-27 | The sparc port needs s_nearbyint.c as well. | he |
| 2017-07-27 | Non-softfloat m68k needs s_rintl.c. | he |
| 2017-07-26 | Add s_nearbyint.c to alpha, ia64, riscv, mips, powerpc, and sh3 ports. | he |
| 2017-07-26 | Add some blank lines to separate the different CPU archs, | he |
| 2017-05-06 | Replace our rounding functions with the ones from FreeBSD | christos |
| 2017-03-23 | sun2 just has to be different, of course. | chs |
| 2017-03-22 | provide a common softfloat fenv implemenation and use it for softfloat builds. | chs |
| 2017-02-23 | Add fenv for ia64, imported from FreeBSD, compile tested only. | scole |
| 2016-12-08 | more stuff needs -mfpu=vfp | christos |
| 2016-09-21 | deal with namespace issues and missing atanhf for vax. | christos |
| 2016-09-07 | Actually get fma(3) and friends into ARM libm. | jakllsch |
| 2016-08-27 | skip buggy assembly for libm_g.a | christos |
| 2016-08-26 | fix double merge. | christos |
| 2016-08-26 | do the FENV test consistently | christos |
| 2016-08-25 | more fenv for sh | christos |
| 2016-08-24 | fix ilogb* | christos |
| 2016-08-24 | add ilogb. | christos |
| 2016-08-23 | fenv.h for alpha | christos |
| 2016-03-30 | No fenv for m68k with SOFTFLOAT for now - so at least it builds. | martin |
| 2016-03-17 | Added ldexpl to ldexp manpage since it is missing. | nros |
| 2016-03-17 | Add fabsl to the manpage describing the fabs functions. | nros |
| 2015-12-29 | Add sqrtl | christos |
| 2015-12-21 | Add mips fenv.c (From FreeBSD) | christos |
| 2015-12-20 | Powerpc fenv.c from FreeBSD | christos |
| 2015-12-12 | Add manpage to the fma function in libm. | nros |
| 2015-09-13 | Add entry for nexttowardf(3) and a link for the function name. | he |
| 2015-09-13 | Add entries for rintl(3) and the nearbyint functions, and | he |
| 2014-12-27 | fenv(3) support for hppa | martin |
| 2014-11-17 | PR/49399: Henning Petersen: Add man pages for erfl and erfcl | christos |
| 2014-09-19 | Add RISC-V MD bits. | matt |
| 2014-08-26 | Adding extra dependencies does not affect the inference rule search anymore. | christos |
| 2014-08-11 | revert parts of 1.163 that affect the x86 build. | mrg |
| 2014-08-10 | MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU | matt |
| 2014-08-10 | Add -mfpu=vfp for fenv.c, since it gets those instructions from | joerg |
| 2014-08-10 | Changes to existing files to enable building AARCH64 userland. | matt |