summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-04-18Assume that dup3 is availableFlorian Weimer
2017-04-18Assume that pipe2 is always availableFlorian Weimer
2017-04-13resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg
2017-04-07getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg
2017-04-07getopt: clean up error reportingZack Weinberg
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg
2017-04-04nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer
2017-03-21Deprecate libnsl by default (only shared library will beThorsten Kukuk
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-02-21Bug 20313: Update to Unicode 9.0.0Mike FABIAN
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg
2017-02-15The internal header include/string.h does not work in C++: it causes link errorsWilco Dijkstra
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra
2017-02-05Update for 2.25 releaseSiddhesh Poyarekar
2017-01-05Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer
2016-12-30resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer
2016-12-27sunrpc: Always obtain AF_INET addresses from NSS [BZ #20964]Florian Weimer
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg
2016-12-05Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers
2016-11-16New internal function __access_noerrnoAdhemerval Zanella
2016-10-29Bug 20729: Fix building with -Os.Carlos O'Donell
2016-10-28Add include/crypt.h.Carlos O'Donell
2016-10-26Fix atomic_fetch_xor_release.Carlos O'Donell
2016-10-07i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler
2016-10-04Fix LONG_WIDTH, ULONG_WIDTH include ordering issue.Joseph Myers
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg
2016-09-21resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer
2016-09-19Add <limits.h> integer width macros.Joseph Myers
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer
2016-08-09Add atomic operations required by the new condition variable.Torvald Riegel
2016-08-05Add atomic_exchange_relaxed.Torvald Riegel