| Commit message (Expand) | Author | Age | Files | Lines |
* | config.gcc (*-*-dragonfly*): New target. | John Marino | 2014-05-21 | 1 | -0/+4 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 12 | -12/+12 |
* | extend.texi (Statement Exprs, Typeof): Discuss __auto_type. | Joseph Myers | 2013-11-13 | 1 | -17/+25 |
* | [multiple changes] | Joseph Myers | 2013-11-08 | 1 | -0/+244 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 11 | -15/+11 |
* | re PR c++/52764 (Including <cstdint> after <stdint.h> fails to define limit m... | Paolo Carlini | 2012-10-06 | 2 | -5/+15 |
* | re PR c++/54249 ([C++11] No ::nullptr_t in header <stddef.h>) | Paolo Carlini | 2012-10-06 | 1 | -0/+7 |
* | Remove obsolete IRIX 6.5 support | Rainer Orth | 2012-03-14 | 1 | -3/+1 |
* | Remove obsolete Tru64 UNIX V5.1B support | Rainer Orth | 2012-03-12 | 1 | -5/+2 |
* | stddef.h: Adjust previous patch. | Tristan Gingold | 2012-03-12 | 1 | -1/+1 |
* | stddef.h: Do not define __size_t on VMS. | Tristan Gingold | 2012-03-09 | 1 | -0/+2 |
* | stddef.h [...] (__size_t): Do not define. | Robert Millan | 2012-02-12 | 1 | -2/+3 |
* | gcc: | Joseph Myers | 2011-12-20 | 2 | -5/+6 |
* | c-decl.c (shadow_tag_warned, [...]): Handle _Alignas specifiers. | Joseph Myers | 2011-11-06 | 2 | -1/+54 |
* | arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. | Paul Brook | 2011-09-13 | 1 | -0/+251 |
* | c-decl.c (grokdeclarator): Diagnose _Noreturn for non-C1X if pedantic. | Joseph Myers | 2011-08-19 | 1 | -0/+4 |
* | c-decl.c (shadow_tag_warned): Check for _Noreturn. | Joseph Myers | 2011-08-18 | 1 | -0/+31 |
* | re PR bootstrap/47147 (gcc 4.6 fails to compile on NetBSD) | Jonathan Wakely | 2011-01-29 | 1 | -5/+7 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 1 | -1/+1 |
* | c-common.c (flag_isoc1x): New. | Joseph Myers | 2010-04-25 | 1 | -0/+39 |
* | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 2009-04-09 | 8 | -102/+78 |
* | re PR c/448 (<stdint.h>-related issues (C99 issues)) | Joseph Myers | 2009-03-31 | 2 | -0/+270 |
* | re PR c++/36799 ([c++0x] error on va_copy in -std=c++0x mode) | Andrew Pinski | 2009-03-27 | 1 | -1/+1 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | re PR c/34252 (DEC32_MIN_EXP, DEC32_MAX_EXP don't match TR 24732) | Janis Johnson | 2009-01-06 | 1 | -8/+8 |
* | float.h (DEC_EVAL_METHOD): Correct the macro name. | Janis Johnson | 2008-09-11 | 1 | -2/+2 |
* | stdfix.h: New file. | Chao-ying Fu | 2007-09-07 | 1 | -0/+207 |
* | arm.c, [...]: Fix comment typos. | Kazu Hirata | 2007-09-01 | 1 | -1/+1 |
* | Index: gcc/ChangeLog | Geoffrey Keating | 2007-07-13 | 1 | -0/+174 |
* | float.h: Check that __STDC_WANT_DEC_FP__ is defined, not that it is 1. | Janis Johnson | 2007-04-19 | 1 | -2/+2 |
* | Makefile.in (USER_H): Remove decfloat.h. | Janis Johnson | 2007-01-29 | 2 | -109/+80 |
* | decfloat.h (DEC*_DEN): Define using the correct builtins. | Janis Johnson | 2006-09-21 | 1 | -3/+3 |
* | target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New. | Jon Grimm | 2005-12-16 | 1 | -0/+108 |
* | Update FSF address. | R. Kelley Cook | 2005-06-25 | 5 | -10/+10 |
* | * ginclude/stddef.h: Fix a comment typo. | Kazu Hirata | 2004-10-03 | 1 | -1/+1 |
* | c-parse.in (OFFSETOF, [...]): New. | Richard Henderson | 2004-06-01 | 1 | -11/+4 |
* | re PR c++/13275 (Implementation of offsetof macro) | Mark Mitchell | 2003-12-16 | 1 | -15/+6 |
* | re PR c++/11072 (Implementation of offsetof macro) | Nathan Sidwell | 2003-07-02 | 1 | -6/+16 |
* | stddef.h: Provide C++ safe offsetof. | Nathan Sidwell | 2003-04-22 | 1 | -1/+7 |
* | float.h, [...]: GCC, not GNU CC. | Nathanael Nerode | 2003-03-13 | 5 | -20/+20 |
* | * gcc/ginclude/stddef.h: Support the FreeBSD 5 typedef system. | Loren J. Rittle | 2002-10-04 | 1 | -3/+30 |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2002-09-15 | 1 | -1/+1 |
* | Makefile.in (USER_H): Add ginclude/float.h. | Richard Henderson | 2002-09-03 | 1 | -0/+162 |
* | stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined, plays nice with Darwi... | Stan Shebs | 2002-08-02 | 1 | -0/+6 |
* | varargs.h: Replace with stub which issues #error. | Zack Weinberg | 2002-07-16 | 2 | -149/+7 |
* | stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_ gets undefined. | Bryce McKinlay | 2002-01-09 | 1 | -0/+1 |
* | configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of ${srcdir}/ginc... | Joseph Myers | 2002-01-01 | 4 | -1190/+0 |
* | ppc-asm.h (JUMP_TARGET): New macro. | Franz Sirl | 2001-12-01 | 1 | -0/+8 |
* | Cray T3E port. | Richard Henderson | 2001-09-11 | 1 | -0/+6 |
* | * ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be __SIZE_TYPE__. | Fred Fish | 2001-08-27 | 1 | -1/+1 |