Age | Commit message (Expand) | Author |
2024-06-17 | Fix typo: s/fetesteexcept/fetestexcept/ | Tim van der Molen |
2024-05-01 | add return statements missed when adapting from FreeBSD | Jonathan Gray |
2024-03-29 | Simplify the conditionals for architectures which do not need any particular | Miod Vallat |
2024-03-04 | Bring back the fabsf strong alias to fabs, lost sometime ago during | Miod Vallat |
2023-09-07 | convert to ansi function decl | Jonathan Gray |
2023-08-13 | Make sure modff() returns correct values for infinities. | Miod Vallat |
2023-01-27 | Use the same inline assembly constraints as for libc fp*(), when operating | Miod Vallat |
2023-01-27 | Remove fast round(3) implementation for hppa. It is a nice idea, but does not | Miod Vallat |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-27 | Use ENTRY_NB() instead of ENTRY() | Theo Buehler |
2022-07-25 | If a command or interface first appeared in PWB/UNIX, UNIX System III or | Jonathan Gray |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | Christian Weisgerber |
2022-03-29 | man pages: add missing commas in enumerations | Christian Weisgerber |
2022-02-05 | Provide logbl(3) when long double is double | George Koehler |
2022-01-21 | Optimization for tiny x in cos and sin | Greg Steuck |
2022-01-21 | Unplug assembly implementations of trig functions on x86 platforms | Greg Steuck |
2022-01-21 | Copy cos(3) software implementation from FreeBSD-13 | Greg Steuck |
2021-10-14 | Replace lrint(3), lrintf(3), llrint(3) and llrintf(3) implementations with | Mark Kettenis |
2021-09-17 | sys/param.h is not needed in this file | Theo de Raadt |
2021-06-29 | function args must not use .Ar and EDOM and ERANGE require .Er; | Ingo Schwarze |
2021-06-29 | insert missing .Ns | Ingo Schwarze |
2021-06-29 | basic mdoc(7) macro cleanup; patch from me at EmilEngler dot com | Ingo Schwarze |
2021-05-31 | Revert previous. bluhm noted that it causes a regress failure. | Theo Buehler |
2021-05-28 | Silence a clang warning on loss of precision | Theo Buehler |
2021-05-12 | Correct defines for fenv rounding modes and change fenv_t and fexcept_t | Jonathan Gray |
2021-05-11 | use FE_ALL_EXCEPT not _ROUND_MASK when masking fcsr exception bits | Jonathan Gray |
2021-04-27 | riscv64 additions for libm | Dale Rahn |
2020-11-14 | remove macro instances from arbitrary string width specifiers. for example | Jason McIntyre |
2020-11-07 | Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and | Mark Kettenis |
2020-11-07 | Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and | Mark Kettenis |
2020-10-31 | Align with C99 (and our implementation) and describe the return values for | Mark Kettenis |
2020-07-09 | The fegetexceptflag() function should not have a DEF_STD. | Mark Kettenis |
2020-06-28 | Add powerpc64 support. | Mark Kettenis |
2020-06-28 | Add powerpc64 fenv bits; copied from powerpc. From drahn@ | Mark Kettenis |
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray |
2019-10-30 | Fix declaration of S1 by swapping misplaced ',' and ';'. | Theo Buehler |
2019-09-06 | More Version 1 AT&T UNIX history. | Ingo Schwarze |
2019-04-01 | repair confusing "} if" indentation as suggested by deraadt@ | Christian Weisgerber |
2019-03-15 | Remove FBSDID. | Kevin Lo |
2019-03-12 | Setting and getting the rounding mode on our arm64 FPU has not worked | Patrick Wildt |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-07-18 | Remove the unused leftovers of the 4.4BSD libm, which was only used | Christian Weisgerber |
2018-07-08 | Add missing retguard check | mortimer |
2018-07-03 | Add retguard macros to libm assembly. | mortimer |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2018-03-16 | Since most (if not all) ARMv8 hardware doesn't actually support trapping of | Mark Kettenis |
2018-03-12 | Gah, rintl() is used internally, so add a macro for the fourth possiblity, | Philip Guenther |
2018-03-12 | Make the binding of rintl, significand, and significandf consistently | Philip Guenther |
2018-03-12 | Add cvs tag, copyright, and license | Philip Guenther |