| Commit message (Expand) | Author | Age | Files | Lines |
* | Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724] | Florian Weimer | 2015-10-02 | 1 | -0/+38 |
* | PowerPC: Add comments to optimized strncpy | Gabriel F. T. Gomes | 2015-10-01 | 1 | -0/+5 |
* | PowerPC: Fix operand prefixes | Gabriel F. T. Gomes | 2015-10-01 | 1 | -0/+5 |
* | Fix ldbl-128 / ldbl-128ibm lgamma overflow handling (bug 16347, bug 19046). | Joseph Myers | 2015-10-01 | 1 | -0/+12 |
* | Use type-specific precision when printing results in libm-test.inc. | Joseph Myers | 2015-10-01 | 1 | -0/+8 |
* | Fix ldbl-128ibm exp10l spurious overflows (bug 16620). | Joseph Myers | 2015-09-30 | 1 | -0/+5 |
* | Fix i386 acosh (-qNaN) spurious "invalid" exception. | Joseph Myers | 2015-09-30 | 1 | -0/+6 |
* | Improve test coverage of real libm functions [a-e]*. | Joseph Myers | 2015-09-30 | 1 | -0/+25 |
* | Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386 | H.J. Lu | 2015-09-30 | 1 | -0/+72 |
* | Refine errno / "inexact" expectations in libm-test.inc. | Joseph Myers | 2015-09-30 | 1 | -0/+73 |
* | Files open O_WRONLY not supported in fallocate emulation. | Carlos O'Donell | 2015-09-29 | 1 | -0/+5 |
* | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 2015-09-28 | 1 | -0/+30 |
* | Let 'make check subdirs=string' succeed even when it's invoked | Martin Sebor | 2015-09-28 | 1 | -0/+10 |
* | Fix BZ #18985 -- out of range data to strftime() causes a segfault | Paul Pluzhnikov | 2015-09-26 | 1 | -0/+8 |
* | Fix powf inaccuracy (bug 18956). | Joseph Myers | 2015-09-26 | 1 | -0/+10 |
* | Fix pow missing underflows (bug 18825). | Joseph Myers | 2015-09-25 | 1 | -0/+35 |
* | Fix inconsistent passwd compensation in nss/bug17079.c | Florian Weimer | 2015-09-25 | 1 | -0/+6 |
* | Use soft-fp fma for no-FPU ColdFire (bug 13304). | Joseph Myers | 2015-09-25 | 1 | -0/+5 |
* | Use soft-fp fma for MicroBlaze (bug 13304). | Joseph Myers | 2015-09-25 | 1 | -0/+7 |
* | [BZ #17250] Fix static dlopen default library search path | Maciej W. Rozycki | 2015-09-25 | 1 | -0/+6 |
* | Fix hypot missing underflows (bug 18803). | Joseph Myers | 2015-09-24 | 1 | -0/+20 |
* | Add missing ChangeLog entry. | Steve Ellcey | 2015-09-24 | 1 | -0/+4 |
* | Refactor x86_64 libm code forcing underflow exceptions. | Joseph Myers | 2015-09-24 | 1 | -0/+8 |
* | Use LOAD_PIC_REG in i386 atanh. | Joseph Myers | 2015-09-24 | 1 | -0/+3 |
* | Refactor i386 libm code forcing underflow exceptions. | Joseph Myers | 2015-09-24 | 1 | -0/+60 |
* | Fix x86_64 fma4 pow inappropriate contraction (bug 19003). | Joseph Myers | 2015-09-24 | 1 | -0/+6 |
* | Regenerate aarch64 libm-test-ulps | Szabolcs Nagy | 2015-09-24 | 1 | -0/+4 |
* | Don't use volatile in exp2f. | Joseph Myers | 2015-09-23 | 1 | -0/+3 |
* | Refactor code forcing underflow exceptions. | Joseph Myers | 2015-09-23 | 1 | -0/+153 |
* | Use math_narrow_eval more consistently. | Joseph Myers | 2015-09-23 | 1 | -0/+47 |
* | Remove ignored symbols from nptl/Versions | H.J. Lu | 2015-09-22 | 1 | -0/+4 |
* | Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079 | Florian Weimer | 2015-09-22 | 1 | -0/+5 |
* | Add test case for bug 18287 | Florian Weimer | 2015-09-22 | 1 | -0/+5 |
* | Add missing __mach_host_self_ symbol in Versions | Samuel Thibault | 2015-09-22 | 1 | -0/+4 |
* | Fix vm_page_size visibility | Samuel Thibault | 2015-09-21 | 1 | -0/+5 |
* | Really fix sysdeps/i386/fpu/s_scalbn.S build | Samuel Thibault | 2015-09-19 | 1 | -0/+7 |
* | timezone: add a configure flag to disable program install | Mike Frysinger | 2015-09-18 | 1 | -0/+11 |
* | Revert timezone/Makefile change. | Joseph Myers | 2015-09-18 | 1 | -0/+2 |
* | Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980). | Joseph Myers | 2015-09-18 | 1 | -0/+42 |
* | Undo build error fixes to timezone/private.h, change makefile instead to | Wilco Dijkstra | 2015-09-18 | 1 | -0/+7 |
* | Avoid excess range in results from i386 scalb functions (bug 18981). | Joseph Myers | 2015-09-18 | 1 | -0/+13 |
* | Cleanup a few cases where isinf is used to get the signbit to improve the rea... | Wilco Dijkstra | 2015-09-18 | 1 | -0/+10 |
* | timezone: fix parallel check failures | Mike Frysinger | 2015-09-18 | 1 | -0/+4 |
* | Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980). | Joseph Myers | 2015-09-18 | 1 | -0/+16 |
* | Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is... | Wilco Dijkstra | 2015-09-18 | 1 | -0/+50 |
* | Fix several build failures with GCC6 due to unused static variables. | Wilco Dijkstra | 2015-09-18 | 1 | -0/+15 |
* | Use __libc_ptf_call in _longjmp_unwind | H.J. Lu | 2015-09-18 | 1 | -0/+7 |
* | arm: setjmp/longjmp: fix PIC vs SHARED thinkos | David Lamparter | 2015-09-18 | 1 | -0/+5 |
* | Use the GCC builtin functions for the non-inlined signbit implementations. | Wilco Dijkstra | 2015-09-18 | 1 | -0/+11 |
* | Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/... | Wilco Dijkstra | 2015-09-18 | 1 | -0/+12 |