crypt: Fix badsalttest test (Bug 22765)
[platform/upstream/glibc.git] / math /
2018-01-03 Wilco DijkstraImprove math_errhandling
2018-01-02 Joseph MyersReduce command length in regen-ulps.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-20 Gabriel F. T. GomesProvide a C++ version of iseqsig (bug 22377)
2017-12-19 Joseph MyersRevert exp reimplementation (causes test failures).
2017-12-19 Patrick McGeheartyImprove __ieee754_exp() performance by greater than...
2017-12-12 Szabolcs Nagy[BZ #22593] Fix nextafter and nexttoward declaration
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-07 Joseph MyersFix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568...
2017-12-07 Joseph MyersAdd _Float32 function aliases.
2017-12-06 Joseph MyersAdd header for _Float32 testing.
2017-12-06 Joseph MyersMake cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561...
2017-12-06 Joseph MyersAdd _Float64, _Float32x function aliases.
2017-12-05 Joseph MyersAdd headers for _Float64, _Float32x testing.
2017-11-27 Joseph MyersAdd _Float64x function aliases.
2017-11-24 Joseph MyersSupport testing _Float64x libm functions.
2017-11-24 Joseph MyersFix gen-tgmath-tests.py for _Float64, _Float64x testing.
2017-11-15 Joseph MyersUse __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).
2017-11-03 Joseph MyersHandle more _FloatN, _FloatNx types in __MATH_TG.
2017-11-03 Joseph MyersHandle more _FloatN, _FloatNx types in tgmath.h.
2017-11-01 Joseph MyersInclude bits/cmathcalls.h for more _FloatN, _FloatNx...
2017-11-01 Joseph MyersClean up complex.h handling of float128.
2017-10-31 Joseph MyersDefine CMPLX macros for more _FloatN, _FloatNx types.
2017-10-31 Joseph MyersAdjust __MATH_EVAL_FMT2 definition to handle _Float16...
2017-10-30 Joseph MyersInclude bits/math-finite.h for more _FloatN, _FloatNx...
2017-10-30 Joseph MyersRemove _Mlong_double_ etc. macros.
2017-10-30 Joseph MyersAdd _FloatN, _FloatNx M_* constants.
2017-10-27 Joseph MyersInclude bits/mathcalls.h for more _FloatN, _FloatNx...
2017-10-26 Joseph MyersAdd SNAN macros for more _FloatN, _FloatNx types.
2017-10-26 Joseph MyersAdd HUGE_VAL macros for more _FloatN, _FloatNx types.
2017-10-20 Joseph MyersAdd bits/floatn.h defines for more _FloatN / _FloatNx...
2017-10-17 Romain NaourLet signbit use the builtin in C++ mode with gcc <...
2017-10-16 Joseph MyersMove some float128 symbol version definitions.
2017-10-16 Joseph MyersSupport running libm tests for float128 as alias for...
2017-10-11 Joseph MyersRun libm long double tests for long double = double.
2017-10-10 Joseph MyersAdd libm_alias_*_other_r macros.
2017-10-09 Joseph MyersUse generic macros for lgamma_r function aliases.
2017-10-09 Jonathan WakelyEnsure C99 and C11 interfaces are available for C+...
2017-10-04 H.J. Lutest-math-iscanonical.cc: Return errors != 0
2017-10-04 H.J. Lutest-math-iscanonical.cc: Replace bool with int
2017-10-03 Gabriel F. T. GomesAdd C++ versions of iscanonical for ldbl-96 and ldbl...
2017-10-03 Szabolcs Nagyfix drem symbol for static linking and new targets
2017-10-02 Szabolcs Nagyfix gamma symbol for static linking and new targets
2017-10-02 Szabolcs NagyNew symbol version for logf, log2f and powf without...
2017-09-29 Wilco DijkstraRemove old cimag inlines
2017-09-29 Szabolcs NagyNew generic powf
2017-09-29 Szabolcs NagyNew generic log2f
2017-09-29 Szabolcs NagyNew generic logf
2017-09-28 Wilco DijkstraSimplify C99 isgreater macros
2017-09-25 Szabolcs NagyNew expf and exp2f version without SVID compat wrapper
2017-09-25 Szabolcs NagyOptimized generic expf and exp2f with wrappers
2017-09-22 Gabriel F. T. GomesLet fpclassify use the builtin when optimizing for...
2017-09-18 Joseph MyersUse libm_alias_ldouble in math/.
2017-09-15 Joseph MyersUse libm_alias_double in math/.
2017-09-15 Joseph MyersRemove ENOSYS math/ function stubs.
2017-09-15 Joseph MyersUse libm_alias_float in math/.
2017-09-14 Joseph MyersMake more libm functions into weak aliases.
2017-09-13 Szabolcs NagyMove exp compat wrappers under math/
2017-09-13 Joseph MyersClear up log1p, ldexp, scalbn, scalbln compat handling.
2017-09-13 Joseph MyersDefine and use libm_alias_double.
2017-09-12 Joseph MyersRemove declare_mgen_alias_2.
2017-09-05 Joseph MyersPrefer new libm function wrappers for !LIBM_SVID_COMPAT.
2017-09-05 Steve EllceyFix tests that are testing obsoleted functionality
2017-09-04 Joseph MyersFix bits/math-finite.h exp10 condition (bug 22082).
2017-09-04 Florian Weimermath.h: Warn about an already-defined log macro
2017-09-01 Joseph MyersObsolete pow10 functions.
2017-09-01 Zack Weinbergmath/math.h (HUGE_VAL): Improve commentary.
2017-08-31 Joseph MyersSimplify NAN definitions.
2017-08-31 Joseph MyersSimplify INFINITY definitions.
2017-08-31 Joseph MyersSimplify HUGE_VAL definitions.
2017-08-29 Joseph MyersFix bits/math-finite.h _MSUF_ expansion namespace ...
2017-08-28 Gabriel F. T. GomesProvide a C++ version of iszero that does not use __MAT...
2017-08-28 Joseph MyersSimplify math-svid-compat code.
2017-08-25 Joseph MyersUse __HAVE_DISTINCT_FLOAT128 in tgmath.h.
2017-08-25 Joseph MyersClean up bits/math-finite.h for aliasing types.
2017-08-24 Gabriel F. T. GomesFix the C++ version of issignaling when __NO_LONG_DOUBL...
2017-08-22 Gabriel F. T. GomesRemove duplicate inclusion of header math-svid-compat.h
2017-08-22 Joseph MyersFix tgmath.h handling of complex integers (bug 21684).
2017-08-22 Gabriel F. T. GomesProvide a C++ version of issignaling that does not...
2017-08-22 Florian Weimermath: Statically link tests of internal functionality
2017-08-21 Joseph MyersObsolete matherr, _LIB_VERSION, libieee.a.
2017-08-18 Gabriel F. T. GomesDo not use __builtin_types_compatible_p in C++ mode...
2017-08-03 Joseph MyersConsistently use uintN_t not u_intN_t in libm.
2017-08-02 Joseph MyersFix tgmath.h for __int128 (bug 21686).
2017-08-02 Joseph MyersFix tgmath.h for bit-fields (bug 21685).
2017-06-28 Joseph MyersFix gen-tgmath-tests.py output for GCC 7 <float.h>.
2017-06-28 Joseph MyersSupport _Float128 in tgmath.h.
2017-06-28 Joseph MyersUse clog10 not __clog10 in tgmath.h log10 macro.
2017-06-28 Joseph MyersFix tgmath.h totalorder, totalordermag return type...
2017-06-28 Joseph MyersSimplify tgmath.h for integer return types.
2017-06-28 Joseph MyersRemove NO_LONG_DOUBLE conditionals in libm tests (bug...
2017-06-28 Joseph MyersAdd more thorough generated tgmath.h test.
2017-06-26 Joseph MyersAdd float128 support for ia64.
2017-06-26 Joseph MyersAdd float128 support for x86_64, x86.
2017-06-23 Joseph MyersMake libm-test-support code clear exceptions after...
2017-06-22 Joseph MyersMake errno-setting libm templates include errno.h.
2017-06-12 Paul E. Murphyfloat128: Add test-{float128,ifloat128,float128-finite}
2017-05-25 Paul E. Murphyfloat128: Add wrappers to override ldbl-128 as float128.
2017-05-17 Gabriel F. T. Gomesfloat128: Extend __MATH_TG for float128 support
2017-05-17 Gabriel F. T. GomesConvert e_exp2l.c into a template
next