summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-08-03Add utility macros for clang detection, and deprecation with messages.Zack Weinberg
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-08-02Add support for referencing specific symbol versionsFlorian Weimer
2016-08-01Update for glibc 2.24 release.Carlos O'Donell
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel
2016-06-20Revert __malloc_initialize_hook symbol poisoningFlorian Weimer
2016-06-10malloc: Remove __malloc_initialize_hook from the API [BZ #19564]Florian Weimer
2016-06-04Use __typeof instead of typeofAndreas Schwab
2016-06-03Fix include/wchar.h for C++Carlos O'Donell
2016-04-29NSS: Implement group merging support.Stephen Gallagher
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-04-08Fix limits.h NL_NMAX namespace (bug 19929).Joseph Myers
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer
2016-03-20hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault
2016-03-08Add sys/auxv.h wrapper to include/sys/Aurelien Jarno
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella
2016-02-18Update version.h and include/features.h for 2.23 releaseglibc-2.23Adhemerval Zanella
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu
2016-01-06Mark internal unistd functions hidden in ld.soH.J. Lu
2016-01-06Mark ld.so internal mmap functions hidden in ld.soH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-10Update to Unicode 8.0.0.Mike FABIAN
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers
2015-11-05Fix features.h for -Wundef (bug 19212).Joseph Myers
2015-10-29Use max_align_t from <stddef.h>.Joseph Myers
2015-10-19Mark ld.so internel __fxstatat64 hiddenH.J. Lu