aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-04-06i386: Fail at configure time for i386 builds.Carlos O'Donell2-0/+58
2013-04-06s390/s390x: Undef PSEUDO before redef.Carlos O'Donell2-0/+2
2013-04-05[BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge2-12/+10
2013-04-05[BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge2-9/+9
2013-04-05Remove unreachable code.Thomas Schwinge1-2/+1
2013-04-05Remove unused hard-coded qNaN definition.Thomas Schwinge1-2/+0
2013-04-03Fix stack overflow in getaddrinfo with many resultsAndreas Schwab1-2/+21
2013-04-03Refer to two GCC PRs.Thomas Schwinge2-2/+4
2013-04-03Remove TWOSiddhesh Poyarekar2-3/+1
2013-04-03Preserve errno across _PC_CHOWN_RESTRICTED call on XFSSiddhesh Poyarekar2-0/+13
2013-04-02Fix cacosh inaccuracy and spurious exceptions (bug 15327).Joseph Myers2-57/+1634
2013-04-02Use mantissa_t in mpexpSiddhesh Poyarekar2-3/+4
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge18-0/+345
2013-04-01PowerPC: remove branch prediction from rint implementationAdhemerval Zanella4-12/+12
2013-03-30Fix casinh inaccuracy for imaginary part < 1.0, real part small (bug 10357).Joseph Myers2-297/+2265
2013-03-29Remove usage of ONE macroSiddhesh Poyarekar1-1/+1
2013-03-29Remove ONE and MONESiddhesh Poyarekar7-22/+20
2013-03-29Format s_tan.cSiddhesh Poyarekar1-405/+728
2013-03-29Remove ZERO and MZERO macrosSiddhesh Poyarekar7-63/+61
2013-03-29Format s_atan.cSiddhesh Poyarekar1-151/+246
2013-03-29Format e_log.cSiddhesh Poyarekar1-95/+133
2013-03-28Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath1-8/+14
2013-03-28Make _dl_phdr pointer to const.Roland McGrath2-2/+2
2013-03-28Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath2-4/+6
2013-03-28Never call syslog in __libc_message.Roland McGrath1-9/+0
2013-03-28PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675.Alan Modra2-0/+14
2013-03-28Fix e_logl (128ibm) spurious underflowAdhemerval Zanella2-2/+17
2013-03-28Format and clean up s_atan2.cSiddhesh Poyarekar1-310/+494
2013-03-27Fix casinh inaccuracy near i, imaginary part > 1 (bug 15307).Joseph Myers2-0/+708
2013-03-26Use integral constantsSiddhesh Poyarekar1-76/+76
2013-03-26Removed commented codeSiddhesh Poyarekar11-85/+0
2013-03-26Make mantissa type of mp_no configurableSiddhesh Poyarekar4-69/+157
2013-03-26PowerPC: fix libm ABI issue for llroundlAdhemerval Zanella1-0/+4
2013-03-22Update sparc ULPs.David S. Miller1-4/+1002
2013-03-22BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibmAdhemerval Zanella2-6/+24
2013-03-22BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguardsDmitry V. Levin1-3/+3
2013-03-21PowerPC: fix sqrtl ABI issueAdhemerval Zanella1-0/+4
2013-03-21On 32-bit x86, disable certain tests involving sNaN values.Thomas Schwinge2-0/+62
2013-03-21Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285).Joseph Myers3-20/+40
2013-03-21Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287).Joseph Myers2-2/+1466
2013-03-21Replace 8388608.0 with HALFRAD in mp codeSiddhesh Poyarekar2-3/+3
2013-03-20Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers8-0/+39
2013-03-19Consolidate Linux and POSIX libc_fatal code.Roland McGrath2-186/+67
2013-03-19s390x: Move rtld link to /libAndreas Schwab2-4/+14
2013-03-18Faster strlen on x64.Ondrej Bilka13-1308/+755
2013-03-17Update Sparc ULPs.David S. Miller1-2/+14
2013-03-16Fix y1l spurious overflows for ldbl-96 (bug 15283).Joseph Myers3-1/+25
2013-03-16Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12...Joseph Myers2-58/+79
2013-03-15Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath2-6/+7
2013-03-15Promote a math test for sNaN handling to the top-level.Thomas Schwinge2-337/+0