about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra2015-09-1839-248/+103
* Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra2015-09-1811-28/+16
* Use __libc_ptf_call in _longjmp_unwindH.J. Lu2015-09-183-17/+12
* arm: setjmp/longjmp: fix PIC vs SHARED thinkosDavid Lamparter2015-09-183-2/+7
* Use the GCC builtin functions for the non-inlined signbit implementations.Wilco Dijkstra2015-09-186-31/+16
* Add inlining of the C99 math functions isinf/isnan/signbit/isfinite/isnormal/...Wilco Dijkstra2015-09-184-16/+56
* Add a new benchmark for isinf/isnan/isnormal/isfinite/fpclassify. The test us...Wilco Dijkstra2015-09-186-16/+363
* Fix error messages in elf/tst-dlmopen1.c.Carlos O'Donell2015-09-182-3/+7
* Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell2015-09-182-4/+9
* time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887]Vincent Bernat2015-09-184-13/+38