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
2014-06-06
Don't require test wrappers to preserve environment variables, use more consistent environment.
Joseph Myers
1
-1
/
+1
2014-05-23
Fix log10 (1) in round-downward mode (bug 16977).
Joseph Myers
1
-3
/
+1
2014-05-16
Use existing makefile variables for dependencies on glibc libraries.
Joseph Myers
1
-6
/
+2
2014-05-14
Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).
Joseph Myers
2
-0
/
+272
2014-05-14
Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).
Joseph Myers
4
-3
/
+7
2014-05-14
Fix acosh (1) in round-downward mode (bug 16927).
Joseph Myers
1
-3
/
+1
2014-05-14
Fix erf underflow handling near 0 (bug 16516).
Joseph Myers
2
-0
/
+204
2014-04-17
Add fenv test support for targets which don't have FP traps.
Wilco
1
-10
/
+15
2014-04-16
Correct IBM long double frexpl.
Alan Modra
1
-0
/
+9
2014-04-11
math: make test-fenv-preserve.c a no-op if FE_ALL_EXCEPT == 0.
Chris Metcalf
1
-0
/
+5
2014-04-02
Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).
Joseph Myers
7
-12
/
+32
2014-04-02
Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).
Joseph Myers
7
-35
/
+24
2014-04-02
Correct IBM long double nextafterl.
Alan Modra
1
-0
/
+8
2014-03-31
Set errno for scalb errors (bug 6803, bug 6804).
Joseph Myers
5
-64
/
+148
2014-03-31
Set errno for atan2 underflow (bug 16349).
Joseph Myers
5
-546
/
+563
2014-03-29
Fix scalb spurious "invalid" exceptions (bug 16770).
Joseph Myers
4
-3
/
+20
2014-03-28
Fix clog10 (-0 +/- 0i) (bug 16362).
Joseph Myers
4
-5
/
+14
2014-03-27
Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348).
Joseph Myers
2
-0
/
+684
2014-03-26
Make x86_64 fegetenv preserve exception mask (bug 16198).
Joseph Myers
2
-1
/
+54
2014-03-25
Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.
Joseph Myers
4
-295
/
+298
2014-03-24
Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).
Joseph Myers
3
-411
/
+396
2014-03-21
Fix log (1) in round-downward mode (bug 16731).
Joseph Myers
1
-3
/
+1
2014-03-21
Test most libm functions in all rounding modes.
Joseph Myers
1
-74
/
+26
2014-03-20
Make libm-test support ALL_RM_TEST with AUTO_TESTS_*.
Joseph Myers
2
-1035
/
+178
2014-03-19
Use ALL_RM_TEST for more libm tests.
Joseph Myers
1
-32
/
+9
2014-03-18
Test scalbn and scalbln in all rounding modes, add more tests of negative arguments.
Joseph Myers
2
-46
/
+85
2014-03-17
Test rint and nearbyint with same inputs, in all rounding modes.
Joseph Myers
1
-49
/
+150
2014-03-17
Add libm-test support for per-rounding-mode manually specified results.
Joseph Myers
2
-1275
/
+249
2014-03-14
PowerPC: remove wrong roundl implementation for PowerPC64
Adhemerval Zanella
1
-0
/
+9
2014-03-14
PowerPC: remove wrong nearbyintl implementation for PPC64
Adhemerval Zanella
1
-0
/
+10
2014-03-14
PowerPC: remove wrong ceill implementation for PowerPC64
Adhemerval Zanella
1
-0
/
+9
2014-03-14
Add truncl tests related to BZ#16414
Adhemerval Zanella
1
-0
/
+9
2014-03-11
Fix nextafter overflow in non-default rounding modes (bug 16677).
Joseph Myers
2
-8
/
+3
2014-03-08
Add libm-test.inc macro for all-rounding-modes testing.
Joseph Myers
1
-325
/
+73
2014-03-06
Prepare libm-test.inc structures for multi-rounding-mode testing.
Joseph Myers
2
-88
/
+176
2014-03-06
Adjust how gen-auto-libm-tests handles before-rounding/after-rounding cases.
Joseph Myers
3
-323
/
+300
2014-03-05
Automatically check sanity of ulps from libm tests.
Joseph Myers
1
-191
/
+212
2014-03-05
Don't include individual test ulps in libm-test-ulps.
Joseph Myers
3
-151
/
+40
2014-03-04
Fix libm-test.inc:print_complex_max_error handling of some error cases.
Joseph Myers
1
-8
/
+15
2014-02-27
Fix sign of input to bsloww1 (BZ #16623)
Siddhesh Poyarekar
2
-0
/
+140
2014-02-26
Consistently include Makeconfig after defining subdir.
Joseph Myers
1
-2
/
+2
2014-02-21
Complete _BSD_SOURCE / _SVID_source followup cleanup.
Joseph Myers
3
-16
/
+16
2014-02-19
Move tests of clog10 from libm-test.inc to auto-libm-test-in.
Joseph Myers
3
-156
/
+27268
2014-02-18
Move tests of fma from libm-test.inc to auto-libm-test-in.
Joseph Myers
4
-901
/
+15442
2014-02-18
Fix gen-auto-libm-tests sticky bit setting for negative results.
Joseph Myers
3
-4338
/
+4346
2014-02-12
Combine __USE_BSD and __USE_SVID into __USE_MISC.
Joseph Myers
1
-2
/
+2
2014-02-11
Remove _BSD_SOURCE and _SVID_SOURCE.
Joseph Myers
1
-2
/
+0
2014-02-11
BZ #16447: Fix ldbl-128 expl implementation.
Andreas Krebbel
2
-0
/
+26
2014-02-10
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
43
-125
/
+125
2014-01-27
Let gen-libm-test.pl find itself when run outside source directory
Andreas Schwab
1
-2
/
+3
[prev]
[next]