summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers2015-09-281-0/+30
* Let 'make check subdirs=string' succeed even when it's invokedMartin Sebor2015-09-281-0/+10
* Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov2015-09-261-0/+8
* Fix powf inaccuracy (bug 18956).Joseph Myers2015-09-261-0/+10
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-251-0/+35
* Fix inconsistent passwd compensation in nss/bug17079.cFlorian Weimer2015-09-251-0/+6
* Use soft-fp fma for no-FPU ColdFire (bug 13304).Joseph Myers2015-09-251-0/+5
* Use soft-fp fma for MicroBlaze (bug 13304).Joseph Myers2015-09-251-0/+7
* [BZ #17250] Fix static dlopen default library search pathMaciej W. Rozycki2015-09-251-0/+6
* Fix hypot missing underflows (bug 18803).Joseph Myers2015-09-241-0/+20
* Add missing ChangeLog entry.Steve Ellcey2015-09-241-0/+4
* Refactor x86_64 libm code forcing underflow exceptions.Joseph Myers2015-09-241-0/+8
* Use LOAD_PIC_REG in i386 atanh.Joseph Myers2015-09-241-0/+3
* Refactor i386 libm code forcing underflow exceptions.Joseph Myers2015-09-241-0/+60
* Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers2015-09-241-0/+6
* Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2015-09-241-0/+4
* Don't use volatile in exp2f.Joseph Myers2015-09-231-0/+3
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-0/+153
* Use math_narrow_eval more consistently.Joseph Myers2015-09-231-0/+47
* Remove ignored symbols from nptl/VersionsH.J. Lu2015-09-221-0/+4
* Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer2015-09-221-0/+5
* Add test case for bug 18287Florian Weimer2015-09-221-0/+5
* Add missing __mach_host_self_ symbol in VersionsSamuel Thibault2015-09-221-0/+4
* Fix vm_page_size visibilitySamuel Thibault2015-09-211-0/+5
* Really fix sysdeps/i386/fpu/s_scalbn.S buildSamuel Thibault2015-09-191-0/+7
* timezone: add a configure flag to disable program installMike Frysinger2015-09-181-0/+11
* Revert timezone/Makefile change.Joseph Myers2015-09-181-0/+2
* Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980).Joseph Myers2015-09-181-0/+42
* Undo build error fixes to timezone/private.h, change makefile instead toWilco Dijkstra2015-09-181-0/+7
* Avoid excess range in results from i386 scalb functions (bug 18981).Joseph Myers2015-09-181-0/+13
* Cleanup a few cases where isinf is used to get the signbit to improve the rea...Wilco Dijkstra2015-09-181-0/+10
* timezone: fix parallel check failuresMike Frysinger2015-09-181-0/+4
* Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980).Joseph Myers2015-09-181-0/+16
* Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra2015-09-181-0/+50
* Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra2015-09-181-0/+15
* Use __libc_ptf_call in _longjmp_unwindH.J. Lu2015-09-181-0/+7
* arm: setjmp/longjmp: fix PIC vs SHARED thinkosDavid Lamparter2015-09-181-0/+5
* Use the GCC builtin functions for the non-inlined signbit implementations.Wilco Dijkstra2015-09-181-0/+11
* Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/...Wilco Dijkstra2015-09-181-0/+12
* Add a new benchmark for isinf/isnan/isnormal/isfinite/fpclassify. The test us...Wilco Dijkstra2015-09-181-0/+8
* Fix error messages in elf/tst-dlmopen1.c.Carlos O'Donell2015-09-181-0/+3
* Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell2015-09-181-0/+5
* time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887]Vincent Bernat2015-09-181-0/+6
* time: in strptime(), make %z accept Z as a time zone [BZ #17886]Vincent Bernat2015-09-181-0/+6
* alpha: drop __ASSUME_FDATASYNCMike Frysinger2015-09-171-0/+7
* Test for weak undefined symbols in linknamespace.pl.Joseph Myers2015-09-181-0/+7
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-0/+24
* Fix sign of zero part from ctan / ctanh when argument infinite (bug 17118).Joseph Myers2015-09-171-0/+17
* Reduce number of constants in __finite* (bug 15384).Joseph Myers2015-09-171-0/+9
* Fix tgamma missing underflows (bug 18951).Joseph Myers2015-09-171-0/+16