Age | Commit message (Expand) | Author |
2020-07-06 | Add the __libc_single_threaded variable | Florian Weimer |
2020-05-04 | improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] | Martin Sebor |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy |
2020-02-17 | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-11-21 | Don't use a custom wrapper macro around __has_include (bug 25189). | Emilio Cobos Álvarez |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-06-14 | <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_include | Florian Weimer |
2019-06-12 | <sys/cdefs.h>: Add __glibc_has_include macro | Florian Weimer |
2019-02-22 | Break some lines before not after operators. | Joseph Myers |
2019-01-12 | Fix a few typos in comments | Dmitry V. Levin |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-11-09 | Add support for GCC 9 attribute copy. | Martin Sebor |
2018-07-24 | Add <bits/indirect-return.h> | H.J. Lu |
2018-05-02 | Deprecate ustat syscall interface | Adhemerval Zanella |
2018-02-12 | [BZ #19239] Don't include sys/sysmacros.h from sys/types.h. | Zack Weinberg |
2018-02-06 | Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721). | Joseph Myers |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-11-15 | The -Wstringop-truncation option new in GCC 8 detects common misuses | Martin Sebor |
2017-08-18 | Do not use generic selection in C++ mode | Gabriel F. T. Gomes |
2017-08-07 | Remove __long_double_t. | Joseph Myers |
2017-06-14 | Remove __need_IOV_MAX and __need_FOPEN_MAX. | Zack Weinberg |
2017-05-31 | posix: Implement preadv2 and pwritev2 | Adhemerval Zanella |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg |
2017-05-17 | float128: Extend __MATH_TG for float128 support | Gabriel F. T. Gomes |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers |
2016-11-14 | [BZ #19239] Issue deprecation warnings on macro expansion. | Zack Weinberg |
2016-10-07 | resolv: Deprecate unimplemented flags | Florian Weimer |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg |
2016-08-03 | Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h> | Zack Weinberg |
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-06-10 | Bug 20215: Always undefine __always_inline before defining it. | Carlos O'Donell |
2016-05-03 | Fix sys/time.h timespec namespace (bug 20041). | Joseph Myers |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-09-15 | Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>. | Roland McGrath |
2015-02-07 | Add ersatz _Static_assert on older C hosts | Paul Eggert |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-09-16 | Make __extern_always_inline usable on clang++ again | Siddhesh Poyarekar |
2014-09-16 | Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266) | Siddhesh Poyarekar |
2014-07-03 | Fix Wundef warning for __STDC_VERSION__ | Siddhesh Poyarekar |
2014-07-02 | misc/sys/cdefs.h: Add _Noreturn macro for pre-C11 compilers | Paul Eggert |
2014-03-18 | misc/sys/xattr.h: guard against linux uapi header inclusion | Serge Hallyn |
2014-02-25 | misc/sys/select.h (__FD_MASK): Avoid signed integer overflow. | Florian Weimer |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers |