about summary refs log tree commit diff
path: root/math/gen-tgmath-tests.py
Commit message (Expand)AuthorAgeFilesLines
* treewide: python-scripts: use `is None` for none-equalityKonstantin Kharlamov2024-02-231-3/+3
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* C2x semantics for <tgmath.h>Joseph Myers2023-01-061-82/+131
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers2021-09-301-0/+2
* Add fmaximum, fminimum functionsJoseph Myers2021-09-281-0/+9
* Add narrowing fma functionsJoseph Myers2021-09-221-2/+2
* Add narrowing square root functionsJoseph Myers2021-09-101-2/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Convert Python scripts to Python 3Alistair Francis2020-03-031-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-19/+165
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-151-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Split test-tgmath3 by function.Joseph Myers2018-05-181-5/+29
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Fix gen-tgmath-tests.py for _Float64, _Float64x testing.Joseph Myers2017-11-241-2/+2
* Fix tgmath.h handling of complex integers (bug 21684).Joseph Myers2017-08-221-3/+1
* Fix tgmath.h for __int128 (bug 21686).Joseph Myers2017-08-021-0/+4
* Fix tgmath.h for bit-fields (bug 21685).Joseph Myers2017-08-021-1/+11
* Fix gen-tgmath-tests.py output for GCC 7 <float.h>.Joseph Myers2017-06-281-1/+2
* Support _Float128 in tgmath.h.Joseph Myers2017-06-281-8/+10
* Use clog10 not __clog10 in tgmath.h log10 macro.Joseph Myers2017-06-281-1/+3
* Fix tgmath.h totalorder, totalordermag return type (bug 21687).Joseph Myers2017-06-281-2/+2
* Add more thorough generated tgmath.h test.Joseph Myers2017-06-281-0/+608