aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Prepare to convert _Complex tangent functionsPaul E. Murphy5-0/+545
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy40-2354/+303
2016-08-19Prepare to convert _Complex sine functionsPaul E. Murphy6-0/+694
2016-08-19X86: Change bit_YMM_state to (1 << 2)H.J. Lu2-1/+5
2016-08-19Merge common usage of mul_split functionPaul E. Murphy14-346/+146
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy33-1162/+174
2016-08-19Prepare to convert _Complex cosine functionsPaul E. Murphy5-0/+346
2016-08-19Add tst-wcstod-roundPaul E. Murphy5-199/+303
2016-08-19Add tests for fortification of bcopy and bzero.Zack Weinberg2-0/+65
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel6-7/+23
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler3-0/+27
2016-08-18argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer3-55/+14
2016-08-17ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy2-1/+5
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy33-373/+441
2016-08-17nptl/tst-once5: Reduce time to expected failureFlorian Weimer2-0/+7
2016-08-17Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer14-1/+50
2016-08-16Fix soft-fp extended.h unpacking (GCC bug 77265).Joseph Myers2-0/+10
2016-08-16Add fesetexcept: sparc.Joseph Myers2-0/+33
2016-08-16Add fesetexcept: sh.Joseph Myers2-0/+34
2016-08-16Add fesetexcept: s390.Joseph Myers2-0/+35
2016-08-16Add fesetexcept: powerpc.Joseph Myers4-0/+111
2016-08-16Add fesetexcept: mips.Joseph Myers2-0/+34
2016-08-16Add fesetexcept: m68k.Joseph Myers2-0/+33
2016-08-16Add fesetexcept: ia64.Joseph Myers2-0/+33
2016-08-16Add fesetexcept: hppa.Joseph Myers2-0/+37
2016-08-16Add fesetexcept: arm.Joseph Myers2-0/+40
2016-08-16Add fesetexcept: alpha.Joseph Myers2-0/+33
2016-08-16Add fesetexcept: aarch64.Joseph Myers2-0/+36
2016-08-16Add fesetexcept.Joseph Myers38-3/+419
2016-08-16Add CVE-2016-6323 missing from NEWS entryFlorian Weimer1-1/+1
2016-08-16Add NEWS entry for CVE-2016-6323Florian Weimer2-1/+6
2016-08-16nptl/tst-tls3-malloc: Force freeing of thread stacksFlorian Weimer3-1/+21
2016-08-15arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2-0/+13
2016-08-15locales: et_EE: locale has wrong {p,n}_cs_precedes value [BZ #20459]Märt Põder2-2/+9
2016-08-12Add comment from sysdeps/powerpc/fpu/fraiseexcpt.c to fsetexcptflg.c.Joseph Myers2-0/+4
2016-08-12Fix test-fexcept when "inexact" implicitly raised.Joseph Myers2-2/+37
2016-08-11Add missing reference to bug 20452Florian Weimer1-0/+1
2016-08-10Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455).Joseph Myers2-1/+9
2016-08-10Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers6-1/+281
2016-08-10locales: en_CA: update d_fmt [BZ #9842]Martin Pitt2-1/+6
2016-08-10ChangeLog: change Winblowz to WindowsMike Frysinger2-2/+2
2016-08-10localedata: change M$ to MicrosoftMike Frysinger2-1/+5
2016-08-09Add atomic operations required by the new condition variable.Torvald Riegel2-0/+53
2016-08-09Fix recvmsg returning SIGLOST on PF_LOCAL socketsSamuel Thibault2-1/+9
2016-08-05sparc32/sparcv9: add a VIS3 version of fdimAurelien Jarno8-2/+131
2016-08-05sparc: remove fdim sparc specific implementationsAurelien Jarno12-314/+18
2016-08-05sparc: build with -mvis on sparc32/sparcv9 and sparc64Aurelien Jarno3-1/+9
2016-08-05Improve gen-libm-test.pl LIT() applicationPaul E. Murphy3-56/+82
2016-08-05Fix math.h comment about bits/mathdef.h.Joseph Myers2-34/+27
2016-08-05Add atomic_exchange_relaxed.Torvald Riegel2-0/+13