Age | Commit message (Expand) | Author | Files | Lines |
2001-11-09 | c-lang.c (LANG_HOOKS_NAME): New. | Neil Booth | 1 | -13/+0 |
2001-10-29 | * c-parse.in (expr_no_commas, primary), c-typeck.c | Joseph Myers | 1 | -6/+3 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-11 | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 1 | -1/+3 |
2001-10-03 | c-parse.in (objc_inherit_code, [...]): Make static. | Ziemowit Laski | 1 | -21/+5 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 1 | -53/+34 |
2001-09-13 | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 1 | -3/+1 |
2001-09-13 | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-12 | toplev.c (set_float_handler): Make static. | Zack Weinberg | 1 | -1/+0 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -3/+1 |
2001-08-01 | c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for contextualiz... | Ziemowit Laski | 1 | -14/+56 |
2001-07-19 | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 1 | -5/+1 |
2001-07-17 | c-parse.in (all_prefix_attributes): New variable. | Joseph Myers | 1 | -133/+102 |
2001-07-13 | c-common.c (decl_attributes): Take a pointer to the node to which attributes ... | Joseph Myers | 1 | -7/+7 |
2001-07-08 | c-common.c (decl_attributes): Only take a single attributes parameter. | Joseph Myers | 1 | -38/+27 |
2001-07-01 | c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, RID_LAST_PQ. | Zack Weinberg | 1 | -59/+45 |
2001-06-10 | Makefile.in (c-parse.o): Depend on diagnostic.h | Gabriel Dos Reis | 1 | -0/+1 |
2001-05-25 | * c-parse.in (notype_initdcl): Remove redundant line. | Neil Booth | 1 | -1/+0 |
2001-05-25 | c-parse.in (array_declarator): New. | Joseph Myers | 1 | -44/+42 |
2001-05-19 | re PR c/166 (C syntax problem in gcc) | Joseph Myers | 1 | -8/+36 |
2001-05-16 | c-parse.in (methodtype): New production. | Neil Booth | 1 | -46/+17 |
2001-05-16 | c-common.h (RID_FIRST_PQ): New. | Neil Booth | 1 | -26/+30 |
2001-05-12 | c-parse.in (bison parser, [...]): Remove uses of doing_objc_thang. | Neil Booth | 1 | -21/+15 |
2001-05-11 | c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c. | Neil Booth | 1 | -41/+3 |
2001-05-10 | c-parse.in: Remove many shift/reduce conflicts. | Joseph Myers | 1 | -207/+695 |
2001-04-24 | Lazy __FUNCTION__ generation. | Nathan Sidwell | 1 | -20/+31 |
2001-03-07 | c-parse.in (yylexname): New function, split out of _yylex. | Zack Weinberg | 1 | -65/+99 |
2001-03-02 | stringpool.c (set_identifier): New function. | Zack Weinberg | 1 | -13/+10 |
2001-02-04 | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 1 | -2/+2 |
2001-01-31 | c-parse.in (structsp): Pedwarn when "enum foo" refers to an incomplete type. | Joseph Myers | 1 | -3/+9 |
2001-01-24 | c-parse.in (cast_expr): Move compound literals from here ... | Joseph Myers | 1 | -29/+29 |
2001-01-14 | c-parse.in (finish_parse): Add comment about cpp_destroy. | Neil Booth | 1 | -0/+1 |
2001-01-13 | c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks. | Neil Booth | 1 | -3/+2 |
2001-01-02 | c-common.h (ASM_INPUT_P): New. | Richard Henderson | 1 | -1/+2 |
2000-12-29 | c-parse.in (select_or_iter_stmt): Use truthvalue_conversion on the condition ... | Geoffrey Keating | 1 | -1/+2 |
2000-12-20 | c-typeck.c (build_asm_stmt): New, broken out from ... | Richard Henderson | 1 | -45/+69 |
2000-11-28 | c-parse.in (finish_parse): Update for parse_in type change. | Richard Henderson | 1 | -4/+4 |
2000-11-26 | Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | Neil Booth | 1 | -1/+0 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 1 | -18/+0 |
2000-11-24 | c-parse.in (unary_expr): Move VA_ARG from here ... | Nathan Sidwell | 1 | -2/+2 |
2000-11-20 | parse.y (yyparse_1): Rename the parser entry point. | Richard Henderson | 1 | -1/+4 |
2000-11-18 | c-decl.c (check_for_loop_decls): New function. | Joseph Myers | 1 | -9/+15 |
2000-11-17 | stringpool.c: New file. | Zack Weinberg | 1 | -2/+2 |
2000-11-13 | c-parse.in (stmts_and_decls): Deprecate use of label at end of compound state... | Joseph Myers | 1 | -2/+1 |
2000-11-13 | c-parse.in (ends_in_label): Remove from %union and %type. | Joseph Myers | 1 | -45/+58 |
2000-11-13 | c-common.c (boolean_increment): New function. | Joseph Myers | 1 | -1/+2 |
2000-11-13 | c-parse.in (c99_block_start, [...]): New. | Joseph Myers | 1 | -14/+62 |
2000-11-13 | c-parse.in (initelt): Give appropriate pedantic warnings... | Joseph Myers | 1 | -2/+10 |
2000-11-02 | c-lex.c (init_c_lex): Update cpp_start_read call. | Zack Weinberg | 1 | -1/+1 |