| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | eabi.asm: Define 64-bit versions of FPR save/restore routines. | David Edelsohn | 2001-08-13 | 1 | -0/+18 |
* | Add Darwin (Mac OS X kernel) native support. | Stan Shebs | 2001-04-12 | 1 | -0/+2 |
* | c-common.c (boolean_increment): New function. | Joseph Myers | 2000-11-13 | 1 | -13/+3 |
* | stddef.h: Don't declare wint_t unless __need_wint_t. | Joseph Myers | 2000-08-04 | 1 | -1/+1 |
* | collect2.c (resolve_lib_name): Move '/' check to more rational place. | Jason Merrill | 2000-06-24 | 1 | -1/+5 |
* | c-common.c (c_common_nodes_and_builtins): The first parameter to __builtin_va... | Geoff Keating | 2000-03-30 | 2 | -7/+7 |
* | * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD. | Loren J. Rittle | 2000-02-15 | 1 | -0/+7 |
* | ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX. | Geoff Keating | 2000-02-06 | 1 | -5/+5 |
* | configure.in (i?86-*-beos{pe,elf,}*): Recognize. | Jason Merrill | 2000-01-12 | 3 | -4/+12 |
* | * ginclude/stdbool.h: Support compilation as C++. | Martin v. Löwis | 2000-01-04 | 1 | -1/+12 |
* | cccp.c (main): Define __STDC_VERSION__ as necessary. | Richard Henderson | 1999-12-18 | 1 | -1/+1 |
* | cppp.c (main): Set trigraphs and __STRICT_ANSI__ as appropriate for -lang-c89... | Richard Henderson | 1999-12-14 | 1 | -0/+3 |
* | t-freebsd: Do not override USER_H. | Loren J. Rittle | 1999-10-15 | 1 | -4/+3 |
* | iso646.h, [...]: Add copyright notice and special exception to GPL. | Zack Weinberg | 1999-09-23 | 5 | -9/+152 |
* | Makefile.in (USER_H): Remove va-foo.h. | Richard Henderson | 1999-09-14 | 19 | -2127/+0 |
* | stdarg.h, varargs.h: Implement in terms of builtin functions and types. | Richard Henderson | 1999-09-14 | 2 | -245/+19 |
* | stdbool.h: Make the typedef name _Bool, with bool a #defined alias. | Zack Weinberg | 1999-08-29 | 1 | -2/+5 |
* | Kill CYGNUS LOCAL tags. | Richard Henderson | 1999-07-28 | 1 | -3/+0 |
* | rs6000.h (struct rs6000_args): Add sysv_gregno. | Richard Henderson | 1999-07-20 | 1 | -57/+100 |
* | varargs.h (__builtin_va_alist_t): New typedef. | Richard Henderson | 1999-07-06 | 1 | -2/+3 |