aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-04Do not call __nan in scalb functions.Joseph Myers4-15/+15
2016-08-04Update PO files.Carlos O'Donell4-131/+114
2016-08-04x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2-0/+9
2016-08-03Also handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h>.Joseph Myers2-1/+5
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers7-6/+46
2016-08-03Fix typo in last arith.texi change.Joseph Myers2-1/+5
2016-08-03Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg4-4/+88
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg41-119/+349
2016-08-03Add utility macros for clang detection, and deprecation with messages.Zack Weinberg3-5/+42
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers8-16/+65
2016-08-03Unify drift between _Complex function type variantsPaul E. Murphy5-10/+15
2016-08-03Refactor part of math MakefilePaul E. Murphy3-56/+126
2016-08-03Remove tacit double usage in ldbl-128Paul E. Murphy4-3/+13
2016-08-03Update and install proc_service.h [BZ #20311]Tom Tromey3-6/+26
2016-08-03elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer4-38/+250
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer5-38/+77
2016-08-03elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer4-64/+62
2016-08-03Define UDP_ENCAP_* from Linux 4.7 in netinet/udp.h.Joseph Myers2-0/+5
2016-08-03Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h.Joseph Myers2-1/+9
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno17-3/+376
2016-08-02Fix sNaN handling in nearbyint on 32-bit sparc.David S. Miller5-10/+20
2016-08-02Fix wide-char testsuite SIGBUS on platforms such as Sparc.David S. Miller2-0/+12
2016-08-03powerpc: fix ifunc-sel.h fix asm constraints and clobber listAurelien Jarno2-2/+8
2016-08-03powerpc: fix ifunc-sel.h with GCC 6Aurelien Jarno2-3/+9
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers9-11/+115
2016-08-02Add support for referencing specific symbol versionsFlorian Weimer3-12/+37
2016-08-02malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer3-0/+13
2016-08-02x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich26-58/+93
2016-08-02malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer2-5/+44
2016-08-02alpha: fix trunc for big input valuesAurelien Jarno3-8/+12