OSDN Git Service

(__objc_send_message_in_list): When setting a new entry in
[pf3gnuchains/gcc-fork.git] / gcc / c-parse.in
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.
2000-03-31 law * c-parse.in (cast_expr): Move change from...
2000-03-20 loewis * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-14 gkm * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
2000-02-26 lawCopyright fixes
2000-01-30 zack * c-parse.in: Apply Ulrich's changes from c-parse.y.
2000-01-25 zack * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse...
2000-01-18 loewis * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
2000-01-12 ghazi * c-common.c: PROTO -> PARAMS.
1999-12-17 zack1999-12-17 13:21 -0800 Zack Weinberg <zack@rabi.colum...
1999-12-10 ghazi * c-parse.in (string): With -Wtraditional,...
1999-10-26 ghazi * c-parse.in (cast_expr): Constify.
1999-10-15 law * c-parse.in (component_decl): Support anonymou...
1999-09-22 law * c-parse.in: save and restore warn_pointer_arit...
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-06 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
1999-09-05 mmitchel * c-decl.c (struct language_function): Renamed from...
1999-09-02 rth * c-parse.in (compstmt_primary_start): New...
1999-08-31 ghazi * c-parse.in (language_string): Constify.
1999-08-04 jason * c-lex.c: Sync with C++ frontend.
1999-07-26 rth * builtins.c (expand_builtin_saveregs): Remove...
1999-04-26 law * c-parse.in (absdcl1): Allow attributes in...
1999-04-22 rth * c-parse.in (expr_no_commas): Verify we've...
1999-01-06 lawFix copyrights.
1999-01-04 ghazi * c-common.c (decl_attributes): Allow applying...
1998-12-01 rth * c-common.c (declare_function_name): Declare...
1998-10-21 mmitchel * invoke.texi: Document -flang-isoc9x.
1998-07-06 law * c-parse.in (struct_head, union_head, enum_hea...
1998-05-06 robertlWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii...
1998-05-05 law * Check in merge from gcc2. See ChangeLog...
1998-04-06 ghaziMore system.h cutover patches:
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-23 law * c-parse.in: Recognize protocol qualifiers...
1998-03-01 law * c-parse.in (undeclared variable error): Tweak...
1997-03-17 kenner(expr_no_commas): Do not store temporary skip_evaluatio...
1997-01-07 merrillx
1996-12-07 kenner(unary_expr, expr_no_commas): Increment skip_evaluation...
1996-10-09 kennerUpdate number of shift/reduce conflicts.
1996-05-18 kennerUpdate number of shift/reduce conflicts for objc.
1996-04-20 kenner(typespec): Made <SomeProtocol> equivalent to (id ...
1996-02-02 eggert(stmt): Warn about `goto *expr;' if pedantic.
1995-09-22 kenner(enumlist): Propagate error_mark_node.
1995-08-31 kenner(ends_in_label): New %union member.
1995-06-15 kennerUpdate FSF address.
1995-06-14 kennerRevert most of last change.
1995-06-14 kenner(fndef, nested_function, notype_nested_function): Suppo...
next