about summary refs log tree commit diff
path: root/misc/sys/cdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor2021-04-271-1/+7
* misc: Sync cdefs.h with gnulibAdhemerval Zanella2021-02-091-57/+85
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar2020-12-311-0/+9
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-2/+2
* Remove __warndeclSiddhesh Poyarekar2020-11-051-3/+0
* Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers2020-10-301-0/+8
* Define __THROW to noexcept for C++11 and laterJonathan Wakely2020-09-221-4/+8
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-0/+11
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-2/+2
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-171-2/+36
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2019-11-211-8/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer2019-06-141-1/+3
* <sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer2019-06-121-0/+6
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Add support for GCC 9 attribute copy.Martin Sebor2018-11-091-0/+10
* Add <bits/indirect-return.h>H.J. Lu2018-07-241-0/+6
* Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).Joseph Myers2018-02-061-2/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor2017-11-151-0/+9
* Do not use generic selection in C++ modeGabriel F. T. Gomes2017-08-181-9/+10
* Remove __long_double_t.Joseph Myers2017-08-071-1/+0
* float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes2017-05-171-0/+16
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-0/+3
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-25/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-0/+1
* [BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg2016-11-141-2/+5
* resolv: Deprecate unimplemented flagsFlorian Weimer2016-10-071-0/+10
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-12/+18
* Add utility macros for clang detection, and deprecation with messages.Zack Weinberg2016-08-031-1/+21
* Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell2016-06-101-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add ersatz _Static_assert on older C hostsPaul Eggert2015-02-071-0/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Make __extern_always_inline usable on clang++ againSiddhesh Poyarekar2014-09-161-2/+8
* Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar2014-09-161-10/+11
* Fix Wundef warning for __STDC_VERSION__Siddhesh Poyarekar2014-07-031-1/+3
* misc/sys/cdefs.h: Add _Noreturn macro for pre-C11 compilersPaul Eggert2014-07-021-0/+8
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Use __gnu_inline__ for __extern_always_inline in g++-4.2Richard Smith2013-05-011-8/+6
* sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger2013-02-181-0/+9
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-8/+0
* Whitespace fix for __glibc_likely/__glibc_unlikely defns.Roland McGrath2013-01-231-4/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Add __glibc_likely as an alias for __builtin_expect when availableSiddhesh Poyarekar2012-12-281-0/+2