aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-24Use += before-compile instead of a :=.Stefan Liebler2-1/+6
2014-03-24S390: Fix -Wundef warning for __PTHREAD_MUTEX_HAVE_ELISION.Stefan Liebler2-0/+7
2014-03-24Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab3-1/+16
2014-03-24benchtests: Move bench.py to benchtests/scripts/Siddhesh Poyarekar3-1/+7
2014-03-24Account for alloca use when collecting interface addresses (bug 16002)Andreas Schwab3-7/+37
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers8-557/+954
2014-03-21Fix -Wundef warnings for _ABI* on MIPS.Joseph Myers4-0/+9
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers12-9/+88
2014-03-21ChangeLog formatting fixSiddhesh Poyarekar1-2/+2
2014-03-21Implement benchmarking script in pythonSiddhesh Poyarekar7-207/+589
2014-03-21Fix -Wundef warnins for __FP_FAST_FMA*Siddhesh Poyarekar5-12/+22
2014-03-20PowerPC: optimized strpbrk for POWER7Adhemerval Zanella8-11/+282
2014-03-21Test most libm functions in all rounding modes.Joseph Myers4-74/+1222
2014-03-20PowerPC: optimized strcspn for PPC64/POWER7Adhemerval Zanella8-16/+271
2014-03-20Make libm-test support ALL_RM_TEST with AUTO_TESTS_*.Joseph Myers3-1035/+361
2014-03-19Use ALL_RM_TEST for more libm tests.Joseph Myers2-32/+17
2014-03-19nscd: also invalidate netgroup cache on reloadAndreas Schwab2-0/+5
2014-03-19Fix __ASSUME_PREADV and __ASSUME_PWRITEV for Alpha and MicroBlaze (bug 16649).Joseph Myers4-3/+22
2014-03-18Add comments about non-Linux use of bits/mman-linux.h.Roland McGrath3-1/+15
2014-03-18Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/.Roland McGrath2-0/+5
2014-03-18Add stardard definition on conform processingAdhemerval Zanella2-2/+7
2014-03-18Test scalbn and scalbln in all rounding modes, add more tests of negative arg...Joseph Myers3-47/+98
2014-03-18Work around binutils bugs in 2.23 and olderRoland McGrath2-0/+8
2014-03-18misc/sys/xattr.h: guard against linux uapi header inclusionSerge Hallyn1-0/+2
2014-03-18aarch64: Remove inaccurate comment from sysdep.hWill Newton2-4/+5
2014-03-18Exit with error status on check-abi failure.Joseph Myers2-0/+6
2014-03-17Test rint and nearbyint with same inputs, in all rounding modes.Joseph Myers2-49/+157
2014-03-17Revert "Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warning"Will Newton2-9/+8
2014-03-17Revert "Fix HP_SMALL_TIMING_AVAIL -Wundef warnings"Will Newton2-2/+5
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton4-3/+7
2014-03-17Revert "Fix HAVE_RM_CTX -Wundef warnings"Will Newton2-1/+4
2014-03-17Fix HAVE_RM_CTX -Wundef warningsWill Newton2-1/+5
2014-03-17Fix __STRICT_ANSI__ -Wundef warningsWill Newton3-4/+13
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton4-3/+9
2014-03-17Fix HP_SMALL_TIMING_AVAIL -Wundef warningsWill Newton2-2/+6
2014-03-17Fix __PTHREAD_MUTEX_HAVE_ELISION -Wundef warningWill Newton2-5/+15
2014-03-17Change offset in fdopen only if setting O_APPENDSiddhesh Poyarekar3-4/+71
2014-03-17Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar6-94/+194
2014-03-17Fix up return codes for tests in tst-ftell-active-handlerSiddhesh Poyarekar2-18/+36
2014-03-17Get rid of __LT_SPINLOCK_INITSiddhesh Poyarekar2-6/+7
2014-03-17Add libm-test support for per-rounding-mode manually specified results.Joseph Myers3-1284/+302
2014-03-14Remove "Compiled on ..." crapola from version text.Roland McGrath2-34/+6
2014-03-14Do not terminate default test runs on test failure.Joseph Myers7-2/+59
2014-03-14Get rid of Versions.def source fileRoland McGrath4-156/+57
2014-03-14Compile with -Wundef.Roland McGrath21-13/+104
2014-03-14PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella4-133/+17
2014-03-14PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella4-114/+18
2014-03-14PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella4-133/+17
2014-03-14Add truncl tests related to BZ#16414Adhemerval Zanella2-0/+14
2014-03-14Fix two stray cases using #ifdef vs #if for TLS_TCB_AT_TP.Roland McGrath3-2/+8