about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't list bug 887 as fixed for glibc 2.16.Joseph Myers2015-10-051-23/+23
* Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers2015-10-0517-14/+199
* sysdeps/x86_64/fpu/libm-test-ulps: Regenerated on Haswell.Paul Pluzhnikov2015-10-032-1/+5
* Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers2015-10-0213-20/+47
* Fix i386 build after put*ent hardening changes.Joseph Myers2015-10-024-0/+10
* Harden putpwent, putgrent, putspent, putspent against injection [BZ #18724]Florian Weimer2015-10-0222-109/+1018
* PowerPC: Add comments to optimized strncpyGabriel F. T. Gomes2015-10-012-2/+43
* PowerPC: Fix operand prefixesGabriel F. T. Gomes2015-10-012-6/+11
* Fix ldbl-128 / ldbl-128ibm lgamma overflow handling (bug 16347, bug 19046).Joseph Myers2015-10-015-15/+686
* Use type-specific precision when printing results in libm-test.inc.Joseph Myers2015-10-012-3/+24
* Fix ldbl-128ibm exp10l spurious overflows (bug 16620).Joseph Myers2015-09-303-10/+15
* Fix i386 acosh (-qNaN) spurious "invalid" exception.Joseph Myers2015-09-305-5/+14
* Improve test coverage of real libm functions [a-e]*.Joseph Myers2015-09-305-9/+18891
* Move sysdeps/unix/sysv/linux/i386/i486/*.? to i386H.J. Lu2015-09-3031-254/+73
* Refine errno / "inexact" expectations in libm-test.inc.Joseph Myers2015-09-302-1564/+1645
* Files open O_WRONLY not supported in fallocate emulation.Carlos O'Donell2015-09-292-0/+9
* Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers2015-09-2819-156/+6759
* Let 'make check subdirs=string' succeed even when it's invokedMartin Sebor2015-09-284-3/+25
* Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov2015-09-264-9/+73
* Fix powf inaccuracy (bug 18956).Joseph Myers2015-09-266-11/+49
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-2515-10/+3926
* Fix inconsistent passwd compensation in nss/bug17079.cFlorian Weimer2015-09-252-1/+15
* Use soft-fp fma for no-FPU ColdFire (bug 13304).Joseph Myers2015-09-254-0/+8
* Use soft-fp fma for MicroBlaze (bug 13304).Joseph Myers2015-09-254-0/+10
* [BZ #17250] Fix static dlopen default library search pathMaciej W. Rozycki2015-09-253-7/+12
* Fix hypot missing underflows (bug 18803).Joseph Myers2015-09-2410-9/+1401
* Add missing ChangeLog entry.Steve Ellcey2015-09-241-0/+4
* Add unused attribute to declaration for mips16 builds.Steve Ellcey2015-09-241-1/+1
* Refactor x86_64 libm code forcing underflow exceptions.Joseph Myers2015-09-244-30/+77
* Use LOAD_PIC_REG in i386 atanh.Joseph Myers2015-09-242-5/+4
* Refactor i386 libm code forcing underflow exceptions.Joseph Myers2015-09-2417-316/+304
* Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers2015-09-243-2/+8
* Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2015-09-242-204/+234
* Don't use volatile in exp2f.Joseph Myers2015-09-232-2/+5
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-23113-723/+334
* Use math_narrow_eval more consistently.Joseph Myers2015-09-2329-158/+109
* Remove ignored symbols from nptl/VersionsH.J. Lu2015-09-222-4/+4
* Test in commit e07aabba73ea62e7dfa0512507c92efb851fbdbe is for bug 17079Florian Weimer2015-09-223-2/+8
* Add test case for bug 18287Florian Weimer2015-09-223-1/+242
* Add missing __mach_host_self_ symbol in VersionsSamuel Thibault2015-09-222-0/+7
* Fix vm_page_size visibilitySamuel Thibault2015-09-212-1/+6
* Really fix sysdeps/i386/fpu/s_scalbn.S buildSamuel Thibault2015-09-192-1/+8
* timezone: add a configure flag to disable program installMike Frysinger2015-09-187-3/+57
* Revert timezone/Makefile change.Joseph Myers2015-09-182-6/+6
* Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980).Joseph Myers2015-09-1815-283/+292
* Undo build error fixes to timezone/private.h, change makefile instead toWilco Dijkstra2015-09-183-4/+23
* Avoid excess range in results from i386 scalb functions (bug 18981).Joseph Myers2015-09-187-1/+61
* Cleanup a few cases where isinf is used to get the signbit to improve the rea...Wilco Dijkstra2015-09-187-28/+30
* timezone: fix parallel check failuresMike Frysinger2015-09-182-0/+5
* Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980).Joseph Myers2015-09-188-6/+46