| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-tree.texi, contrib.texi, cpp.texi, cppinternals.texi, | dj | 2001-06-01 | 1 | -4637/+0 |
* | * extend.texi: Fix formating of examples, eliminate some | gerald | 2001-05-31 | 1 | -9/+13 |
* | * c-tree.texi, contrib.texi, cpp.texi, extend.texi, gcc.texi, | jsm28 | 2001-05-28 | 1 | -1/+1 |
* | * c-parse.in (array_declarator): New. Handle C99 constructs. | jsm28 | 2001-05-25 | 1 | -0/+7 |
* | * extend.texi (Attribute Syntax): Clarify application of | jsm28 | 2001-05-23 | 1 | -1/+5 |
* | * c-decl.c (finish_decl): Don't set DECL_C_HARD_REGISTER for | mmitchel | 2001-05-21 | 1 | -0/+7 |
* | add vague linkage node | jason | 2001-05-21 | 1 | -17/+78 |
* | * extend.texi: Clarify documentation of extensions included in ISO | jsm28 | 2001-05-20 | 1 | -51/+123 |
* | gcc/cp: | zack | 2001-05-13 | 1 | -0/+36 |
* | * extend.texi: Fix typo. | mmitchel | 2001-05-02 | 1 | -1/+1 |
* | * extend.texi: Improve documentation of volatile asms. | mmitchel | 2001-05-01 | 1 | -11/+26 |
* | * regmove.c (record_stack_memrefs): Catch all references to the | mmitchel | 2001-04-30 | 1 | -2/+2 |
* | * invoke.texi: Use XX-bit instead of XXbit or XX bit where | aj | 2001-04-28 | 1 | -19/+18 |
* | 2001-03-23 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2001-03-23 | 1 | -0/+8 |
* | * extend.texi (C++ Attributes): Fix typo. | aj | 2001-02-22 | 1 | -1/+1 |
* | .: | nathan | 2001-02-12 | 1 | -0/+3 |
* | * extend.texi (Extended Asm): Do not say that semicolon is always | hp | 2001-02-05 | 1 | -6/+9 |
* | * extend.texi (Attribute Syntax): New section. | jsm28 | 2001-01-27 | 1 | -0/+186 |
* | * extend.texi: Update for CPP. | neil | 2001-01-13 | 1 | -41/+77 |
* | * c-typeck.c (store_init_value): Don't require constant initializer | jakub | 2001-01-12 | 1 | -0/+10 |
* | * cpp.texi, extend.texi, gcc.texi, install.texi, invoke.texi, | jsm28 | 2001-01-12 | 1 | -18/+31 |
* | 2001-01-12 Phil Edwards <pme@sources.redhat.com> | pme | 2001-01-12 | 1 | -69/+67 |
* | * extend.texi: Refer to an array of pointers to functions instead | jsm28 | 2001-01-12 | 1 | -2/+2 |
* | * builtins.def (BUILT_IN_FPRINTF): New entry. | ghazi | 2001-01-07 | 1 | -7/+8 |
* | * c-common.c (c_common_nodes_and_builtins): Add _Exit builtin. | jsm28 | 2001-01-07 | 1 | -4/+6 |
* | * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG): | jsm28 | 2001-01-05 | 1 | -3/+13 |
* | * c-decl.c (finish_struct): Detect flexible array members | rth | 2001-01-05 | 1 | -13/+40 |
* | * c-decl.c (grokdeclarator): Give zero-length arrays size zero. | rth | 2001-01-04 | 1 | -15/+37 |
* | 2000-12-27 Phil Edwards <pme@sources.redhat.com> | pme | 2001-01-02 | 1 | -2/+54 |
* | * c-common.c (enum format_type): Add strfmon_format_type. | jsm28 | 2000-12-28 | 1 | -20/+33 |
* | Fix spelling typo | nickc | 2000-12-08 | 1 | -2/+2 |
* | Add support for interrupt function attribute | nickc | 2000-12-08 | 1 | -17/+25 |
* | * builtins.c (expand_builtin_strcat, expand_builtin_strncat, | ghazi | 2000-12-03 | 1 | -3/+8 |
* | * builtins.def (BUILT_IN_IMAXABS): Add. | jsm28 | 2000-12-01 | 1 | -1/+3 |
* | * extend.texi: Update documentation for attributes. | jsm28 | 2000-11-30 | 1 | -15/+28 |
* | * extend.texi: Update documentation for default format attributes. | jsm28 | 2000-11-29 | 1 | -5/+12 |
* | * extend.texi (Nested Functions): Update URL of Usenix paper. | gerald | 2000-11-27 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): New | ghazi | 2000-11-27 | 1 | -4/+7 |
* | * c-decl.c (grokdeclarator): Support flexible array members. | rth | 2000-11-19 | 1 | -4/+17 |
* | * c-parse.in (initelt): Give appropriate pedantic warnings, | jsm28 | 2000-11-13 | 1 | -12/+28 |
* | * builtins.c (expand_builtin): Handle BUILT_IN_INDEX and | ghazi | 2000-11-13 | 1 | -3/+6 |
* | 2000-11-08 Jan van Male <jan.vanmale@fenk.wau.nl> | law | 2000-11-10 | 1 | -2/+2 |
* | * extend.texi, invoke.texi: Move documentation of builtin versions | jsm28 | 2000-11-10 | 1 | -9/+82 |
* | Patched code to generate warning when trying to perform static | wcohen | 2000-10-04 | 1 | -0/+4 |
* | * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently | jsm28 | 2000-09-27 | 1 | -1/+1 |
* | * extend.texi: Mark named return value extension as deprecated. | mmitchel | 2000-09-06 | 1 | -115/+3 |
* | * extend.texi (Volatiles): Fix typos. | nathan | 2000-08-11 | 1 | -2/+2 |
* | Minor tweaks | mmitchel | 2000-08-04 | 1 | -14/+4 |
* | * extend.texi: Fix typo in last change. | mmitchel | 2000-08-03 | 1 | -1/+1 |
* | ChangeLog | mmitchel | 2000-08-03 | 1 | -0/+43 |