about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add LFS support for fts functions (bug 11460)Mark Wielaard2015-11-0643-66/+733
* Run libm-test tests for finite-math-only functions.Joseph Myers2015-11-0514-8/+181
* Fix some stub prototypes missing ... after K&R conversionRoland McGrath2015-11-054-3/+9
* Add script to list fixed bugs for the NEWS file.Joseph Myers2015-11-053-17/+53
* Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213).Joseph Myers2015-11-059-8/+60
* Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers2015-11-057-26/+164
* Fix features.h for -Wundef (bug 19212).Joseph Myers2015-11-053-8/+26
* Don't redirect ldexp to scalbn in bits/math-finite.h (bug 19209).Joseph Myers2015-11-053-10/+6
* Make bits/math-finite.h conditions match other headers (bug 19205).Joseph Myers2015-11-053-63/+206
* Remove miscellaneous GCC >= 4.7 version conditionals.Joseph Myers2015-11-045-47/+54
* Refactor libm-test inline tests disabling.Joseph Myers2015-11-049-17/+62
* Add bug 18604 to the correct sectionFlorian Weimer2015-11-041-11/+11
* Remove a spurious attributionFlorian Weimer2015-11-042-1/+4
* Add bug 18604 to NEWSFlorian Weimer2015-11-041-2/+2
* Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga...Joseph Myers2015-11-045-6/+4375
* Don't macro-expand failed assertion expression [BZ #18604]David Kastrup2015-11-033-2/+9
* Remove --no-whole-archive configure test.Joseph Myers2015-11-033-49/+6
* Add more libm tests (modf, nearbyint, nextafter, nexttoward, pow, remainder, ...Joseph Myers2015-11-032-0/+99
* Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers2015-11-034-1/+79
* Make nextafter, nexttoward set errno (bug 6799).Joseph Myers2015-11-0219-7/+102
* Remove init_array / fini_array configure test.Joseph Myers2015-11-023-55/+5
* Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189).Joseph Myers2015-10-293-3/+7
* Do not test sign of zero result from infinite argument to Bessel functions.Joseph Myers2015-10-292-21/+29
* Make drem an alias of remainder (bug 16171).Joseph Myers2015-10-2919-86/+61
* Remove cpuid.h configure tests.Joseph Myers2015-10-295-92/+5
* Remove configure tests for visibility support.Joseph Myers2015-10-293-209/+54
* Use max_align_t from <stddef.h>.Joseph Myers2015-10-293-12/+10
* _dl_fini: Rewrite to use VLA instead of extend_allocaFlorian Weimer2015-10-292-104/+95
* Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers2015-10-287-33/+438
* Use C11 CMPLX* macros in libm tests.Joseph Myers2015-10-285-6/+8
* Use C11 *_TRUE_MIN macros where applicable.Joseph Myers2015-10-286-12/+27
* malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer2015-10-284-10/+103
* Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers2015-10-289-3/+162
* Use C11 *_DECIMAL_DIG macros in libm-test.inc.Joseph Myers2015-10-282-6/+12
* powerpc: Provide __tls_get_addr () in static libcCarlos Eduardo Seo2015-10-282-0/+37
* Remove -mavx2 configure tests.Joseph Myers2015-10-2810-96/+35
* Remove configure test for ARM TLS descriptors support.Joseph Myers2015-10-274-49/+11
* Remove MIPS16 atomics using __sync_* (bug 17404).Joseph Myers2015-10-273-36/+17
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-2712-49/+41
* Add -std=gnu11 and -std=c11 NPTL initializers tests.Joseph Myers2015-10-274-1/+12
* Use -std=gnu11 instead of -std=gnu99.Joseph Myers2015-10-276-5/+14
* Remove sysdeps/nptl/configure.ac.Joseph Myers2015-10-2712-167/+18
* powerpc: Fix usage of elision transient failure adapt paramPaul Murphy2015-10-274-13/+19
* Add AT_PLATFORM to _dl_aux_init ()Carlos Eduardo Seo2015-10-272-0/+8
* Remove pre-GCC-4.7 conform/ test XFAILs.Joseph Myers2015-10-272-5/+5
* Use -std=c11 for C11 conform/ tests.Joseph Myers2015-10-272-1/+4
* Require GCC 4.7 or later to build glibc.Joseph Myers2015-10-276-6/+18
* Gracefully handle incompatible locale dataLudovic Courtès2015-10-272-3/+9
* Remove TLS configure tests.Joseph Myers2015-10-273-82/+4
* Remove configure test for needing -P for .S files.Joseph Myers2015-10-274-48/+7