aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-07Add femode_t functions.Joseph Myers61-5/+978
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu6-3/+190
2016-09-06S390: Support PLT and GOT references in check-localplt.Stefan Liebler2-1/+13
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer4-60/+69
2016-09-05conform tests: call perl with '-I.'Aurelien Jarno2-3/+9
2016-09-03Set NODELETE flag after checking for NULL pointerAurelien Jarno4-7/+88
2016-09-02NaCl: Fix compile error for __dup after libc_hidden_proto addition.Roland McGrath2-0/+3
2016-09-02Fix generic wait3 after union wait_status removal.Roland McGrath2-1/+4
2016-09-02NaCl: Fix compile error in clock function.Roland McGrath2-1/+5
2016-09-02Inline all support functions for sin and cosSiddhesh Poyarekar2-24/+43
2016-09-02Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar2-18/+5
2016-09-02Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar2-109/+101
2016-09-02vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer2-12/+18
2016-09-02vfprintf: Avoid creating a VLA which complicates stack managementFlorian Weimer2-1/+6
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy8-28/+18
2016-09-01Make common fmin implementation generic.Paul E. Murphy8-74/+25
2016-09-01Make common fmax implementation generic.Paul E. Murphy11-78/+34
2016-09-01Make common nextdown implementation generic.Paul E. Murphy6-68/+23
2016-09-01Make common fdim implementation generic.Paul E. Murphy14-101/+63
2016-09-01Base <sys/quota.h> on Linux kernel headers [BZ #20525]Florian Weimer5-131/+121
2016-08-31ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy2-6/+12
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy78-620/+736
2016-08-31S390: Do not set FE_INEXACT with feraiseexcept (FE_OWERFLOW|FE_UNDERFLOW).Stefan Liebler6-6/+113
2016-08-30hurd: Fix adjtime call with OLDDELTA == NULLSvante Signell2-0/+9
2016-08-30Use fabs(x) instead of branching on signedness of input to sin and cosSiddhesh Poyarekar2-148/+100
2016-08-30Add fall through commentsSiddhesh Poyarekar2-0/+6
2016-08-30Consolidate reduce_and_compute codeSiddhesh Poyarekar2-17/+19
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy47-2206/+332
2016-08-29Prepare to convert remaining _Complex functionsPaul E. Murphy7-0/+650
2016-08-29sparcv9: Restore fdiml@GLIBC_2.1Paul E. Murphy2-1/+8
2016-08-29Add fetestexceptflag.Joseph Myers36-4/+284
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer15-160/+706
2016-08-26Fix test-skeleton C99 designed initializationAdhemerval Zanella2-1/+6
2016-08-26Correct incorrect bug number in changelogFlorian Weimer1-1/+1
2016-08-26nptl: Avoid expected SIGALRM in most tests [BZ #20432]Florian Weimer15-101/+293
2016-08-26X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2-0/+8
2016-08-26string: More tests for strcmp, strcasecmp, strncmp, strncasecmpFlorian Weimer3-1/+218
2016-08-25Reduce memory size of tsearch red-black tree.Mark Wielaard2-153/+259
2016-08-24localedata: lt_LT: use hyphens in d_fmt [BZ #20497]Ernestas Kulik2-1/+6
2016-08-21mach: Add more allowed external headersSamuel Thibault2-1/+5
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy30-1860/+246
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