aboutsummaryrefslogtreecommitdiff
path: root/misc/sys/cdefs.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-22Add clang placeholders for va_arg_packStan Shebs1-0/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor1-0/+9
2017-08-18Do not use generic selection in C++ modeGabriel F. T. Gomes1-9/+10
2017-08-07Remove __long_double_t.Joseph Myers1-1/+0
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes1-0/+16
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-0/+3
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-25/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-0/+1
2016-11-14[BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg1-2/+5
2016-10-07resolv: Deprecate unimplemented flagsFlorian Weimer1-0/+10
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-12/+18
2016-08-03Add utility macros for clang detection, and deprecation with messages.Zack Weinberg1-1/+21
2016-06-10Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell1-0/+5
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-02-07Add ersatz _Static_assert on older C hostsPaul Eggert1-0/+8
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-16Make __extern_always_inline usable on clang++ againSiddhesh Poyarekar1-2/+8
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar1-10/+11
2014-07-03Fix Wundef warning for __STDC_VERSION__Siddhesh Poyarekar1-1/+3
2014-07-02misc/sys/cdefs.h: Add _Noreturn macro for pre-C11 compilersPaul Eggert1-0/+8
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-01Use __gnu_inline__ for __extern_always_inline in g++-4.2Richard Smith1-8/+6
2013-02-18sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger1-0/+9
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-8/+0
2013-01-23Whitespace fix for __glibc_likely/__glibc_unlikely defns.Roland McGrath1-4/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-12-28Add __glibc_likely as an alias for __builtin_expect when availableSiddhesh Poyarekar1-0/+2
2012-09-26Fix up definitions for older compilers.Marek Polacek1-1/+8
2012-06-04Wrap __builtin_expect in pthread.hSiddhesh Poyarekar1-0/+6
2012-04-29Fix attributes for fortify functions.Marek Polacek1-12/+11
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-5/+1
2011-11-11Mark setjmp and ucontext functions as non-leafAndreas Schwab1-0/+4
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab1-1/+6
2011-10-17Fix syntax error in __THROW macroAndreas Schwab1-2/+2
2011-10-16Use leaf function attribute in __THROWUlrich Drepper1-3/+12
2011-07-20Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek1-1/+8
2009-03-02* misc/sys/cdefs.h (__extern_always_inline): Add __artificial__ Jakub Jelinek1-2/+7
2007-10-03* misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.Ulrich Drepper1-0/+9
2007-10-032007-10-03 Jakub JelinekUlrich Drepper1-1/+6
2007-09-26* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper1-2/+11
2007-09-16Undo second occurrence of RH GCC hack.Jakub Jelinek1-4/+1
2007-09-15* stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper1-4/+1
2007-09-15* rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper1-2/+10
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper1-6/+14
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper1-1/+12
2006-01-14* sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed.Roland McGrath1-1/+3
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath1-1/+25