Age | Commit message (Expand) | Author |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg |
2016-12-08 | Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L. | Zack Weinberg |
2016-12-05 | Use C11-like atomics instead of plain memory accesses in x86 lock elision. | Torvald Riegel |
2016-11-18 | Fix hurd __access_noerrno implementation. | Adhemerval Zanella |
2016-11-16 | Fix crypt snprintf namespace (bug 20829). | Joseph Myers |
2016-11-16 | New internal function __access_noerrno | Adhemerval Zanella |
2016-10-29 | Bug 20729: Fix building with -Os. | Carlos O'Donell |
2016-10-28 | Add include/crypt.h. | Carlos O'Donell |
2016-10-26 | Fix atomic_fetch_xor_release. | Carlos O'Donell |
2016-10-07 | i386, x86: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler |
2016-10-07 | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler |
2016-10-04 | Fix LONG_WIDTH, ULONG_WIDTH include ordering issue. | Joseph Myers |
2016-09-23 | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): conditionally defined structures. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg |
2016-09-21 | resolv: Remove unsupported hook functions from the API [BZ #20016] | Florian Weimer |
2016-09-19 | Add <limits.h> integer width macros. | Joseph Myers |
2016-08-26 | malloc: Simplify static malloc interposition [BZ #20432] | Florian Weimer |
2016-08-09 | Add atomic operations required by the new condition variable. | Torvald Riegel |
2016-08-05 | Add atomic_exchange_relaxed. | Torvald Riegel |
2016-08-03 | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg |
2016-08-03 | Add utility macros for clang detection, and deprecation with messages. | Zack Weinberg |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers |
2016-08-02 | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers |
2016-08-02 | Add support for referencing specific symbol versions | Florian Weimer |
2016-08-01 | Update for glibc 2.24 release.glibc-2.24 | Carlos O'Donell |
2016-06-24 | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel |
2016-06-20 | Revert __malloc_initialize_hook symbol poisoning | Florian Weimer |
2016-06-10 | malloc: Remove __malloc_initialize_hook from the API [BZ #19564] | Florian Weimer |
2016-06-04 | Use __typeof instead of typeof | Andreas Schwab |
2016-06-03 | Fix include/wchar.h for C++ | Carlos O'Donell |
2016-04-29 | NSS: Implement group merging support. | Stephen Gallagher |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer |
2016-04-08 | Fix limits.h NL_NMAX namespace (bug 19929). | Joseph Myers |
2016-04-04 | strfmon_l: Use specified locale for number formatting [BZ #19633] | Florian Weimer |
2016-03-20 | hurd: Do not hide rtld symbols which need to be preempted | Samuel Thibault |
2016-03-08 | Add sys/auxv.h wrapper to include/sys/ | Aurelien Jarno |
2016-03-07 | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella |
2016-02-18 | Update version.h and include/features.h for 2.23 releaseglibc-2.23 | Adhemerval Zanella |
2016-02-18 | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu |
2016-01-06 | Mark internal unistd functions hidden in ld.so | H.J. Lu |
2016-01-06 | Mark ld.so internal mmap functions hidden in ld.so | H.J. Lu |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-12-10 | Update to Unicode 8.0.0. | Mike FABIAN |
2015-11-24 | Refactor strtod parsing of NaN payloads. | Joseph Myers |
2015-11-20 | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers |