Age | Commit message (Expand) | Author | Files | Lines |
2000-04-12 | objc-act.c: Include ggc.h. | Jakub Jelinek | 1 | -1/+8 |
2000-03-30 | c-parse.in (cast_expr): Move change from March 21 into c-parse.in since it is... | Jeffrey A Law | 1 | -1/+1 |
2000-03-20 | c-parse.in (SAVE_WARN_FLAGS): Use size_int. | Martin v. Löwis | 1 | -2/+2 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 1 | -1/+1 |
2000-03-14 | c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED. | Greg McGary | 1 | -0/+1 |
2000-02-25 | Copyright fixes | Jeff Law | 1 | -1/+2 |
2000-01-30 | c-parse.in: Apply Ulrich's changes from c-parse.y. | Zack Weinberg | 1 | -6/+6 |
2000-01-25 | c-common.c, [...]: Remove all references to obstack functions obsoleted by GC... | Zack Weinberg | 1 | -118/+46 |
2000-01-18 | c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST. | Martin v. Löwis | 1 | -5/+5 |
2000-01-12 | c-common.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-12-17 | c-parse.in (string action): Do not warn about ANSI string concatenation in sy... | Zack Weinberg | 1 | -1/+1 |
1999-12-10 | c-parse.in (string): With -Wtraditional, warn if ANSI string concatenation is... | Kaveh R. Ghazi | 1 | -1/+6 |
1999-10-26 | c-parse.in (cast_expr): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-10-15 | c-parse.in (component_decl): Support anonymous struct/union. | Alastair J. Houghton | 1 | -8/+17 |
1999-09-22 | c-parse.in: save and restore warn_pointer_arith on __extension__ along with p... | Jim Kingdon | 1 | -6/+18 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -1/+0 |
1999-09-06 | Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o. | Bernd Schmidt | 1 | -1/+12 |
1999-09-05 | c-decl.c (struct language_function): Renamed from struct c_function. | Bernd Schmidt | 1 | -6/+12 |
1999-09-02 | c-parse.in (compstmt_primary_start): New, broken out of first part of compstm... | Richard Henderson | 1 | -50/+44 |
1999-08-31 | c-parse.in (language_string): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-08-04 | c-lex.c: Sync with C++ frontend. | Jason Merrill | 1 | -0/+3 |
1999-07-25 | builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar... | Richard Henderson | 1 | -1/+3 |
1999-04-26 | c-parse.in (absdcl1): Allow attributes in explicit typespecs. | Mumit Khan | 1 | -1/+3 |
1999-04-22 | c-parse.in (expr_no_commas): Verify we've an expr before calling C_SET_EXP_OR... | Richard Henderson | 1 | -4/+14 |
1999-01-06 | Fix copyrights. | Jeff Law | 1 | -1/+1 |
1999-01-04 | c-common.c (decl_attributes): Allow applying attribute `unused' on a LABEL_DECL. | Kaveh R. Ghazi | 1 | -2/+5 |
1998-12-01 | c-common.c (declare_function_name): Declare predefinied variable `__func__'. | Ulrich Drepper | 1 | -17/+40 |
1998-10-21 | invoke.texi: Document -flang-isoc9x. | Mark Mitchell | 1 | -1/+1 |
1998-07-06 | c-parse.in (struct_head, [...]): New nonterminals. | Jason Merrill | 1 | -15/+37 |
1998-05-06 | toplev.h: New file. | Robert Lipe | 1 | -0/+1 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -2/+8 |
1998-04-06 | More system.h cutover patches: | Kaveh R. Ghazi | 1 | -8/+1 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -1/+1 |
1998-03-23 | c-parse.in: Recognize protocol qualifiers in class definitions for objc. | H.J. Lu | 1 | -3/+10 |
1998-03-01 | c-parse.in (undeclared variable error): Tweak error message to be clearer. | Jeffrey A Law | 1 | -18/+25 |
1997-03-17 | (expr_no_commas): Do not store temporary skip_evaluation increments on yacc v... | Richard Kenner | 1 | -15/+11 |
1997-01-07 | x | Jason Merrill | 1 | -6/+16 |
1996-12-07 | (unary_expr, expr_no_commas): Increment skip_evaluation when analyzing an exp... | Richard Kenner | 1 | -14/+55 |
1996-10-09 | Update number of shift/reduce conflicts. | Richard Kenner | 1 | -26/+82 |
1996-05-18 | Update number of shift/reduce conflicts for objc. | Richard Kenner | 1 | -2/+2 |
1996-04-20 | (typespec): Made <SomeProtocol> equivalent to (id <SomeProtocol>). | Richard Kenner | 1 | -2/+12 |
1996-02-02 | (stmt): Warn about `goto *expr;' if pedantic. | Paul Eggert | 1 | -1/+5 |
1995-09-22 | (enumlist): Propagate error_mark_node. | Richard Kenner | 1 | -1/+4 |
1995-08-31 | (ends_in_label): New %union member. | Richard Kenner | 1 | -11/+18 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-06-14 | Revert most of last change. | Richard Kenner | 1 | -12/+14 |
1995-06-14 | (fndef, nested_function, notype_nested_function): Support attributes | Richard Kenner | 1 | -12/+13 |
1995-05-23 | Objc shift/reduce conflicts now 48. | Richard Kenner | 1 | -23/+43 |
1995-05-21 | (datadef, fndef, ivar_decl, mydecls): Restore declspec_stack since setspecs i... | Richard Kenner | 1 | -20/+62 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -2/+2 |