summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-7/+5
* * c-decl.c (pushdecl_function_level): Make static, return nothing.zack2003-07-181-2/+2
* * c-decl.c: Fix typos in several comments. Remove allzack2003-07-171-3/+3
* Index: ChangeLoggeoffk2003-07-111-13/+18
* * rtl.h (emit_line_note): Take a location_t.nathan2003-07-071-2/+2
* * basic-block.h: Convert prototypes to ISO C90.aj2003-07-061-18/+14
* * Makfile.in: Remove traces of mbchar.neil2003-07-061-4/+0
* * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.zack2003-07-051-119/+19
* * c-tree.h (define_label): Replace filename and lineno argumentsnathan2003-07-011-1/+1
* * c-common.c (enum c_language_kind, flag_objc): Remove.neil2003-06-301-1/+1
* * c-parse.in (yylexstring): Use a location_t.nathan2003-06-281-6/+5
* * c-parse.in (%union): Replace filename & lineno with location.nathan2003-06-281-39/+27
* * c-tree.h (grokfield): Remove unused filename and line parameters.nathan2003-06-271-22/+26
* * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.nathan2003-05-211-28/+30
* * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.nathan2003-05-211-6/+0
* PR c/10675rth2003-05-121-14/+26
* * c-parse.in (if_stmt_locus): New object.gdr2003-05-091-7/+7
* * input.h (lineno): Rename to ...nathan2003-05-011-7/+8
* * c-parse.in: Remove '%expect 32' directive in objc modegdr2003-01-281-3/+0
* Merge from pch-branch.geoffk2003-01-101-4/+2
* * c-parse.in (yyprint): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX foraj2002-12-281-24/+10
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * c-tree.h (skip_evaluation): Move declaration...aoliva2002-08-151-4/+8
* 2002-08-09 Ziemowit Laski <zlaski@apple.com>zlaski2002-08-101-1/+1
* * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,neil2002-07-261-13/+0
* * ginclude/varargs.h: Replace with stub which issues #error.zack2002-07-161-20/+0
* copyright date updatednathan2002-07-051-1/+1
* * c-parse.in (extdef): Append ';'.nathan2002-07-051-0/+2
* gcc:ghazi2002-07-031-1/+23
* 2002-07-02 Ziemowit Laski <zlaski@apple.com>shebs2002-07-021-14/+3
* 2002-06-19 Akim Demaille <akim@epita.fr>zack2002-06-201-41/+44
* * c-common.c (flag_ms_extensions): Move from c++ front end.rth2002-06-161-9/+12
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-12/+7
* * Makefile.in (C_COMMON_H): Fix.neil2002-05-251-23/+1
* * c-common.h (enum rid): Add RID_THREAD.rth2002-05-221-0/+2
* * c-parse.in (malloced_yyss, malloced_yyvs): New.rth2002-04-271-0/+55
* * c-parse.in (yyoverflow): Revert.rth2002-04-261-35/+0
* * c-common.c (fix_string_type): Split out of ...rth2002-04-261-36/+71
* * c-parse.in (yyoverflow): New.rth2002-04-261-0/+35
* * c-common.h (c_common_parse_file): Update.neil2002-04-251-19/+1
* 2002-04-16 Paolo Carlini <pcarlini@unitus.it>paolo2002-04-161-1/+4
* * stmt.c (check_unique_operand_names): Expect operand names torsandifo2002-04-131-1/+3
* * c-common.c (truthvalue_conversion): Rename, update.neil2002-04-041-11/+17
* * c-decl.c (finish_function): New arg can_defer_p. Pass itrth2002-03-281-5/+5
* * c-common.h (yyparse, c_common_parse_file): New.neil2002-03-171-3/+0
* * c-parse.in (STATIC): New terminal.neil2002-02-281-45/+40
* * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,zack2002-02-271-13/+11
* * c-common.c (c_expand_expr): Revert 2002-02-06 patch.jakub2002-02-081-0/+1
* 2002-01-16 Aldy Hernandez <aldyh@redhat.com>aldyh2002-01-241-2/+11
* * c-common.c (c_expand_start_cond): Expect the IF_STMT node tolaw2002-01-041-7/+27