index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
math
/
math.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-01
Refer to C23 in place of C2X in glibc
Joseph Myers
1
-12
/
+12
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-06-30
Stop applying a GCC-specific workaround on clang [BZ #30550]
Tulio Magno Quites Machado Filho
1
-1
/
+2
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
1
-1
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2022-09-30
Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13
Joseph Myers
1
-1
/
+49
2022-01-10
math: Fix float conversion regressions with gcc-12 [BZ #28713]
Szabolcs Nagy
1
-0
/
+17
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2021-09-10
Add narrowing square root functions
Joseph Myers
1
-0
/
+6
2021-06-01
Update floating-point feature test macro handling for C2X
Joseph Myers
1
-8
/
+22
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2020-04-30
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
1
-6
/
+6
2020-04-17
Remove __NO_MATH_INLINES
Adhemerval Zanella
1
-7
/
+0
2020-03-19
math: Remove mathinline
Adhemerval Zanella
1
-6
/
+0
2020-02-28
ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions
Tulio Magno Quites Machado Filho
1
-3
/
+56
2020-02-20
Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]
Tulio Magno Quites Machado Filho
1
-5
/
+13
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2019-10-21
Remove math-finite.h
Wilco Dijkstra
1
-220
/
+0
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
1
-1
/
+1
2019-08-13
Declare most TS 18661-1 interfaces for C2X.
Joseph Myers
1
-6
/
+6
2019-03-26
math: Enable some math builtins for clang
Adhemerval Zanella
1
-6
/
+11
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2018-05-24
Fix parameter type in C++ version of iseqsig (bug 23171)
Gabriel F. T. Gomes
1
-1
/
+1
2018-05-11
powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdouble
Tulio Magno Quites Machado Filho
1
-3
/
+9
2018-02-09
Add build infrastructure for narrowing libm functions.
Joseph Myers
1
-0
/
+284
2018-01-03
Improve math_errhandling
Wilco Dijkstra
1
-4
/
+10
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2017-12-19
Provide a C++ version of iseqsig (bug 22377)
Gabriel F. T. Gomes
1
-2
/
+70
2017-11-03
Handle more _FloatN, _FloatNx types in __MATH_TG.
Joseph Myers
1
-1
/
+31
2017-10-31
Adjust __MATH_EVAL_FMT2 definition to handle _Float16 better.
Joseph Myers
1
-0
/
+2
2017-10-30
Include bits/math-finite.h for more _FloatN, _FloatNx types.
Joseph Myers
1
-2
/
+137
2017-10-30
Remove _Mlong_double_ etc. macros.
Joseph Myers
1
-36
/
+9
2017-10-30
Add _FloatN, _FloatNx M_* constants.
Joseph Myers
1
-0
/
+84
2017-10-27
Include bits/mathcalls.h for more _FloatN, _FloatNx types.
Joseph Myers
1
-3
/
+123
2017-10-26
Add SNAN macros for more _FloatN, _FloatNx types.
Joseph Myers
1
-0
/
+18
2017-10-26
Add HUGE_VAL macros for more _FloatN, _FloatNx types.
Joseph Myers
1
-0
/
+18
2017-10-17
Let signbit use the builtin in C++ mode with gcc < 6.x (bug 22296)
Romain Naour
1
-0
/
+9
2017-10-03
Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)
Gabriel F. T. Gomes
1
-1
/
+1
2017-09-28
Simplify C99 isgreater macros
Wilco Dijkstra
1
-63
/
+32
2017-09-22
Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)
Gabriel F. T. Gomes
1
-1
/
+7
2017-09-04
math.h: Warn about an already-defined log macro
Florian Weimer
1
-0
/
+5
2017-09-01
math/math.h (HUGE_VAL): Improve commentary.
Zack Weinberg
1
-2
/
+7
2017-08-31
Simplify NAN definitions.
Joseph Myers
1
-2
/
+9
2017-08-31
Simplify INFINITY definitions.
Joseph Myers
1
-2
/
+6
2017-08-31
Simplify HUGE_VAL definitions.
Joseph Myers
1
-8
/
+17
2017-08-29
Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028).
Joseph Myers
1
-18
/
+28
2017-08-28
Provide a C++ version of iszero that does not use __MATH_TG (bug 21930)
Gabriel F. T. Gomes
1
-4
/
+29
2017-08-25
Clean up bits/math-finite.h for aliasing types.
Joseph Myers
1
-8
/
+16
2017-08-24
Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is defined
Gabriel F. T. Gomes
1
-1
/
+9
2017-08-22
Provide a C++ version of issignaling that does not use __MATH_TG
Gabriel F. T. Gomes
1
-1
/
+18
[next]