index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
math
/
gen-tgmath-tests.py
Age
Commit message (
Expand
)
Author
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
C2x semantics for <tgmath.h>
Joseph Myers
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-09-30
Add exp10 macro to <tgmath.h> (bug 26108)
Joseph Myers
2021-09-28
Add fmaximum, fminimum functions
Joseph Myers
2021-09-22
Add narrowing fma functions
Joseph Myers
2021-09-10
Add narrowing square root functions
Joseph Myers
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-03-03
Convert Python scripts to Python 3
Alistair Francis
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-08-21
Add tgmath.h macros for narrowing functions.
Joseph Myers
2019-08-15
Make totalorder and totalordermag functions take pointer arguments.
Joseph Myers
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-05-18
Split test-tgmath3 by function.
Joseph Myers
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-11-24
Fix gen-tgmath-tests.py for _Float64, _Float64x testing.
Joseph Myers
2017-08-22
Fix tgmath.h handling of complex integers (bug 21684).
Joseph Myers
2017-08-02
Fix tgmath.h for __int128 (bug 21686).
Joseph Myers
2017-08-02
Fix tgmath.h for bit-fields (bug 21685).
Joseph Myers
2017-06-28
Fix gen-tgmath-tests.py output for GCC 7 <float.h>.
Joseph Myers
2017-06-28
Support _Float128 in tgmath.h.
Joseph Myers
2017-06-28
Use clog10 not __clog10 in tgmath.h log10 macro.
Joseph Myers
2017-06-28
Fix tgmath.h totalorder, totalordermag return type (bug 21687).
Joseph Myers
2017-06-28
Add more thorough generated tgmath.h test.
Joseph Myers