| Commit message (Expand) | Author | Age | Files | Lines |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-21 | 1 | -1/+1 |
* | * error.c: Fix comment formatting. | kazu | 2002-09-14 | 1 | -7/+7 |
* | Rework build_component_ref. | mmitchel | 2002-08-08 | 1 | -2/+2 |
* | * spew.c (space_for_token): Allocate zeroed memory for a new token | rearnsha | 2002-07-29 | 1 | -1/+1 |
* | * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ, | neil | 2002-07-26 | 1 | -17/+2 |
* | * spew.c (struct uinparsed_test): Replace 'filename' and 'lineno' | gdr | 2002-07-20 | 1 | -33/+26 |
* | ada: | ghazi | 2002-06-20 | 1 | -1/+1 |
* | 2002-06-19 Akim Demaille <akim@epita.fr> | zack | 2002-06-20 | 1 | -40/+41 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -155/+148 |
* | * Makefile.in (C_COMMON_H): Fix. | neil | 2002-05-25 | 1 | -1/+1 |
* | * c-lex.c (indent_level): Remove. | neil | 2002-05-23 | 1 | -9/+1 |
* | * c-common.c (fix_string_type): Split out of ... | rth | 2002-04-26 | 1 | -1/+39 |
* | * xref.c: Remove. | jason | 2002-02-04 | 1 | -5/+0 |
* | * spew.c (pending_inlines, pending_inlines_tail, | jakub | 2002-01-23 | 1 | -8/+13 |
* | 2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org> | rodrigc | 2002-01-23 | 1 | -2/+2 |
* | * spew.c (YYCHAR): Uppercase macro parameter and add | grahams | 2002-01-10 | 1 | -4/+4 |
* | * cp-tree.h: Delete #defines for cp_error, cp_warning, | zack | 2001-12-18 | 1 | -1/+1 |
* | * cp-tree.h (DESTRUCTOR_DECL_PREFIX, DESTRUCTOR_NAME_P, | jakub | 2001-12-12 | 1 | -5/+2 |
* | * c-common.c: Include c-lex.h. | neil | 2001-11-15 | 1 | -1/+1 |
* | * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c, | jsm28 | 2001-10-28 | 1 | -1/+1 |
* | * spew.c (end_input): No longer static. | jason | 2001-10-02 | 1 | -3/+2 |
* | * decl2.c (lang_f_options): Const-ification. | ghazi | 2001-09-12 | 1 | -1/+1 |
* | * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h | neil | 2001-08-04 | 1 | -2/+0 |
* | cp: | nathan | 2001-07-26 | 1 | -2/+7 |
* | * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | neil | 2001-07-19 | 1 | -5/+1 |
* | cp: | nathan | 2001-05-16 | 1 | -8/+3 |
* | cp: | nathan | 2001-05-01 | 1 | -4/+8 |
* | * invoke.texi: Document more C++ command-line options. | mmitchel | 2001-04-26 | 1 | -6/+1 |
* | * c-parse.in (yylexname): New function, split out of _yylex. | zack | 2001-03-07 | 1 | -5/+1 |
* | * spew.c (yylex): Correct handling of friends. | mmitchel | 2001-02-23 | 1 | -3/+7 |
* | * c-lex.c (init_c_lex): Use cpp_get_callbacks to set | neil | 2001-01-13 | 1 | -2/+1 |
* | cp: | nathan | 2001-01-11 | 1 | -8/+113 |
* | * c-lex.h (parse_in): Change parse_in to a cpp_reader *. | neil | 2000-11-28 | 1 | -2/+2 |
* | cp: | nathan | 2000-11-28 | 1 | -4/+8 |
* | * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | neil | 2000-11-26 | 1 | -2/+0 |
* | * c-common.c: Remove USE_CPPLIB conditional inclusions. | neil | 2000-11-25 | 1 | -14/+0 |
* | cp: | nathan | 2000-11-20 | 1 | -11/+0 |
* | gcp/ChangeLog: | nathan | 2000-11-09 | 1 | -1/+2 |
* | * c-parse.in (_yylex): Remove CPP_BACKSLASH case. | neil | 2000-11-01 | 1 | -4/+0 |
* | * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int). | law | 2000-10-18 | 1 | -1/+1 |
* | * pt.c (lookup_template_class): Set current access for enum. | nathan | 2000-10-06 | 1 | -1/+0 |
* | * spew.c (frob_id): New static function. | nathan | 2000-10-05 | 1 | -50/+41 |
* | * cp-tree.h (frob_opname): Declare. | nathan | 2000-09-11 | 1 | -0/+36 |
* | Integrated preprocessor. | zack | 2000-09-07 | 1 | -188/+1123 |
* | * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h. | mmitchel | 2000-06-30 | 1 | -1/+1 |
* | Fix copyrights | law | 2000-02-26 | 1 | -1/+2 |
* | tweak wording | jason | 2000-02-07 | 1 | -2/+2 |
* | * call.c: PROTO -> PARAMS. | ghazi | 2000-01-26 | 1 | -8/+8 |
* | * cp-tree.h (min_tree_cons): Remove. | mmitchel | 1999-12-01 | 1 | -1/+0 |
* | * call.c (implicit_conversion): Robustify. Handle OFFSET_REFs. | mmitchel | 1999-09-13 | 1 | -25/+0 |