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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-27
Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).
Joseph Myers
2
-0
/
+906
2015-02-26
Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).
Joseph Myers
2
-0
/
+806
2015-02-26
Fix asin missing underflows (bug 16351).
Joseph Myers
2
-105
/
+104
2015-02-26
Fix ldbl-128ibm logbl near powers of 2 (bug 18030).
Joseph Myers
1
-0
/
+5
2015-02-26
Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).
Joseph Myers
1
-0
/
+5
2015-02-25
Fix ldbl-128ibm asinhl inaccuracy (bug 18020).
Joseph Myers
2
-0
/
+1746
2015-02-25
Fix ldbl-128ibm acoshl inaccuracy (bug 18019).
Joseph Myers
2
-0
/
+866
2015-02-24
Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).
Joseph Myers
1
-0
/
+2
2015-02-22
Adjust timeouts for some tests, to accommodate slow processors,
Chung-Lin Tang
3
-3
/
+3
2015-02-18
Fix atan / atan2 missing underflows (bug 15319).
Joseph Myers
3
-966
/
+1594
2015-02-17
Fix sign of remquo zero remainder in round-downward mode (bug 17987).
Joseph Myers
1
-0
/
+10
2015-02-16
Fix remquo spurious overflows (bug 17978).
Joseph Myers
1
-0
/
+54
2015-02-13
Fix dbl-64/wordsize-64 remquo (bug 17569).
Joseph Myers
1
-14
/
+19
2015-02-12
Fix exp2 spurious underflows (bug 16560).
Joseph Myers
3
-0
/
+693
2015-02-11
Fix sincos errno setting (bug 15467).
Joseph Myers
1
-3
/
+3
2015-02-10
Clean up math/test-snan.
Roland McGrath
1
-311
/
+63
2015-02-06
soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 17932).
Joseph Myers
2
-0
/
+367
2015-01-28
Clarify math/README.libm-test. Add "How to read the test output."
Martin Sebor
1
-12
/
+65
2015-01-12
Fix ldbl-96 scalblnl underflowing results (bug 17803).
Joseph Myers
1
-0
/
+38
2015-01-12
Fix ldbl-96 scalblnl for subnormal arguments (bug 17834).
Joseph Myers
1
-0
/
+22
2015-01-07
Fix libm feupdateenv namespace (bug 17748).
Joseph Myers
1
-0
/
+1
2015-01-07
Fix libm fesetround namespace (bug 17748).
Joseph Myers
1
-2
/
+4
2015-01-06
Fix libm fesetenv namespace (bug 17748).
Joseph Myers
1
-0
/
+1
2015-01-06
Remove duplicated -frounding-math
Andrew Senkevich
1
-8
/
+6
2015-01-05
Fix libm feholdexcept namespace (bug 17748).
Joseph Myers
1
-2
/
+4
2015-01-02
Fix libm fegetround namespace (bug 17748).
Joseph Myers
1
-2
/
+4
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
205
-205
/
+205
2014-12-31
Fix libm fegetenv namespace (bug 17748).
Joseph Myers
1
-0
/
+1
2014-12-30
Fix some warnings in the absence of FP round/exception support
Chris Metcalf
2
-7
/
+14
2014-12-30
Fix libm feraiseexcept namespace (bug 17723).
Joseph Myers
10
-14
/
+15
2014-12-22
Fix namespace conformance issue with Bessel functions.
Chris Metcalf
3
-6
/
+6
2014-12-22
Split __kernel_standard* functions (fixes bug 17724).
Joseph Myers
1
-2
/
+2
2014-12-19
math: increase timeout for math/atest-*.c
Chris Metcalf
3
-0
/
+3
2014-11-05
Modify several tests to use test-skeleton.c
Arjun Shankar
7
-14
/
+35
2014-10-21
Don't use INTDEF with __ldexpf (bug 14132).
Joseph Myers
1
-1
/
+0
2014-09-30
stdlib/tst-strtod-round.c: Fix build on ARM
Will Newton
1
-1
/
+2
2014-09-16
Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)
Siddhesh Poyarekar
1
-3
/
+5
2014-07-17
Fix fallback fesetenv and feupdateenv on FE_NOMASK_ENV (bug 17088).
Joseph Myers
2
-0
/
+8
2014-06-27
Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).
Joseph Myers
1
-3
/
+1
2014-06-25
Fix exp10 spurious underflows (bug 16560).
Joseph Myers
2
-0
/
+684
2014-06-24
Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).
Joseph Myers
2
-0
/
+83
2014-06-24
Fix ldbl-128 erfl spurious underflows (bug 16287).
Joseph Myers
2
-0
/
+304
2014-06-23
Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near 0 (bug 17061).
Joseph Myers
2
-321
/
+424
2014-06-23
Set errno for y1 overflow (bug 17050).
Joseph Myers
2
-0
/
+1761
2014-06-23
Test cpow in all rounding modes.
Joseph Myers
5
-135
/
+141
2014-06-23
Fix pow overflow in non-default rounding modes (bug 16315).
Joseph Myers
3
-67
/
+2736
2014-06-20
[BZ #6803] Set errno for scalbln, scalbn
Stefan Liebler
5
-57
/
+169
2014-06-17
PowerPC: Fix nearbyintl failure for few inputs
Rajalakshmi Srinivasaraghavan
1
-0
/
+8
2014-06-10
Add FE_NOMASK_ENV return value test.
Wilco
2
-1
/
+124
2014-06-10
Fix log2 (1) in round-downward mode (bug 17042).
Joseph Myers
1
-3
/
+1
[prev]
[next]