| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -0/+1 |
* | [BZ #19239] Issue deprecation warnings on macro expansion. | Zack Weinberg | 2016-11-14 | 1 | -2/+5 |
* | resolv: Deprecate unimplemented flags | Florian Weimer | 2016-10-07 | 1 | -0/+10 |
* | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 2016-09-23 | 1 | -12/+18 |
* | Add utility macros for clang detection, and deprecation with messages. | Zack Weinberg | 2016-08-03 | 1 | -1/+21 |
* | Bug 20215: Always undefine __always_inline before defining it. | Carlos O'Donell | 2016-06-10 | 1 | -0/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Add ersatz _Static_assert on older C hosts | Paul Eggert | 2015-02-07 | 1 | -0/+8 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Make __extern_always_inline usable on clang++ again | Siddhesh Poyarekar | 2014-09-16 | 1 | -2/+8 |
* | Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266) | Siddhesh Poyarekar | 2014-09-16 | 1 | -10/+11 |
* | Fix Wundef warning for __STDC_VERSION__ | Siddhesh Poyarekar | 2014-07-03 | 1 | -1/+3 |
* | misc/sys/cdefs.h: Add _Noreturn macro for pre-C11 compilers | Paul Eggert | 2014-07-02 | 1 | -0/+8 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Use __gnu_inline__ for __extern_always_inline in g++-4.2 | Richard Smith | 2013-05-01 | 1 | -8/+6 |
* | sys/cdefs.h: export __attribute_alloc_size__ | Mike Frysinger | 2013-02-18 | 1 | -0/+9 |
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -8/+0 |
* | Whitespace fix for __glibc_likely/__glibc_unlikely defns. | Roland McGrath | 2013-01-23 | 1 | -4/+4 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -2/+1 |
* | Add __glibc_likely as an alias for __builtin_expect when available | Siddhesh Poyarekar | 2012-12-28 | 1 | -0/+2 |
* | Fix up definitions for older compilers. | Marek Polacek | 2012-09-26 | 1 | -1/+8 |
* | Wrap __builtin_expect in pthread.h | Siddhesh Poyarekar | 2012-06-04 | 1 | -0/+6 |
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 1 | -12/+11 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -5/+1 |
* | Mark setjmp and ucontext functions as non-leaf | Andreas Schwab | 2011-11-11 | 1 | -0/+4 |
* | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 2011-10-27 | 1 | -1/+6 |
* | Fix syntax error in __THROW macro | Andreas Schwab | 2011-10-17 | 1 | -2/+2 |
* | Use leaf function attribute in __THROW | Ulrich Drepper | 2011-10-16 | 1 | -3/+12 |
* | Add const attr to gnu_dev_{major,minor,makedev} | Marek Polacek | 2011-07-20 | 1 | -1/+8 |
* | * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__ | Jakub Jelinek | 2009-03-02 | 1 | -2/+7 |
* | * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros. | Ulrich Drepper | 2007-10-03 | 1 | -0/+9 |
* | 2007-10-03 Jakub Jelinek | Ulrich Drepper | 2007-10-03 | 1 | -1/+6 |
* | * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define | Ulrich Drepper | 2007-09-26 | 1 | -2/+11 |
* | Undo second occurrence of RH GCC hack. | Jakub Jelinek | 2007-09-16 | 1 | -4/+1 |
* | * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm' | Ulrich Drepper | 2007-09-15 | 1 | -4/+1 |
* | * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. | Ulrich Drepper | 2007-09-15 | 1 | -2/+10 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -6/+14 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 1 | -1/+12 |
* | * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed. | Roland McGrath | 2006-01-14 | 1 | -1/+3 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 2006-01-14 | 1 | -1/+25 |
* | [BZ #779] | Ulrich Drepper | 2005-03-19 | 1 | -0/+7 |
* | * posix/bits/unistd.h: Avoid calling __*_chk variants if we can | Ulrich Drepper | 2005-03-01 | 1 | -0/+1 |
* | Update. | Ulrich Drepper | 2005-01-07 | 1 | -3/+10 |
* | Update. | Ulrich Drepper | 2005-01-06 | 1 | -0/+8 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -50/+1 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -1/+50 |
* | 2004-10-15 Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2004-10-18 | 1 | -0/+5 |
* | Update. | Ulrich Drepper | 2004-09-17 | 1 | -0/+8 |