aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-21tst-backtrace4: fix a warning messageTulio Magno Quites Machado Filho2-2/+7
2015-10-21Use -Wold-style-definition.Joseph Myers3-2/+6
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers8-59/+71
2015-10-21Add more libm tests (fmod, fpclassify, frexp, hypot, ilogb, j0, j1, jn, log, ...Joseph Myers4-0/+3936
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers50-355/+221
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers68-400/+293
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers18-105/+78
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers25-77/+55
2015-10-19Remove gnu_unique_object configure test.Joseph Myers10-58/+13
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers3-2/+4
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers63-354/+229
2015-10-19use -fstack-protector-strong when availableMike Frysinger7-12/+58
2015-10-19Mark ld.so internel __fxstatat64 hiddenH.J. Lu2-0/+9
2015-10-19PowerPC: Fix a race condition when eliding a lockTulio Magno Quites Machado Filho3-59/+82
2015-10-19timezone: polish grammar a bit in documentationMike Frysinger5-8/+15
2015-10-19timezone: document new --disable-timezone-tools optionMike Frysinger1-0/+5
2015-10-19pt_chown: Clear any signal mask inherited from the parent process.Geoffrey Thomas2-0/+11
2015-10-19Remove -fgnu89-inline configure test.Joseph Myers5-63/+7
2015-10-19Remove .weak, .weakext configure tests.Joseph Myers5-136/+15
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers218-678/+510
2015-10-17sunrpc: Rewrite with explicit TLS access using __threadFlorian Weimer2-14/+17
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer6-60/+41
2015-10-17vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer2-40/+15
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer11-232/+33
2015-10-17The va_list pointer is unspecified after a call to vfprintf [BZ #18982]Florian Weimer3-17/+19
2015-10-17lt_LT: change currency symbol to the euro [BZ #18953]Gunnar Hjalmarsson3-6/+11
2015-10-17hu_HU: change time separator to colon [BZ #18918]Egmont Koblinger3-10/+15
2015-10-16Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod).Joseph Myers2-1/+232
2015-10-16 Make performance improvement to MIPS memcpy for small copies.Steve Ellcey2-2/+48
2015-10-16Add more tests for ceil, floor, round, trunc.Joseph Myers2-5/+171