aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab1-0/+7
2016-06-30Correct bug number in ChangeLog [BZ #18960]Florian Weimer1-1/+1
2016-06-29Compile tst-cleanupx4 test with -fexceptionsH.J. Lu1-0/+10
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno1-0/+4
2016-06-29Avoid array-bounds warning for strncat on i586 (bug 20260)Andreas Schwab1-0/+7
2016-06-28elf.h: Add declarations for BPFRichard Henderson1-0/+4
2016-06-28elf.h: Sync with the gabi webpageRichard Henderson1-0/+21
2016-06-28S390: Fix relocation of _nl_current_LC_CATETORY_used in static build. [BZ #19...Stefan Liebler1-0/+6
2016-06-27MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno1-0/+9
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers1-0/+11
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers1-0/+11
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers1-0/+13
2016-06-27MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno1-0/+9
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-0/+30
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers1-0/+6
2016-06-23Add more sNaN tests (most remaining real functions).Joseph Myers1-0/+16
2016-06-24Fix up ChangeLogSiddhesh Poyarekar1-1/+1
2016-06-24Avoid attempt for runtime checks if all environments are definedSiddhesh Poyarekar1-0/+6
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer1-0/+74
2016-06-23test-skeleton.c (xrealloc): Support realloc-as-freeFlorian Weimer1-0/+4
2016-06-23test-skeleton.c: xmalloc, xcalloc, xrealloc are potentially unusedFlorian Weimer1-0/+5
2016-06-23test-skeleton.c: Add write_message functionFlorian Weimer1-0/+8
2016-06-22Simplify x86 nearbyint functions.Joseph Myers1-0/+8
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg1-0/+5
2016-06-22This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra1-0/+5
2016-06-21malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer1-0/+6
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella1-0/+12
2016-06-20Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich1-0/+30
2016-06-20Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra1-0/+5
2016-06-20This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra1-0/+7
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer1-0/+52
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer1-0/+12
2016-06-19Expand comments in Linux times() implementation.Carlos O'Donell1-0/+4
2016-06-18MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno1-0/+7
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan1-0/+64
2016-06-16manual: fix typos in the pattern chapterRical Jasan1-0/+4
2016-06-16manual: fix typos in the search chapterRical Jasan1-0/+4
2016-06-16manual: fix typos in the message chapterRical Jasan1-0/+4
2016-06-16manual: fix spelling typosMike Frysinger1-0/+10
2016-06-16manual: fix typos in the locale chapterRical Jasan1-0/+4
2016-06-16manual: fix typos in character set handlingRical Jasan1-0/+4
2016-06-16manual: fix typos in the string chaptersRical Jasan1-0/+4
2016-06-16manual: fix typos in the character handling chapterRical Jasan1-0/+4
2016-06-16manual: fix typos in the memory chapterRical Jasan1-0/+4
2016-06-14Fix i386 fdim double rounding (bug 20255).Joseph Myers1-0/+4
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers1-0/+21
2016-06-14Simplify generic fdim implementations.Joseph Myers1-0/+7
2016-06-14powerpc: strcasecmp/strncasecmp optmization for power8raji1-0/+22
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers1-0/+6
2016-06-13Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod).Joseph Myers1-0/+7