| Commit message (Expand) | Author | Age | Files | Lines |
* | c-parse.in (malloced_yyss, [...]): New. | Richard Henderson | 2002-04-26 | 1 | -0/+55 |
* | c-parse.in (yyoverflow): Revert. | Richard Henderson | 2002-04-26 | 1 | -35/+0 |
* | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 2002-04-26 | 1 | -36/+71 |
* | c-parse.in (yyoverflow): New. | Richard Henderson | 2002-04-25 | 1 | -0/+35 |
* | c-common.h (c_common_parse_file): Update. | Neil Booth | 2002-04-25 | 1 | -19/+1 |
* | c-parse.in (poplevel, [...]): Add ending ';', in accordance with POSIX. | Paolo Carlini | 2002-04-16 | 1 | -1/+4 |
* | stmt.c (check_unique_operand_names): Expect operand names to be strings rathe... | Richard Sandiford | 2002-04-13 | 1 | -1/+3 |
* | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 2002-04-04 | 1 | -11/+17 |
* | c-decl.c (finish_function): New arg can_defer_p. | Richard Henderson | 2002-03-28 | 1 | -5/+5 |
* | c-common.h (yyparse, [...]): New. | Neil Booth | 2002-03-17 | 1 | -3/+0 |
* | c-parse.in (STATIC): New terminal. | Neil Booth | 2002-02-28 | 1 | -45/+40 |
* | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2002-02-27 | 1 | -13/+11 |
* | c-common.c (c_expand_expr): Revert 2002-02-06 patch. | Jakub Jelinek | 2002-02-08 | 1 | -0/+1 |
* | c-parse.in (parmlist_or_identifiers): Add maybe_attribute. | Aldy Hernandez | 2002-01-24 | 1 | -2/+11 |
* | c-common.c (c_expand_start_cond): Expect the IF_STMT node to be passed in, do... | Jeff Law | 2002-01-04 | 1 | -7/+27 |
* | c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional. | Richard Henderson | 2001-12-21 | 1 | -8/+13 |
* | c-parse.in (typename): Do not split attributes. | Aldy Hernandez | 2001-12-15 | 1 | -7/+3 |
* | c-common.c (combine_strings): Complain if concatenating __FUNCTION__. | Neil Booth | 2001-12-11 | 1 | -0/+1 |
* | c-lex.c, [...]: Revert concatenation changes. | Neil Booth | 2001-12-10 | 1 | -35/+72 |
* | c-common.h (rid): Add RID_CHOOSE_EXPR and RID_TYPES_COMPATIBLE_P. | Aldy Hernandez | 2001-12-08 | 1 | -1/+26 |
* | c-parse.in: Take string literals in assembler constructs, not expressions. | Neil Booth | 2001-12-08 | 1 | -13/+7 |
* | c-lex.c (c_lex): Peek a token ahead for a string to concatenate... | Neil Booth | 2001-12-08 | 1 | -60/+29 |
* | re PR c/4787 (Different anonymous variables declared but only one allocated w... | Joseph Myers | 2001-12-04 | 1 | -18/+2 |
* | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 2001-12-02 | 1 | -1/+1 |
* | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 2001-12-01 | 1 | -1/+1 |
* | Makefile.in (c-parse.o, c-common.o): Update dependencies. | Neil Booth | 2001-11-18 | 1 | -9/+0 |
* | c-common.c: Include c-lex.h. | Neil Booth | 2001-11-15 | 1 | -11/+2 |
* | Makefile.in: Update. | Neil Booth | 2001-11-09 | 1 | -1/+1 |
* | c-lang.c (LANG_HOOKS_NAME): New. | Neil Booth | 2001-11-09 | 1 | -13/+0 |
* | * c-parse.in (expr_no_commas, primary), c-typeck.c | Joseph Myers | 2001-10-29 | 1 | -6/+3 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 2001-10-11 | 1 | -1/+3 |
* | c-parse.in (objc_inherit_code, [...]): Make static. | Ziemowit Laski | 2001-10-03 | 1 | -21/+5 |
* | Table-driven attributes. | Joseph Myers | 2001-09-21 | 1 | -53/+34 |
* | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 2001-09-13 | 1 | -3/+1 |
* | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 2001-09-13 | 1 | -1/+1 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | toplev.c (set_float_handler): Make static. | Zack Weinberg | 2001-08-12 | 1 | -1/+0 |
* | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 2001-08-04 | 1 | -3/+1 |
* | c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualiz... | Ziemowit Laski | 2001-08-01 | 1 | -14/+56 |
* | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 2001-07-19 | 1 | -5/+1 |
* | c-parse.in (all_prefix_attributes): New variable. | Joseph Myers | 2001-07-17 | 1 | -133/+102 |
* | c-common.c (decl_attributes): Take a pointer to the node to which attributes ... | Joseph Myers | 2001-07-13 | 1 | -7/+7 |
* | c-common.c (decl_attributes): Only take a single attributes parameter. | Joseph Myers | 2001-07-08 | 1 | -38/+27 |
* | c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ. | Zack Weinberg | 2001-07-01 | 1 | -59/+45 |
* | Makefile.in (c-parse.o): Depend on diagnostic.h | Gabriel Dos Reis | 2001-06-10 | 1 | -0/+1 |
* | * c-parse.in (notype_initdcl): Remove redundant line. | Neil Booth | 2001-05-25 | 1 | -1/+0 |
* | c-parse.in (array_declarator): New. | Joseph Myers | 2001-05-25 | 1 | -44/+42 |
* | re PR c/166 (C syntax problem in gcc) | Joseph Myers | 2001-05-19 | 1 | -8/+36 |
* | c-parse.in (methodtype): New production. | Neil Booth | 2001-05-16 | 1 | -46/+17 |