aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Make errno-setting libm templates include errno.h.Joseph Myers24-0/+48
2017-06-22Fix float128 uses of xlocale.h.Joseph Myers4-3/+10
2017-06-22Add ChangeLog entries for the last 3 commitsSiddhesh Poyarekar1-0/+25
2017-06-22benchtests: New script to parse memcpy resultsSiddhesh Poyarekar2-0/+173
2017-06-22benchtests: Make memcpy benchmarks print results in jsonSiddhesh Poyarekar3-49/+117
2017-06-22benchtests: Print string array elements, int and uint in jsonSiddhesh Poyarekar2-0/+68
2017-06-22Describe remainder as primary and drem as alternative in the manualGabriel F. T. Gomes2-12/+18
2017-06-22Provide an additional macro expansion for F128 in stdlib/tst-strtod.hGabriel F. T. Gomes2-1/+11
2017-06-22localedata: fur_IT: Fix spelling of Wednesday (Miercus)Rafal Luzynski2-2/+7
2017-06-22Bug 21533: Update to Unicode 10.0.0Mike FABIAN16-1098/+3791
2017-06-22inet: __inet6_scopeid_pton should accept node-local addresses [BZ #21657]Benjamin Cama3-1/+9
2017-06-21_nl_load_domain: Use calloc instead of allocaFlorian Weimer2-38/+12
2017-06-21Implement allocation buffers for internal useFlorian Weimer10-1/+1240
2017-06-21x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu25-240/+643
2017-06-21Fix tile SA_* conditions for POSIX.1:2008 (bug 21622).Joseph Myers2-0/+11
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu7-34/+41
2017-06-21DCIGETTEXT: Use getcwd, asprintf to construct absolute pathnameFlorian Weimer2-28/+19
2017-06-21[AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy2-0/+76
2017-06-21posix: Add invalid flags test for p{write,read}v2Adhemerval Zanella4-0/+60
2017-06-21[AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy2-2/+7
2017-06-21getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2-40/+10
2017-06-21__inet_pton_length: Implement new internal helper functionFlorian Weimer9-73/+697
2017-06-21inet: Add IPv6 getaddrinfo coverage to tst-inet6_scopeid_pton.cFlorian Weimer2-10/+116
2017-06-21powerpc: Optimize memchr for power8Rajalakshmi Srinivasaraghavan6-1/+382
2017-06-21powerpc: Add optimized version of [l]lrintfRajalakshmi Srinivasaraghavan6-36/+80
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg15-406/+417
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg73-175/+211
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg36-112/+120
2017-06-20Consolidate Linux openat implementationAdhemerval Zanella5-38/+71
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu3-12/+39
2017-06-20conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers4-3/+18
2017-06-20conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers4-3/+19
2017-06-20Add powf traceWilco Dijkstra2-0/+2191
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu8-1/+464
2017-06-20Improve math benchmark infrastructureWilco Dijkstra3-18/+51
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg4-17/+12
2017-06-20Add powf bench testsPaul Clarke3-1/+337
2017-06-20Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore.Zack Weinberg1-0/+4
2017-06-20Remove bits/string.h.Zack Weinberg23-2452/+264
2017-06-20manual: Complete @standards in lang.texi.Rical Jasan2-20/+43
2017-06-19Remove pre-GCC-4.9 MIPS code.Joseph Myers3-327/+52
2017-06-19DCIGETTEXT: Do not make copy of localenameFlorian Weimer2-1/+6
2017-06-19ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2-15/+106
2017-06-19ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2-16/+73
2017-06-19Fix wait3 namespace (bug 21625).Joseph Myers2-1/+8
2017-06-19Require GCC 4.9 or later for building glibc.Joseph Myers6-6/+18
2017-06-19CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer2-1/+9
2017-06-19S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler6-22/+182
2017-06-19resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer2-24/+49
2017-06-19resolv: Report allocation errors in __res_vinitFlorian Weimer4-34/+101