aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Document do_test in test-skeleton.cSteve Ellcey2-1/+20
2016-11-06gconv.h: fix build with GCC 7Aurelien Jarno2-1/+6
2016-11-04Speed up math/test-tgmath2.cSteve Ellcey2-9/+126
2016-11-04Do not generate UNRESOLVED results for run-built-tests = no.Joseph Myers2-1/+11
2016-11-04Handle tests-unsupported if run-built-tests = no.Joseph Myers2-1/+7
2016-11-04Fix sparc build due missing __WORDSIZE_TIME64_COMPAT32 definitionAdhemerval Zanella2-0/+7
2016-11-04Fix alpha sqrt fegetenv namespace (bug 20768).Joseph Myers2-1/+5
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers23-30/+61
2016-11-04Make MIPS <sys/user.h> self-contained.Joseph Myers2-0/+3
2016-11-04XFAIL check-execstack for MIPS.Joseph Myers2-0/+9
2016-11-04Add localplt.data for MIPS.Joseph Myers2-0/+7
2016-11-04Define wordsize.h macros everywhereSteve Ellcey21-10/+142
2016-11-04An optimized memchr was missing for AArch64. This version is similar toWilco Dijkstra2-0/+162
2016-11-04Handle tilegx* machine names.Joseph Myers2-1/+5
2016-11-03Fix linknamespace parallel test failures.Joseph Myers2-0/+6
2016-11-02Fix -Wformat-length warning in time/tst-strptime2.cSteve Ellcey2-0/+15
2016-11-02Bug 20729: Fix build failures on ppc64 and other arches.Carlos O'Donell2-2/+10
2016-11-01Fix warning from latest GCC in tst-printf.cSteve Ellcey2-0/+9
2016-11-01Correct clog10 documentation (bug 19673).Joseph Myers2-2/+8
2016-10-31Bug 20729: Include libc-internal.h where required.Carlos O'Donell4-1/+13
2016-10-31hurd: Fix spurious port deallocationBrent W. Baccala2-1/+7
2016-10-31Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab3-39/+50
2016-10-29Bug 20729: Fix building with -Os.Carlos O'Donell8-1/+91
2016-10-28Add include/crypt.h.Carlos O'Donell3-1/+8
2016-10-28Fix warning caused by unused-result in bug-atexit3-lib.ccGabriel F T Gomes2-2/+16
2016-10-28Add SNAN, SNANF, SNANL macros.Joseph Myers8-0/+42
2016-10-28Document a behavior of an elided pthread_rwlock_unlockTulio Magno Quites Machado Filho3-0/+13
2016-10-28powerpc: Fix TOC stub on powerpc64 clone()Tulio Magno Quites Machado Filho2-1/+7
2016-10-28malloc: Update comments about chunk layoutFlorian Weimer2-10/+35
2016-10-28crypt: Use internal names for the SHA-2 block functionsFlorian Weimer7-30/+42
2016-10-28Fix building tst-linkall-static.Carlos O'Donell2-0/+3
2016-10-28Add missing include for stdlib.h.Carlos O'Donell2-0/+5
2016-10-28Check IFUNC definition in unrelocated shared library [BZ #20019]H.J. Lu3-2/+41
2016-10-28i386: Support CFLAGS which imply -fno-omit-frame-pointer [BZ #20729]Florian Weimer2-12/+59
2016-10-28Add test for linking against most static librariesFlorian Weimer3-1/+63
2016-10-28sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer2-0/+6
2016-10-28malloc: Use accessors for chunk metadata accessFlorian Weimer4-70/+127
2016-10-28Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers5-18/+57
2016-10-27Fix a sparc header conformtest failure.David S. Miller2-0/+6
2016-10-27Static inline functions for mallopt helpersSiddhesh Poyarekar2-34/+105
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers49-26/+518
2016-10-26Add getpayloadl to libnldbl.Joseph Myers3-1/+35
2016-10-26Use read_int in vfscanfGabriel F. T. Gomes2-8/+10
2016-10-26malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer7-100/+504
2016-10-26iconv: Avoid writable data and relocations in ISO646Florian Weimer2-40/+50
2016-10-26iconv: Avoid writable data and relocations in IBM charsetsFlorian Weimer9-154/+171
2016-10-26Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar2-5/+2
2016-10-26Remove references to sbrk to grow/shrink arenasSiddhesh Poyarekar2-7/+8
2016-10-26Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar3-62/+70
2016-10-26Add note on MALLOC_MMAP_* environment variablesSiddhesh Poyarekar2-0/+41