about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Make tilegx32 install libraries in lib32 directories.Joseph Myers2016-11-143-0/+29
* Forgot to add the ChangeLog to the previous commit, doh.Zack Weinberg2016-11-141-0/+3
* Fix build-and-build-again bug in sunrpc tests.Zack Weinberg2016-11-141-0/+1
* Fix typo in string/bits/string2.h.Zack Weinberg2016-11-142-1/+5
* [BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg2016-11-143-35/+39
* Add script to build many glibc configurations.Joseph Myers2016-11-112-0/+1144
* Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.Joseph Myers2016-11-112-0/+13
* Make SH <sys/user.h> self-contained.Joseph Myers2016-11-112-0/+5
* Make sure tilepro uses kernel atomics fo atomic_storeChris Metcalf2016-11-102-0/+15
* Refactor some libm type-generic macros.Joseph Myers2016-11-105-99/+70
* Fix sh4 build with __ASSUME_ST_INO_64_BIT redefinitionAdhemerval Zanella2016-11-102-0/+8
* Consolidate Linux access implementationAdhemerval Zanella2016-11-102-7/+13
* Add definitions to sysdeps/tile/tilepro/bits/wordsize.h.Steve Ellcey2016-11-102-0/+7
* Regenerate ULPs for aarch64Siddhesh Poyarekar2016-11-102-2/+6
* Consolidate Linux truncate implementationsAdhemerval Zanella2016-11-0911-159/+40
* Consolidate Linux ftruncate implementationsAdhemerval Zanella2016-11-0914-275/+155
* Fix rpcgen buffer overrun (bug 20790).Joseph Myers2016-11-084-1/+22
* Add localplt.data for sh.Joseph Myers2016-11-082-0/+22
* Add localplt.data for hppa.Joseph Myers2016-11-082-0/+25
* Update alpha localplt.data.Joseph Myers2016-11-082-11/+16
* Update nios2 localplt.data.Joseph Myers2016-11-082-0/+6
* Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella2016-11-0813-111/+106
* Write messages to stdout and use write_message instead of writeGabriel F. T. Gomes2016-11-079-54/+70
* Use write_message instead of writeGabriel F. T. Gomes2016-11-075-26/+37
* Make check-installed-headers.sh ignore sys/sysctl.h for x32.Joseph Myers2016-11-072-0/+27
* Define __ASSUME_ST_INO_64_BIT on all platforms.Steve Ellcey2016-11-077-4/+18
* nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer2016-11-0716-14/+49
* Document do_test in test-skeleton.cSteve Ellcey2016-11-072-1/+20
* gconv.h: fix build with GCC 7Aurelien Jarno2016-11-062-1/+6
* Speed up math/test-tgmath2.cSteve Ellcey2016-11-042-9/+126
* Do not generate UNRESOLVED results for run-built-tests = no.Joseph Myers2016-11-042-1/+11
* Handle tests-unsupported if run-built-tests = no.Joseph Myers2016-11-042-1/+7
* Fix sparc build due missing __WORDSIZE_TIME64_COMPAT32 definitionAdhemerval Zanella2016-11-042-0/+7
* Fix alpha sqrt fegetenv namespace (bug 20768).Joseph Myers2016-11-042-1/+5
* Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2016-11-0423-30/+61
* Make MIPS <sys/user.h> self-contained.Joseph Myers2016-11-042-0/+3
* XFAIL check-execstack for MIPS.Joseph Myers2016-11-042-0/+9
* Add localplt.data for MIPS.Joseph Myers2016-11-042-0/+7
* Define wordsize.h macros everywhereSteve Ellcey2016-11-0421-10/+142
* An optimized memchr was missing for AArch64. This version is similar toWilco Dijkstra2016-11-042-0/+162
* Handle tilegx* machine names.Joseph Myers2016-11-042-1/+5
* Fix linknamespace parallel test failures.Joseph Myers2016-11-032-0/+6
* Fix -Wformat-length warning in time/tst-strptime2.cSteve Ellcey2016-11-022-0/+15
* Bug 20729: Fix build failures on ppc64 and other arches.Carlos O'Donell2016-11-022-2/+10
* Fix warning from latest GCC in tst-printf.cSteve Ellcey2016-11-012-0/+9
* Correct clog10 documentation (bug 19673).Joseph Myers2016-11-012-2/+8
* Bug 20729: Include libc-internal.h where required.Carlos O'Donell2016-10-314-1/+13
* hurd: Fix spurious port deallocationBrent W. Baccala2016-10-312-1/+7
* Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab2016-10-313-39/+50
* Bug 20729: Fix building with -Os.Carlos O'Donell2016-10-298-1/+91