aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers19-7/+102
2015-11-02Remove init_array / fini_array configure test.Joseph Myers3-55/+5
2015-10-29Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189).Joseph Myers3-3/+7
2015-10-29Do not test sign of zero result from infinite argument to Bessel functions.Joseph Myers2-21/+29
2015-10-29Make drem an alias of remainder (bug 16171).Joseph Myers19-86/+61
2015-10-29Remove cpuid.h configure tests.Joseph Myers5-92/+5
2015-10-29Remove configure tests for visibility support.Joseph Myers3-209/+54
2015-10-29Use max_align_t from <stddef.h>.Joseph Myers3-12/+10
2015-10-29_dl_fini: Rewrite to use VLA instead of extend_allocaFlorian Weimer2-104/+95
2015-10-28Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers7-33/+438
2015-10-28Use C11 CMPLX* macros in libm tests.Joseph Myers5-6/+8
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers6-12/+27
2015-10-28malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer4-10/+103
2015-10-28Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers9-3/+162
2015-10-28Use C11 *_DECIMAL_DIG macros in libm-test.inc.Joseph Myers2-6/+12
2015-10-28powerpc: Provide __tls_get_addr () in static libcCarlos Eduardo Seo2-0/+37
2015-10-28Remove -mavx2 configure tests.Joseph Myers10-96/+35
2015-10-27Remove configure test for ARM TLS descriptors support.Joseph Myers4-49/+11
2015-10-27Remove MIPS16 atomics using __sync_* (bug 17404).Joseph Myers3-36/+17
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers12-49/+41
2015-10-27Add -std=gnu11 and -std=c11 NPTL initializers tests.Joseph Myers4-1/+12
2015-10-27Use -std=gnu11 instead of -std=gnu99.Joseph Myers6-5/+14
2015-10-27Remove sysdeps/nptl/configure.ac.Joseph Myers12-167/+18
2015-10-27powerpc: Fix usage of elision transient failure adapt paramPaul Murphy4-13/+19
2015-10-27Add AT_PLATFORM to _dl_aux_init ()Carlos Eduardo Seo2-0/+8
2015-10-27Remove pre-GCC-4.7 conform/ test XFAILs.Joseph Myers2-5/+5
2015-10-27Use -std=c11 for C11 conform/ tests.Joseph Myers2-1/+4
2015-10-27Require GCC 4.7 or later to build glibc.Joseph Myers6-6/+18
2015-10-27Gracefully handle incompatible locale dataLudovic Courtès2-3/+9
2015-10-27Remove TLS configure tests.Joseph Myers3-82/+4
2015-10-27Remove configure test for needing -P for .S files.Joseph Myers4-48/+7
2015-10-26Remove support for removing glibc 2.0 headers.Joseph Myers5-65/+8
2015-10-26Remove configure test for assembler .text directive.Joseph Myers3-46/+9
2015-10-26x86_64: Regenerate ulps [BZ #19168]Florian Weimer2-6/+11
2015-10-26Use the CXX compiler only if it can create dynamic and static programsFlorian Weimer3-0/+48
2015-10-23Remove libm-test.inc special-casing of errors up to 0.5 ulp.Joseph Myers2-2/+4
2015-10-23Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers5-0/+2889
2015-10-23Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers13-259/+299
2015-10-22Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers8-61/+145
2015-10-22Update NEWS to mention drive-by fix for bug 18699.Chris Metcalf2-7/+10
2015-10-22tile: regenerate libm-test-ulpsChris Metcalf2-20/+28
2015-10-22Cleanup sync_file_range implementationAdhemerval Zanella3-22/+7
2015-10-22Always use INTERNAL_SYSCALL_ERRNO with INTERNAL_SYSCALLAndreas Schwab7-6/+23
2015-10-21Move io/tst-fcntl temporary file creation to do_prepare.Joseph Myers2-8/+14
2015-10-21Make io/ftwtest-sh remove temporary files on early exit.Joseph Myers2-1/+7
2015-10-21Build i386 __libc_do_syscall when PROF is definedH.J. Lu3-11/+17
2015-10-21Fix ldbl-128 j0l spurious underflows (bug 19156).Joseph Myers3-1/+9
2015-10-21tile: avoid preprocessor redefinition warningsChris Metcalf2-0/+8
2015-10-21Disable GCC 5 optimization when PROF is definedH.J. Lu2-7/+18
2015-10-21Apply -fomit-frame-pointer only to .o/.os filesH.J. Lu2-4/+24