aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-06-09mach: Add mach_print sycsall declarationSamuel Thibault
2016-06-08Fix i386/x86_64 log1pl (sNaN) (bug 20229).Joseph Myers
2016-06-08Fix i386/x86_64 log10l (sNaN) (bug 20228).Joseph Myers
2016-06-08Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers
2016-06-08Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).Joseph Myers
2016-06-08Fix ldexp, scalbn, scalbln for sNaN input (bug 20225).Joseph Myers
2016-06-08Fix i386 cbrtl (sNaN) (bug 20224).Joseph Myers
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu
2016-06-08X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu
2016-06-08Generate new format names in auto-libm-test-outPaul E. Murphy
2016-06-08Remove type specific information from auto-libm-test-inPaul E. Murphy
2016-06-08Remove CHOOSE() macro from libm-tests.incPaul E. Murphy
2016-06-08Apply LIT(x) to floating point literals in libm-test.cPaul E. Murphy
2016-06-08malloc: Correct size computation in realloc for dumped fake mmapped chunksFlorian Weimer
2016-06-07Fix i386 atanhl (sNaN) (bug 20219).Joseph Myers
2016-06-07Fix i386 asinhl (sNaN) (bug 20218).Joseph Myers
2016-06-07Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu
2016-06-07Bug 20214: Fix linux/in6.h and netinet/in.h sync.Carlos O'Donell
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell
2016-06-06Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella
2016-06-06Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers
2016-06-06powerpc: Fix --disable-multi-arch build on POWER8Tulio Magno Quites Machado Filho
2016-06-06tst-rec-dlopen: Fix build fail due to missing inclusion of string.hStefan Liebler
2016-06-052016-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-06-05tst-rec-dlopen: Use interposed malloc instead of hooksFlorian Weimer
2016-06-04Use __typeof instead of typeofAndreas Schwab
2016-06-03Fix include/wchar.h for C++Carlos O'Donell
2016-06-03Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205).Joseph Myers
2016-06-03libio: Use wmemset instead of __wmemset to avoid linknamespace issueFlorian Weimer
2016-06-02Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell
2016-06-01fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer
2016-05-30Merge branch 'master' of ssh://sourceware.org/git/glibcPaul Pluzhnikov
2016-05-302016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-05-30hurd: disable ifunc for nowSamuel Thibault
2016-05-30Add more hurd exception to local headers listSamuel Thibault
2016-05-30posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)Adhemerval Zanella
2016-05-30stpcpy is part of POSIX.1-2008 [BZ #3629]Roland McGrath
2016-05-30hurd: fix _hurd_self_sigstate reference from ____longjmp_chkSamuel Thibault
2016-05-27Count number of logical processors sharing L2 cacheH.J. Lu
2016-05-27Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers
2016-05-27Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).Joseph Myers
2016-05-27Replace M_El with lit_e in libm-test.incPaul E. Murphy
2016-05-27Replace M_PI_4l with lit_pi_4_d in libm-test.incPaul E. Murphy
2016-05-27Replace M_PIl with lit_pi in libm-test.incPaul E. Murphy
2016-05-27Replace M_PI2l with lit_pi_2_d in libm-test.incPaul E. Murphy
2016-05-27Refactor M_ macros defined in libm-test.incPaul E. Murphy
2016-05-27Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).Joseph Myers