aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-23test-skeleton.c: Add write_message functionFlorian Weimer4-21/+29
2016-06-22Simplify x86 nearbyint functions.Joseph Myers5-16/+8
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg2-23/+5
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg1-0/+23
2016-06-22This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra2-24/+37
2016-06-21malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer2-6/+10
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella9-14/+168
2016-06-20Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich27-0/+337
2016-06-20Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra3-2/+50
2016-06-20This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra3-452/+216
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer35-242/+106
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer7-30/+18
2016-06-19Expand comments in Linux times() implementation.Carlos O'Donell2-10/+21
2016-06-18MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno4-0/+13
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan48-11/+936
2016-06-16manual: fix typos in the pattern chapterRical Jasan2-12/+16
2016-06-16localedata: ro_RO: update Tuesday translation [BZ #18911]Simion Onea2-5/+6
2016-06-16manual: fix typos in the search chapterRical Jasan2-18/+22
2016-06-16manual: fix typos in the message chapterRical Jasan2-79/+82
2016-06-16manual: fix spelling typosMike Frysinger8-13/+23
2016-06-16manual: fix typos in the locale chapterRical Jasan1-0/+4
2016-06-16manual: fix typos in the locale chapterRical Jasan1-8/+8
2016-06-16manual: fix typos in character set handlingRical Jasan2-34/+38
2016-06-16manual: fix typos in the string chaptersRical Jasan2-12/+16
2016-06-16manual: fix typos in the character handling chapterRical Jasan2-2/+6
2016-06-16manual: fix typos in the memory chapterRical Jasan2-12/+16
2016-06-14Fix i386 fdim double rounding (bug 20255).Joseph Myers3-0/+57
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers15-395/+58
2016-06-14Simplify generic fdim implementations.Joseph Myers4-30/+13
2016-06-14powerpc: strcasecmp/strncasecmp optmization for power8raji12-49/+620
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers3-1/+69
2016-06-13Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod).Joseph Myers2-0/+102
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers9-6/+33
2016-06-13nptl: Add sendmmsg and recvmmsg cancellation testsAdhemerval Zanella7-309/+613
2016-06-13debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248]Florian Weimer2-5/+27
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella7-11/+15
2016-06-11Fix rt/tst-aio64.c as well, and mention login/tst-utmp.c in ChangeLogPaul Pluzhnikov2-1/+3
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov11-24/+35
2016-06-11NEWS: clarify localedef --old-style updateMike Frysinger1-2/+3
2016-06-11nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2-1/+14
2016-06-11malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer2-1/+11
2016-06-11fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer2-14/+46
2016-06-11localedata: ne_NP: misc updates [BZ #1170]Paras pradhan2-73/+45
2016-06-11unicode-gen: include standard comment file headerMike Frysinger8-0/+28
2016-06-11localedef: drop unused --old-styleMarko Myllynen4-10/+8
2016-06-11localedata: pt_BR/pt_PT: make days/months lowercase [BZ #19133]Mike Frysinger3-39/+49
2016-06-11localedata: eo: new Esperanto locale [BZ #16190]Eduardo TrĂ¡pani3-0/+218
2016-06-10Fix modf (sNaN) (bug 20240).Joseph Myers3-0/+16
2016-06-10Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell2-0/+11
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella62-581/+180