about summary refs log tree commit diff
path: root/math/tgmath.h
Commit message (Expand)AuthorAgeFilesLines
* Implement C23 log2p1Joseph Myers16 hours1-0/+3
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-23/+23
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* C2x semantics for <tgmath.h>Joseph Myers2023-01-061-80/+166
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-2/+2
* Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers2021-09-301-0/+5
* Do not declare fmax, fmin _FloatN, _FloatNx versions for C2XJoseph Myers2021-09-291-2/+10
* Do not define tgmath.h fmaxmag, fminmag macros for C2X (bug 28397)Joseph Myers2021-09-291-0/+2
* Add fmaximum, fminimum functionsJoseph Myers2021-09-281-0/+32
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+73
* Add narrowing square root functionsJoseph Myers2021-09-101-0/+56
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Add tgmath.h macros for narrowing functions.Joseph Myers2019-08-211-0/+167
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-151-24/+0
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).Joseph Myers2017-11-151-57/+147
* Handle more _FloatN, _FloatNx types in tgmath.h.Joseph Myers2017-11-031-2/+29
* Use __HAVE_DISTINCT_FLOAT128 in tgmath.h.Joseph Myers2017-08-251-1/+1
* Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers2017-08-221-46/+89
* Fix tgmath.h for __int128 (bug 21686).Joseph Myers2017-08-021-13/+7
* Fix tgmath.h for bit-fields (bug 21685).Joseph Myers2017-08-021-59/+59
* Support _Float128 in tgmath.h.Joseph Myers2017-06-281-28/+123
* Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers2017-06-281-1/+1
* Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers2017-06-281-4/+16
* Simplify tgmath.h for integer return types.Joseph Myers2017-06-281-18/+18
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add fromfp functions.Joseph Myers2016-12-311-0/+20
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+3
* Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers2016-12-201-1/+1
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-201-0/+6
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-021-0/+3
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-151-0/+4
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-121-0/+6
* Also handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h>.Joseph Myers2016-08-031-1/+1
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-0/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967).Joseph Myers2015-09-151-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* 2008-10-24 Joseph Myers <joseph@codesourcery.com>Ulrich Drepper2008-11-011-1/+8
* [BZ #4775, BZ #4776]Ulrich Drepper2007-07-121-168/+153
* [BZ #865]Ulrich Drepper2005-10-151-5/+10