Age | Commit message (Expand) | Author | Files | Lines |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -4/+2 |
2002-12-28 | c-parse.in (yyprint): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX for correct format. | Andreas Jaeger | 1 | -24/+10 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-08-15 | c-tree.h (skip_evaluation): Move declaration... | Alexandre Oliva | 1 | -4/+8 |
2002-08-10 | c-common.c (flag_objc): New. | Ziemowit Laski | 1 | -1/+1 |
2002-07-26 | c-common.h (RID_AND, [...]): Remove. | Neil Booth | 1 | -13/+0 |
2002-07-16 | varargs.h: Replace with stub which issues #error. | Zack Weinberg | 1 | -20/+0 |
2002-07-05 | copyright date updated | Nathan Sidwell | 1 | -1/+1 |
2002-07-05 | c-parse.in (extdef): Append ';'. | Nathan Sidwell | 1 | -0/+2 |
2002-07-03 | c-parse.in (parsing_iso_function_signature): New variable. | Kaveh R. Ghazi | 1 | -1/+23 |
2002-07-02 | c-parse.in (designator): Enable designated initializers if ObjC. | Ziemowit Laski | 1 | -14/+3 |
2002-06-20 | c-parse.in (initelt: identifier ':' initval): Add an empty action to fix a ty... | Akim Demaille | 1 | -41/+44 |
2002-06-16 | c-common.c (flag_ms_extensions): Move from c++ front end. | Richard Henderson | 1 | -9/+12 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -12/+7 |
2002-05-25 | Makefile.in (C_COMMON_H): Fix. | Neil Booth | 1 | -23/+1 |
2002-05-21 | c-common.h (enum rid): Add RID_THREAD. | Richard Henderson | 1 | -0/+2 |
2002-04-26 | c-parse.in (malloced_yyss, [...]): New. | Richard Henderson | 1 | -0/+55 |
2002-04-26 | c-parse.in (yyoverflow): Revert. | Richard Henderson | 1 | -35/+0 |
2002-04-26 | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 1 | -36/+71 |
2002-04-25 | c-parse.in (yyoverflow): New. | Richard Henderson | 1 | -0/+35 |
2002-04-25 | c-common.h (c_common_parse_file): Update. | Neil Booth | 1 | -19/+1 |
2002-04-16 | c-parse.in (poplevel, [...]): Add ending ';', in accordance with POSIX. | Paolo Carlini | 1 | -1/+4 |
2002-04-13 | stmt.c (check_unique_operand_names): Expect operand names to be strings rathe... | Richard Sandiford | 1 | -1/+3 |
2002-04-04 | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 1 | -11/+17 |
2002-03-28 | c-decl.c (finish_function): New arg can_defer_p. | Richard Henderson | 1 | -5/+5 |
2002-03-17 | c-common.h (yyparse, [...]): New. | Neil Booth | 1 | -3/+0 |
2002-02-28 | c-parse.in (STATIC): New terminal. | Neil Booth | 1 | -45/+40 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -13/+11 |
2002-02-08 | c-common.c (c_expand_expr): Revert 2002-02-06 patch. | Jakub Jelinek | 1 | -0/+1 |
2002-01-24 | c-parse.in (parmlist_or_identifiers): Add maybe_attribute. | Aldy Hernandez | 1 | -2/+11 |
2002-01-04 | c-common.c (c_expand_start_cond): Expect the IF_STMT node to be passed in, do... | Jeff Law | 1 | -7/+27 |
2001-12-21 | c-parse.in (SAVE_WARN_FLAGS): Save warn_traditional. | Richard Henderson | 1 | -8/+13 |
2001-12-15 | c-parse.in (typename): Do not split attributes. | Aldy Hernandez | 1 | -7/+3 |
2001-12-11 | c-common.c (combine_strings): Complain if concatenating __FUNCTION__. | Neil Booth | 1 | -0/+1 |
2001-12-10 | c-lex.c, [...]: Revert concatenation changes. | Neil Booth | 1 | -35/+72 |
2001-12-08 | c-common.h (rid): Add RID_CHOOSE_EXPR and RID_TYPES_COMPATIBLE_P. | Aldy Hernandez | 1 | -1/+26 |
2001-12-08 | c-parse.in: Take string literals in assembler constructs, not expressions. | Neil Booth | 1 | -13/+7 |
2001-12-08 | c-lex.c (c_lex): Peek a token ahead for a string to concatenate... | Neil Booth | 1 | -60/+29 |
2001-12-04 | re PR c/4787 (Different anonymous variables declared but only one allocated w... | Joseph Myers | 1 | -18/+2 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-12-01 | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-18 | Makefile.in (c-parse.o, c-common.o): Update dependencies. | Neil Booth | 1 | -9/+0 |
2001-11-15 | c-common.c: Include c-lex.h. | Neil Booth | 1 | -11/+2 |
2001-11-09 | Makefile.in: Update. | Neil Booth | 1 | -1/+1 |
2001-11-09 | c-lang.c (LANG_HOOKS_NAME): New. | Neil Booth | 1 | -13/+0 |
2001-10-29 | * c-parse.in (expr_no_commas, primary), c-typeck.c | Joseph Myers | 1 | -6/+3 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-11 | c-parse.in (asm_operand): Allow named operands. | Richard Henderson | 1 | -1/+3 |
2001-10-03 | c-parse.in (objc_inherit_code, [...]): Make static. | Ziemowit Laski | 1 | -21/+5 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 1 | -53/+34 |