aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Don't use run-via-rtld-prefix for anything other than testsSiddhesh Poyarekar4-5/+10
2013-04-11Remove evalSiddhesh Poyarekar2-1/+5
2013-04-10Accept leading and trailing spaces in getdate input stringSiddhesh Poyarekar4-1/+57
2013-04-08BZ#14280: Fix Hurd ioctl macro to avoid warning.Roland McGrath2-1/+7
2013-04-07sem_post.c: Include atomic.h.Carlos O'Donell2-0/+5
2013-04-06README.libm-test: Use testrun.sh to run libm test.Carlos O'Donell2-2/+4
2013-04-06dl_open_worker: Memset all of seen array.Carlos O'Donell3-2/+8
2013-04-06fi_FI: Define yesstr, nostrMarko Myllynen2-0/+7
2013-04-06New Makefile target `regen-ulps'.Carlos O'Donell5-19/+97
2013-04-06i386: Fail at configure time for i386 builds.Carlos O'Donell8-6/+126
2013-04-06Update ChangeLog.Carlos O'Donell1-0/+5
2013-04-06s390/s390x: Undef PSEUDO before redef.Carlos O'Donell2-0/+2
2013-04-05More tests for external charater sequences representing NaNs.Thomas Schwinge4-1/+83
2013-04-05Properly collect individual tests' results.Thomas Schwinge2-5/+8
2013-04-05[BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge5-16/+46
2013-04-05[BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge4-10/+15
2013-04-05Remove unreachable code.Thomas Schwinge2-2/+4
2013-04-05Remove unused hard-coded qNaN definition.Thomas Schwinge2-2/+5
2013-04-04Add BZ #15337 to NEWSSiddhesh Poyarekar1-1/+1
2013-04-04Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar2-1/+9
2013-04-03Fix missing underflow from cexp (bug 14478).Joseph Myers6-4/+52
2013-04-03Update NEWSAndreas Schwab1-0/+3
2013-04-03Fix stack overflow in getaddrinfo with many resultsAndreas Schwab3-3/+31
2013-04-03Refer to two GCC PRs.Thomas Schwinge3-2/+11
2013-04-03Update bench.out and bench.out.old only upon completionSiddhesh Poyarekar2-5/+8
2013-04-03Echo benchmark that is currently runningSiddhesh Poyarekar2-0/+3
2013-04-03Add benchmark inputs for atanSiddhesh Poyarekar5-1/+44
2013-04-03Remove TWOSiddhesh Poyarekar3-3/+5
2013-04-03Preserve errno across _PC_CHOWN_RESTRICTED call on XFSSiddhesh Poyarekar4-1/+25
2013-04-02Fix cacosh inaccuracy and spurious exceptions (bug 15327).Joseph Myers8-117/+2287
2013-04-02Use mantissa_t in mpexpSiddhesh Poyarekar3-3/+7
2013-04-02Add benchmark inputs for sinSiddhesh Poyarekar5-1/+52
2013-04-02Add benchmark tests for slowpow and slowexpSiddhesh Poyarekar8-6/+77
2013-04-02Add missing ChangeLog from commit 60c414c346a1d5ef0510ffbdc0ab75f288ee4d3fAdhemerval Zanella1-0/+10
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge49-16/+692
2013-04-01PowerPC: remove branch prediction from rint implementationAdhemerval Zanella6-13/+22
2013-03-30Update German translations.David S. Miller2-3/+7
2013-03-30Fix casinh inaccuracy for imaginary part < 1.0, real part small (bug 10357).Joseph Myers8-301/+3417
2013-03-29Remove usage of ONE macroSiddhesh Poyarekar2-1/+4
2013-03-29Remove ONE and MONESiddhesh Poyarekar8-22/+29
2013-03-29Format s_tan.cSiddhesh Poyarekar2-405/+730
2013-03-29Remove ZERO and MZERO macrosSiddhesh Poyarekar8-63/+71
2013-03-29Format s_atan.cSiddhesh Poyarekar2-151/+248
2013-03-29Format e_log.cSiddhesh Poyarekar2-95/+137
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath6-5/+27
2013-03-28Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath3-8/+38
2013-03-28Make _dl_phdr pointer to const.Roland McGrath5-5/+11
2013-03-28Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath5-12/+12
2013-03-28Fix typo in bug number in NEWS.Joseph Myers1-2/+2
2013-03-28Never call syslog in __libc_message.Roland McGrath2-9/+5