aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-24 * c-parse.in (array_declarator): Use expr_no_commas.Joseph Myers
2003-10-152003-10-14 Ziemowit Laski <zlaski@apple.com>Ziemowit Laski
2003-10-02/tmp/cvs001644Kelley Cook
2003-09-252003-09-25 Ziemowit Laski <zlaski@apple.com>Ziemowit Laski
2003-09-252003-09-24 Ziemowit Laski <zlaski@apple.com>Ziemowit Laski
2003-09-22Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21 * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-09-152003-09-15 Andreas Jaeger <aj@suse.de>Andreas Jaeger
2003-09-03 * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka
2003-08-01 * c-decl.c (gettags, pushdecl_function_level): Delete.Zack Weinberg
2003-07-29 * c-decl.c (last_function_parm_vars, current_function_parm_vars):Zack Weinberg
2003-07-28 * c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warnHans-Peter Nilsson
2003-07-24 * tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill
2003-07-19 * c-decl.c (named_labels, shadowed_labels, label_level_chain)Zack Weinberg
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-18 * c-decl.c (pushdecl_function_level): Make static, return nothing.Zack Weinberg
2003-07-17 * c-decl.c: Fix typos in several comments. Remove allZack Weinberg
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-07 * rtl.h (emit_line_note): Take a location_t.Nathan Sidwell
2003-07-06 * basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-06 * Makfile.in: Remove traces of mbchar.Neil Booth
2003-07-05 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.Zack Weinberg
2003-07-01 * c-tree.h (define_label): Replace filename and lineno argumentsNathan Sidwell
2003-06-30 * c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth
2003-06-28 * c-parse.in (yylexstring): Use a location_t.Nathan Sidwell
2003-06-28 * c-parse.in (%union): Replace filename & lineno with location.Nathan Sidwell
2003-06-27 * c-tree.h (grokfield): Remove unused filename and line parameters.Nathan Sidwell
2003-05-21 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.Nathan Sidwell
2003-05-21 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.Nathan Sidwell
2003-05-12 PR c/10675Richard Henderson
2003-05-09 * c-parse.in (if_stmt_locus): New object.Gabriel Dos Reis
2003-05-01 * input.h (lineno): Rename to ...Nathan Sidwell
2003-01-28* c-parse.in: Remove '%expect 32' directive in objc modeGabriel Dos Reis
2003-01-10Merge from pch-branch.Geoffrey Keating
2002-12-28 * c-parse.in (yyprint): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX forAndreas Jaeger
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-08-15* c-tree.h (skip_evaluation): Move declaration...Alexandre Oliva
2002-08-102002-08-09 Ziemowit Laski <zlaski@apple.com>Ziemowit Laski
2002-07-26 * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,Neil Booth
2002-07-16 * ginclude/varargs.h: Replace with stub which issues #error.Zack Weinberg
2002-07-05copyright date updatedNathan Sidwell
2002-07-05 * c-parse.in (extdef): Append ';'.Nathan Sidwell
2002-07-03gcc:Kaveh Ghazi
2002-07-022002-07-02 Ziemowit Laski <zlaski@apple.com>Ziemowit Laski
2002-06-202002-06-19 Akim Demaille <akim@epita.fr>Akim Demaille
2002-06-16 * c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-25 * Makefile.in (C_COMMON_H): Fix.Neil Booth
2002-05-22 * c-common.h (enum rid): Add RID_THREAD.Richard Henderson