]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-parse.in
* c-common.c (fix_string_type): Split out of ...
[thirdparty/gcc.git] / gcc / c-parse.in
2002-04-26  rth * c-common.c (fix_string_type): Split out of ...
2002-04-26  rth * c-parse.in (yyoverflow): New.
2002-04-25  neil * c-common.h (c_common_parse_file): Update.
2002-04-16  paolo2002-04-16 Paolo Carlini <pcarlini@unitus.it>
2002-04-13  rsandifo * stmt.c (check_unique_operand_names): Expect operand...
2002-04-04  neil * c-common.c (truthvalue_conversion): Rename, update.
2002-03-28  rth * c-decl.c (finish_function): New arg can_defer...
2002-03-17  neil * c-common.h (yyparse, c_common_parse_file): New.
2002-02-28  neil * c-parse.in (STATIC): New terminal.
2002-02-27  zack * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
2002-02-08  jakub * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
2002-01-24  aldyh2002-01-16 Aldy Hernandez <aldyh@redhat.com>
2002-01-04  law * c-common.c (c_expand_start_cond): Expect...
2001-12-21  rth * c-parse.in (SAVE_WARN_FLAGS): Save warn_tradi...
2001-12-15  aldyh * c-parse.in (typename): Do not split attributes.
2001-12-11  neil * c-common.c (combine_strings): Complain if concatenating
2001-12-10  neil * c-lex.c, c-parse.in, c-typeck.c: Revert concatenatio...
2001-12-08  aldyh * c-common.h (rid): Add RID_CHOOSE_EXPR and
2001-12-08  neil * c-parse.in: Take string literals in assembler constr...
2001-12-08  neil * c-lex.c (c_lex): Peek a token ahead for a string...
2001-12-04  jsm28 * c-common.def (COMPOUND_LITERAL_EXPR): New.
2001-12-02  neil * c-decl.c (duplicate_decls, push_parm_decl): Remove...
2001-12-01  neil * c-decl.c (duplicate_decls, parmlist_tags_warning...
2001-11-18  neil * Makefile.in (c-parse.o, c-common.o): Update dependen...
2001-11-15  neil * c-common.c: Include c-lex.h.
2001-11-09  neil * Makefile.in: Update.
2001-11-09  neil * c-lang.c (LANG_HOOKS_NAME): New.
2001-10-29  jsm28 * c-parse.in (expr_no_commas, primary), c-typeck.c
2001-10-28  jsm28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog...
2001-10-11  rth * c-parse.in (asm_operand): Allow named operands.
2001-10-03  shebs2001-10-03 Ziemowit Laski <zlaski@apple.com>
2001-09-21  jsm28 Table-driven attributes.
2001-09-13  neil * c-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-13  ghazi * c-parse.in (yyerror): Const-ification and/or static...
2001-08-22  gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-12  zack * toplev.c (set_float_handler): Make static.
2001-08-04  neil * Makefile.in (CPPLIB_H): New, so that dependencies...
2001-08-01  shebs2001-08-01 Ziemowit Laski <zlaski@apple.com>
2001-07-19  neil * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
2001-07-17  jsm28 * c-parse.in (all_prefix_attributes): New variable.
2001-07-13  jsm28 * c-common.c (decl_attributes): Take a pointer to...
2001-07-08  jsm28 * c-common.c (decl_attributes): Only take a single...
2001-07-01  zack * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
2001-06-10  gdrgcc/
2001-05-25  neil * c-parse.in (notype_initdcl): Remove redundant line.
2001-05-25  jsm28 * c-parse.in (array_declarator): New. Handle C99...
2001-05-19  jsm28 * c-parse.in (parm_declarator): Split into
2001-05-16  neil * c-parse.in (methodtype): New production.
2001-05-16  neil * c-common.h (RID_FIRST_PQ): New.
2001-05-12  neil * c-parse.in (bison parser, init_reswords): Remove...
2001-05-11  neil * c-common.c (finish_label_expr): New function, lifted...
2001-05-10  jsm28 * c-parse.in: Remove many shift/reduce conflicts....
2001-04-24  nathangcc:
2001-03-07  zack * c-parse.in (yylexname): New function, split out...
2001-03-02  zack * stringpool.c (set_identifier): New function.
2001-02-04  kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-01-31  jsm28 * c-parse.in (structsp): Pedwarn when "enum foo" refer...
2001-01-24  jsm28 * c-parse.in (cast_expr): Move compound literals from...
2001-01-14  neil * c-parse.in (finish_parse): Add comment about...
2001-01-13  neil * c-lex.c (init_c_lex): Use cpp_get_callbacks...
2001-01-02  rth * c-common.h (ASM_INPUT_P): New.
2000-12-29  geoffk2000-12-28 Geoffrey Keating <geoffk@redhat.com>
2000-12-20  rth * c-typeck.c (build_asm_stmt): New, broken...
2000-11-28  rth * c-parse.in (finish_parse): Update for parse_i...
2000-11-26  neil * Makefile.in: Remove MAYBE_CPPLIB and maybe_cp...
2000-11-25  neil * c-common.c: Remove USE_CPPLIB conditional...
2000-11-24  nathan * c-parse.in (unary_expr): Move VA_ARG from...
2000-11-21  rth * cp/parse.y (yyparse_1): Rename the parser...
2000-11-18  jsm28 * c-decl.c (check_for_loop_decls): New function.
2000-11-17  zack * stringpool.c: New file.
2000-11-13  jsm28 * c-parse.in (stmts_and_decls): Deprecate use of label...
2000-11-13  jsm28 * c-parse.in (ends_in_label): Remove from %union and...
2000-11-13  jsm28 * c-common.c (boolean_increment): New function.
2000-11-13  jsm28 * c-parse.in (c99_block_start, c99_block_end,
2000-11-13  jsm28 * c-parse.in (initelt): Give appropriate pedantic...
2000-11-02  neil * c-lex.c (init_c_lex): Update cpp_start_read...
2000-11-01  neil * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-09-17  mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-14  jsm28 * c-parse.in (reswords): Add _Complex.
2000-09-10  mmitchel * c-common.h (add_stmt): Change prototype.
2000-09-10  rth * c-parse.in: Revert last change.
2000-09-10  rth * c-parse.in (asm patterns): Fix volatile check.
2000-09-07  zack * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
2000-09-07  zackIntegrated preprocessor.
2000-08-29  ghazi * c-decl.c (define_label): Call warning_with_file_and_...
2000-08-25  mmitchel * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
2000-08-23  ghazi * c-parse.in (unop +): Restrict -Wtraditional warnings...
2000-08-11  ghazi * c-parse.in (cast_expr): Avoid -Wstrict-prototype...
2000-08-08  jsm28 * c-common.c (combine_strings, check_format_info)...
2000-08-07  ovidiuChanged the language string for Objective-C to "GNU...
2000-08-04  zack * cpplex.c (parse_name): Might have to glue a CPP_OTHE...
2000-07-31  geoffk* c-parse.in (extdefs): Call ggc_collect between external
2000-07-27  ghazi * c-parse.in (string): For -Wtraditional, warn about...
2000-07-12  ghazi * c-decl.c (define_label): Warn about identifier confl...
2000-07-12  ghaziWarning fixes:
2000-07-10  chelf2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
2000-06-19  zack * c-parse.in (undeclared_variable_notice): Moved to...
2000-06-05  nathan * tree.h (VOID_TYPE_P): New macro.
2000-05-09  zacktop level:
2000-04-12  jakub * objc/objc-act.c: Include ggc.h.
next