| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix i386 acosh (-qNaN) spurious "invalid" exception. | Joseph Myers | 2015-09-30 | 5 | -5/+14 |
* | Improve test coverage of real libm functions [a-e]*. | Joseph Myers | 2015-09-30 | 5 | -9/+18891 |
* | Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386 | H.J. Lu | 2015-09-30 | 31 | -254/+73 |
* | Refine errno / "inexact" expectations in libm-test.inc. | Joseph Myers | 2015-09-30 | 2 | -1564/+1645 |
* | Files open O_WRONLY not supported in fallocate emulation. | Carlos O'Donell | 2015-09-29 | 2 | -0/+9 |
* | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 2015-09-28 | 19 | -156/+6759 |
* | Let 'make check subdirs=string' succeed even when it's invoked | Martin Sebor | 2015-09-28 | 4 | -3/+25 |
* | Fix BZ #18985 -- out of range data to strftime() causes a segfault | Paul Pluzhnikov | 2015-09-26 | 4 | -9/+73 |
* | Fix powf inaccuracy (bug 18956). | Joseph Myers | 2015-09-26 | 6 | -11/+49 |
* | Fix pow missing underflows (bug 18825). | Joseph Myers | 2015-09-25 | 15 | -10/+3926 |
* | Fix inconsistent passwd compensation in nss/bug17079.c | Florian Weimer | 2015-09-25 | 2 | -1/+15 |
* | Use soft-fp fma for no-FPU ColdFire (bug 13304). | Joseph Myers | 2015-09-25 | 4 | -0/+8 |
* | Use soft-fp fma for MicroBlaze (bug 13304). | Joseph Myers | 2015-09-25 | 4 | -0/+10 |
* | [BZ #17250] Fix static dlopen default library search path | Maciej W. Rozycki | 2015-09-25 | 3 | -7/+12 |
* | Fix hypot missing underflows (bug 18803). | Joseph Myers | 2015-09-24 | 10 | -9/+1401 |
* | Add missing ChangeLog entry. | Steve Ellcey | 2015-09-24 | 1 | -0/+4 |
* | Add unused attribute to declaration for mips16 builds. | Steve Ellcey | 2015-09-24 | 1 | -1/+1 |
* | Refactor x86_64 libm code forcing underflow exceptions. | Joseph Myers | 2015-09-24 | 4 | -30/+77 |
* | Use LOAD_PIC_REG in i386 atanh. | Joseph Myers | 2015-09-24 | 2 | -5/+4 |
* | Refactor i386 libm code forcing underflow exceptions. | Joseph Myers | 2015-09-24 | 17 | -316/+304 |
* | Fix x86_64 fma4 pow inappropriate contraction (bug 19003). | Joseph Myers | 2015-09-24 | 3 | -2/+8 |
* | Regenerate aarch64 libm-test-ulps | Szabolcs Nagy | 2015-09-24 | 2 | -204/+234 |
* | Don't use volatile in exp2f. | Joseph Myers | 2015-09-23 | 2 | -2/+5 |
* | Refactor code forcing underflow exceptions. | Joseph Myers | 2015-09-23 | 113 | -723/+334 |
* | Use math_narrow_eval more consistently. | Joseph Myers | 2015-09-23 | 29 | -158/+109 |
* | Remove ignored symbols from nptl/Versions | H.J. Lu | 2015-09-22 | 2 | -4/+4 |
* | Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079 | Florian Weimer | 2015-09-22 | 3 | -2/+8 |
* | Add test case for bug 18287 | Florian Weimer | 2015-09-22 | 3 | -1/+242 |
* | Add missing __mach_host_self_ symbol in Versions | Samuel Thibault | 2015-09-22 | 2 | -0/+7 |
* | Fix vm_page_size visibility | Samuel Thibault | 2015-09-21 | 2 | -1/+6 |
* | Really fix sysdeps/i386/fpu/s_scalbn.S build | Samuel Thibault | 2015-09-19 | 2 | -1/+8 |
* | timezone: add a configure flag to disable program install | Mike Frysinger | 2015-09-18 | 7 | -3/+57 |
* | Revert timezone/Makefile change. | Joseph Myers | 2015-09-18 | 2 | -6/+6 |
* | Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980). | Joseph Myers | 2015-09-18 | 15 | -283/+292 |
* | Undo build error fixes to timezone/private.h, change makefile instead to | Wilco Dijkstra | 2015-09-18 | 3 | -4/+23 |
* | Avoid excess range in results from i386 scalb functions (bug 18981). | Joseph Myers | 2015-09-18 | 7 | -1/+61 |
* | Cleanup a few cases where isinf is used to get the signbit to improve the rea... | Wilco Dijkstra | 2015-09-18 | 7 | -28/+30 |
* | timezone: fix parallel check failures | Mike Frysinger | 2015-09-18 | 2 | -0/+5 |
* | Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980). | Joseph Myers | 2015-09-18 | 8 | -6/+46 |
* | Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is... | Wilco Dijkstra | 2015-09-18 | 39 | -248/+103 |
* | Fix several build failures with GCC6 due to unused static variables. | Wilco Dijkstra | 2015-09-18 | 11 | -28/+16 |
* | Use __libc_ptf_call in _longjmp_unwind | H.J. Lu | 2015-09-18 | 3 | -17/+12 |
* | arm: setjmp/longjmp: fix PIC vs SHARED thinkos | David Lamparter | 2015-09-18 | 3 | -2/+7 |
* | Use the GCC builtin functions for the non-inlined signbit implementations. | Wilco Dijkstra | 2015-09-18 | 6 | -31/+16 |
* | Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/... | Wilco Dijkstra | 2015-09-18 | 4 | -16/+56 |
* | Add a new benchmark for isinf/isnan/isnormal/isfinite/fpclassify. The test us... | Wilco Dijkstra | 2015-09-18 | 6 | -16/+363 |
* | Fix error messages in elf/tst-dlmopen1.c. | Carlos O'Donell | 2015-09-18 | 2 | -3/+7 |
* | Use ALIGN_* macros in _dl_map_object_from_fd. | Carlos O'Donell | 2015-09-18 | 2 | -4/+9 |
* | time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887] | Vincent Bernat | 2015-09-18 | 4 | -13/+38 |
* | time: in strptime(), make %z accept Z as a time zone [BZ #17886] | Vincent Bernat | 2015-09-18 | 4 | -8/+28 |