about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add fetestexceptflag.Joseph Myers2016-08-2936-4/+284
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-2615-160/+706
* Fix test-skeleton C99 designed initializationAdhemerval Zanella2016-08-262-1/+6
* Correct incorrect bug number in changelogFlorian Weimer2016-08-261-1/+1
* nptl: Avoid expected SIGALRM in most tests [BZ #20432]Florian Weimer2016-08-2615-101/+293
* X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2016-08-262-0/+8
* string: More tests for strcmp, strcasecmp, strncmp, strncasecmpFlorian Weimer2016-08-263-1/+218
* Reduce memory size of tsearch red-black tree.Mark Wielaard2016-08-252-153/+259
* localedata: lt_LT: use hyphens in d_fmt [BZ #20497]Ernestas Kulik2016-08-242-1/+6
* mach: Add more allowed external headersSamuel Thibault2016-08-212-1/+5
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-1930-1860/+246
* Prepare to convert _Complex tangent functionsPaul E. Murphy2016-08-195-0/+545
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-1940-2354/+303
* Prepare to convert _Complex sine functionsPaul E. Murphy2016-08-196-0/+694
* X86: Change bit_YMM_state to (1 << 2)H.J. Lu2016-08-192-1/+5
* Merge common usage of mul_split functionPaul E. Murphy2016-08-1914-346/+146
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-1933-1162/+174
* Prepare to convert _Complex cosine functionsPaul E. Murphy2016-08-195-0/+346
* Add tst-wcstod-roundPaul E. Murphy2016-08-195-199/+303
* Add tests for fortification of bcopy and bzero.Zack Weinberg2016-08-192-0/+65
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-186-7/+23
* Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler2016-08-183-0/+27
* argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer2016-08-183-55/+14
* ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy2016-08-172-1/+5
* Support for type-generic libm function implementations libmPaul E. Murphy2016-08-1733-373/+441
* nptl/tst-once5: Reduce time to expected failureFlorian Weimer2016-08-172-0/+7
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-1714-1/+50
* Fix soft-fp extended.h unpacking (GCC bug 77265).Joseph Myers2016-08-162-0/+10
* Add fesetexcept: sparc.Joseph Myers2016-08-162-0/+33
* Add fesetexcept: sh.Joseph Myers2016-08-162-0/+34
* Add fesetexcept: s390.Joseph Myers2016-08-162-0/+35
* Add fesetexcept: powerpc.Joseph Myers2016-08-164-0/+111
* Add fesetexcept: mips.Joseph Myers2016-08-162-0/+34
* Add fesetexcept: m68k.Joseph Myers2016-08-162-0/+33
* Add fesetexcept: ia64.Joseph Myers2016-08-162-0/+33
* Add fesetexcept: hppa.Joseph Myers2016-08-162-0/+37
* Add fesetexcept: arm.Joseph Myers2016-08-162-0/+40
* Add fesetexcept: alpha.Joseph Myers2016-08-162-0/+33
* Add fesetexcept: aarch64.Joseph Myers2016-08-162-0/+36
* Add fesetexcept.Joseph Myers2016-08-1638-3/+419
* Add CVE-2016-6323 missing from NEWS entryFlorian Weimer2016-08-161-1/+1
* Add NEWS entry for CVE-2016-6323Florian Weimer2016-08-162-1/+6
* nptl/tst-tls3-malloc: Force freeing of thread stacksFlorian Weimer2016-08-163-1/+21
* arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2016-08-152-0/+13
* locales: et_EE: locale has wrong {p,n}_cs_precedes value [BZ #20459]Märt Põder2016-08-152-2/+9
* Add comment from sysdeps/powerpc/fpu/fraiseexcpt.c to fsetexcptflg.c.Joseph Myers2016-08-122-0/+4
* Fix test-fexcept when "inexact" implicitly raised.Joseph Myers2016-08-122-2/+37
* Add missing reference to bug 20452Florian Weimer2016-08-111-0/+1
* Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455).Joseph Myers2016-08-102-1/+9
* Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers2016-08-106-1/+281