aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg2-38/+60
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2-53/+92
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg2-18/+11
2017-02-21Bug 20313: Update to Unicode 9.0.0Mike FABIAN1-4/+6
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg1-0/+2
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg1-0/+1
2017-02-15The internal header include/string.h does not work in C++: it causes link errorsWilco Dijkstra1-2/+2
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra1-9/+0
2017-02-05Update for 2.25 releaseglibc-2.25Siddhesh Poyarekar1-1/+1
2017-01-05Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella1-0/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers22-22/+22
2016-12-31CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer1-3/+3
2016-12-30resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer1-1/+0
2016-12-27sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer1-0/+6
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock1-1/+11
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+1
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg1-0/+11
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2-16/+27
2016-12-05Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel1-4/+20
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella1-1/+2
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers1-0/+1
2016-11-16New internal function __access_noerrnoAdhemerval Zanella1-0/+6
2016-10-29Bug 20729: Fix building with -Os.Carlos O'Donell1-0/+15
2016-10-28Add include/crypt.h.Carlos O'Donell1-0/+3
2016-10-26Fix atomic_fetch_xor_release.Carlos O'Donell1-8/+11
2016-10-07i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler1-15/+0
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler1-16/+126
2016-10-04Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.Joseph Myers1-14/+5
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg57-19/+220
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg9-4/+11
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg1-0/+1
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2-12/+16
2016-09-21resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer1-2/+0
2016-09-19Add <limits.h> integer width macros.Joseph Myers1-1/+50
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer1-0/+15
2016-08-09Add atomic operations required by the new condition variable.Torvald Riegel1-0/+47
2016-08-05Add atomic_exchange_relaxed.Torvald Riegel1-0/+9
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers1-0/+2
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg1-0/+1
2016-08-03Add utility macros for clang detection, and deprecation with messages.Zack Weinberg1-4/+15
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers1-0/+1
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers1-1/+16
2016-08-02Add support for referencing specific symbol versionsFlorian Weimer2-12/+25
2016-08-01Update for glibc 2.24 release.glibc-2.24Carlos O'Donell1-1/+1
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel1-17/+0
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer1-7/+0
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer1-0/+7
2016-06-04Use __typeof instead of typeofAndreas Schwab1-1/+1
2016-06-03Fix include/wchar.h for C++Carlos O'Donell1-1/+1
2016-04-29NSS: Implement group merging support.Stephen Gallagher1-0/+7