aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-06Remove unused file sysdeps/ieee754/support.cWilco Dijkstra2-520/+4
2015-07-06[AArch64] make setcontext etc functions consistent with the kernelSzabolcs Nagy4-12/+20
2015-07-02Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2-32/+132
2015-07-01Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers3-4/+19
2015-07-01The C++ 2011 std::call_once function is specified to allowMartin Sebor5-13/+95
2015-07-01Regenerate powerpc-nofpu libm-test-ulps.Joseph Myers2-483/+675
2015-07-01Regenerate ARM libm-test-ulps.Joseph Myers2-265/+459
2015-07-01Regenerate MIPS libm-test-ulps.Joseph Myers3-622/+1058
2015-06-30Remove documentation of lowlevellock systemtap probes.Torvald Riegel2-16/+3
2015-06-30Clean up BUSY_WAIT_NOP and atomic_delay.Torvald Riegel14-33/+42
2015-06-29Improve tgamma accuracy (bug 18613).Joseph Myers13-249/+540
2015-06-29Fix ldbl-128 j1l spurious underflows (bug 18612).Joseph Myers5-1/+196
2015-06-29Fix j1, jn missing underflows (bug 16559).Joseph Myers12-20/+1049
2015-06-29Update headers for Linux 4.0, 4.1 definitions.Joseph Myers4-1/+20
2015-06-26malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ...Mel Gorman3-5/+11
2015-06-26Add support for DT_MIPS_RLD_MAP_REL.Matthew Fortune3-4/+22
2015-06-25Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers10-714/+806
2015-06-25More correct description of linking with vector math library.Andrew Senkevich2-2/+6
2015-06-25Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab4-4/+20
2015-06-25Support compilers defaulting to PIEH.J. Lu7-11/+65
2015-06-24NPTL: Use unsigned type for setxid_futex.Roland McGrath2-1/+4
2015-06-24Use unsigned types for counters in getaddrinfo_a code.Roland McGrath5-6/+16
2015-06-24Use unsigned types for counters in AIO code.Roland McGrath5-12/+23
2015-06-24Align TCB offset to the maximum alignmentH.J. Lu3-5/+14
2015-06-24Refactor libm tests.Joseph Myers29-493/+492
2015-06-24NaCl: Fix glob.c build after getlogin_r -> __getlogin_r.Roland McGrath2-2/+7
2015-06-24Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers25-38/+2414
2015-06-24Print more information in tst-getcpu failure case.Roland McGrath2-1/+6
2015-06-24Line-wrap some log entries.Roland McGrath1-10/+12
2015-06-24Don't issue errors on GDB Python filesH.J. Lu3-2/+17
2015-06-24Move csin, csinh tests to auto-libm-test-in.Joseph Myers4-78/+1306
2015-06-24Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers12-23/+251
2015-06-24Fix ldbl-128 expl missing underflows (bug 18586).Joseph Myers3-2/+16
2015-06-24Combination of data tables for x86_64 vector functions sinf, cosf and sincosf.Andrew Senkevich19-3586/+219
2015-06-23Fix sin, sincos missing underflows (bug 16526, bug 16538).Joseph Myers12-32/+762
2015-06-23Fix spurious "inexact" exceptions from __kernel_standard_l (bug 18245, bug 18...Joseph Myers4-30/+35
2015-06-23Fix atomic_full_barrier on x86 and x86_64.Torvald Riegel4-12/+35
2015-06-23Fix math/Makefile dependency on libm-test.stmp for libmvec tests.Joseph Myers2-1/+9
2015-06-23Combination of data tables for x86_64 vector functions sin, cos and sincos.Andrew Senkevich21-439/+198
2015-06-23Fix csqrt spurious underflows (bug 18371).Joseph Myers8-11/+843
2015-06-23Fix exp2, exp2f spurious underflows (bug 18219).Joseph Myers6-8/+203
2015-06-23Fix potential hanging of gethostbyaddr_r/gethostbyname_rDmitry V. Levin5-12/+139
2015-06-23_res_hconf_reorder_addrs: fix typo in commentDmitry V. Levin2-1/+6
2015-06-22Fix expm1 missing underflows (bug 16353).Joseph Myers9-134/+211
2015-06-22Record TTL also for DNS PTR queries (bug 18513)Andreas Schwab3-3/+15
2015-06-22remove unnecessary memset in strcollLeonhard Holz2-2/+7
2015-06-22remove now unused idxnow in strcollLeonhard Holz2-1/+4
2015-06-21Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569).Joseph Myers6-1/+341
2015-06-21Correct ChangeLog syntax for conditional change within function.Joseph Myers1-2/+2
2015-06-21Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).Joseph Myers6-43/+294