about summary refs log tree commit diff
path: root/misc/sys/cdefs.h
Commit message (Expand)AuthorAgeFilesLines
* RFC: powerpc64le: Enable support for IEEE long double gabriel/powerpc-ieee128-printscanGabriel F. T. Gomes2019-12-131-2/+36
* 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
* Fix up definitions for older compilers.Marek Polacek2012-09-261-1/+8
* Wrap __builtin_expect in pthread.hSiddhesh Poyarekar2012-06-041-0/+6
* Fix attributes for fortify functions.Marek Polacek2012-04-291-12/+11
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-5/+1
* Mark setjmp and ucontext functions as non-leafAndreas Schwab2011-11-111-0/+4
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-1/+6
* Fix syntax error in __THROW macroAndreas Schwab2011-10-171-2/+2
* Use leaf function attribute in __THROWUlrich Drepper2011-10-161-3/+12
* Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek2011-07-201-1/+8
* * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__ Jakub Jelinek2009-03-021-2/+7