Age | Commit message (Expand) | Author |
2015-09-28 | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers |
2015-09-28 | Let 'make check subdirs=string' succeed even when it's invoked | Martin Sebor |
2015-09-26 | Fix BZ #18985 -- out of range data to strftime() causes a segfault | Paul Pluzhnikov |
2015-09-26 | Fix powf inaccuracy (bug 18956). | Joseph Myers |
2015-09-25 | Fix pow missing underflows (bug 18825). | Joseph Myers |
2015-09-25 | Fix inconsistent passwd compensation in nss/bug17079.c | Florian Weimer |
2015-09-25 | Use soft-fp fma for no-FPU ColdFire (bug 13304). | Joseph Myers |
2015-09-25 | Use soft-fp fma for MicroBlaze (bug 13304). | Joseph Myers |
2015-09-25 | [BZ #17250] Fix static dlopen default library search path | Maciej W. Rozycki |
2015-09-24 | Fix hypot missing underflows (bug 18803). | Joseph Myers |
2015-09-24 | Add missing ChangeLog entry. | Steve Ellcey |
2015-09-24 | Add unused attribute to declaration for mips16 builds. | Steve Ellcey |
2015-09-24 | Refactor x86_64 libm code forcing underflow exceptions. | Joseph Myers |
2015-09-24 | Use LOAD_PIC_REG in i386 atanh. | Joseph Myers |
2015-09-24 | Refactor i386 libm code forcing underflow exceptions. | Joseph Myers |
2015-09-24 | Fix x86_64 fma4 pow inappropriate contraction (bug 19003). | Joseph Myers |
2015-09-24 | Regenerate aarch64 libm-test-ulps | Szabolcs Nagy |
2015-09-23 | Don't use volatile in exp2f. | Joseph Myers |
2015-09-23 | Refactor code forcing underflow exceptions. | Joseph Myers |
2015-09-23 | Use math_narrow_eval more consistently. | Joseph Myers |
2015-09-22 | Remove ignored symbols from nptl/Versions | H.J. Lu |
2015-09-22 | Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079 | Florian Weimer |
2015-09-22 | Add test case for bug 18287 | Florian Weimer |
2015-09-22 | Add missing __mach_host_self_ symbol in Versions | Samuel Thibault |
2015-09-21 | Fix vm_page_size visibility | Samuel Thibault |
2015-09-19 | Really fix sysdeps/i386/fpu/s_scalbn.S build | Samuel Thibault |
2015-09-18 | timezone: add a configure flag to disable program install | Mike Frysinger |
2015-09-18 | Revert timezone/Makefile change. | Joseph Myers |
2015-09-18 | Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980). | Joseph Myers |
2015-09-18 | Undo build error fixes to timezone/private.h, change makefile instead to | Wilco Dijkstra |
2015-09-18 | Avoid excess range in results from i386 scalb functions (bug 18981). | Joseph Myers |
2015-09-18 | Cleanup a few cases where isinf is used to get the signbit to improve the rea... | Wilco Dijkstra |
2015-09-18 | timezone: fix parallel check failures | Mike Frysinger |
2015-09-18 | Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980). | Joseph Myers |
2015-09-18 | Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is... | Wilco Dijkstra |
2015-09-18 | Fix several build failures with GCC6 due to unused static variables. | Wilco Dijkstra |
2015-09-18 | Use __libc_ptf_call in _longjmp_unwind | H.J. Lu |
2015-09-18 | arm: setjmp/longjmp: fix PIC vs SHARED thinkos | David Lamparter |
2015-09-18 | Use the GCC builtin functions for the non-inlined signbit implementations. | Wilco Dijkstra |
2015-09-18 | Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/... | Wilco Dijkstra |
2015-09-18 | Add a new benchmark for isinf/isnan/isnormal/isfinite/fpclassify. The test us... | Wilco Dijkstra |
2015-09-18 | Fix error messages in elf/tst-dlmopen1.c. | Carlos O'Donell |
2015-09-18 | Use ALIGN_* macros in _dl_map_object_from_fd. | Carlos O'Donell |
2015-09-18 | time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887] | Vincent Bernat |
2015-09-18 | time: in strptime(), make %z accept Z as a time zone [BZ #17886] | Vincent Bernat |
2015-09-17 | alpha: drop __ASSUME_FDATASYNC | Mike Frysinger |
2015-09-18 | Test for weak undefined symbols in linknamespace.pl. | Joseph Myers |
2015-09-17 | Use __pthread_setcancelstate in libc.a | H.J. Lu |
2015-09-17 | Fix sign of zero part from ctan / ctanh when argument infinite (bug 17118). | Joseph Myers |
2015-09-17 | Reduce number of constants in __finite* (bug 15384). | Joseph Myers |