summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force to use clock_gettimehjl/benchtests/wall-timeH.J. Lu2016-06-211-0/+4
* Skip simple and builtin memory implementationsH.J. Lu2016-06-213-0/+6
* Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella2016-06-219-14/+168
* Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich2016-06-2027-0/+337
* Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra2016-06-203-2/+50
* This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra2016-06-203-452/+216
* elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2016-06-2035-242/+106
* Revert __malloc_initialize_hook symbol poisoningFlorian Weimer2016-06-207-30/+18
* Expand comments in Linux times() implementation.Carlos O'Donell2016-06-192-10/+21
* MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno2016-06-184-0/+13
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-1648-11/+936
* manual: fix typos in the pattern chapterRical Jasan2016-06-162-12/+16
* localedata: ro_RO: update Tuesday translation [BZ #18911]Simion Onea2016-06-162-5/+6
* manual: fix typos in the search chapterRical Jasan2016-06-162-18/+22
* manual: fix typos in the message chapterRical Jasan2016-06-162-79/+82
* manual: fix spelling typosMike Frysinger2016-06-168-13/+23
* manual: fix typos in the locale chapterRical Jasan2016-06-161-0/+4
* manual: fix typos in the locale chapterRical Jasan2016-06-161-8/+8
* manual: fix typos in character set handlingRical Jasan2016-06-162-34/+38
* manual: fix typos in the string chaptersRical Jasan2016-06-162-12/+16
* manual: fix typos in the character handling chapterRical Jasan2016-06-162-2/+6
* manual: fix typos in the memory chapterRical Jasan2016-06-162-12/+16
* Fix i386 fdim double rounding (bug 20255).Joseph Myers2016-06-143-0/+57
* Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers2016-06-1415-395/+58
* Simplify generic fdim implementations.Joseph Myers2016-06-144-30/+13
* powerpc: strcasecmp/strncasecmp optmization for power8raji2016-06-1412-49/+620
* Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers2016-06-133-1/+69
* Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod).Joseph Myers2016-06-132-0/+102
* Fix frexp (NaN) (bug 20250).Joseph Myers2016-06-139-6/+33
* nptl: Add sendmmsg and recvmmsg cancellation testsAdhemerval Zanella2016-06-137-309/+613
* debug/tst-longjmp_chk2: Make signal handler more conservative [BZ #20248]Florian Weimer2016-06-132-5/+27
* Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella2016-06-137-11/+15
* Fix rt/tst-aio64.c as well, and mention login/tst-utmp.c in ChangeLogPaul Pluzhnikov2016-06-112-1/+3
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-1111-24/+35
* NEWS: clarify localedef --old-style updateMike Frysinger2016-06-111-2/+3
* nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2016-06-112-1/+14
* malloc_usable_size: Use correct size for dumped fake mapped chunksFlorian Weimer2016-06-112-1/+11
* fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer2016-06-112-14/+46
* localedata: ne_NP: misc updates [BZ #1170]Paras pradhan2016-06-112-73/+45
* unicode-gen: include standard comment file headerMike Frysinger2016-06-118-0/+28
* localedef: drop unused --old-styleMarko Myllynen2016-06-114-10/+8
* localedata: pt_BR/pt_PT: make days/months lowercase [BZ #19133]Mike Frysinger2016-06-113-39/+49
* localedata: eo: new Esperanto locale [BZ #16190]Eduardo TrĂ¡pani2016-06-113-0/+218
* Fix modf (sNaN) (bug 20240).Joseph Myers2016-06-103-0/+16
* Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell2016-06-102-0/+11
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-1062-581/+180
* malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer2016-06-1010-30/+92
* Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers2016-06-094-0/+10
* Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers2016-06-092-1/+5
* Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers2016-06-092-2/+6