| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | Canonicalize whitespace. | mrs | 2005-06-15 | 1 | -4/+4 |
* | Remove extra white spacing at end of lines. | mrs | 2005-06-14 | 1 | -4/+4 |
* | * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | sayle | 2005-05-27 | 1 | -1/+1 |
* | Yet more Objective-C++... | mrs | 2005-05-17 | 1 | -0/+27 |
* | ./: | ian | 2005-05-12 | 1 | -2/+13 |
* | * friend.c, lex.c, mangle.c, repo.c: Update copyright. | kazu | 2005-05-03 | 1 | -1/+1 |
* | PR c++/19542 | matz | 2005-05-02 | 1 | -5/+0 |
* | ./ | ian | 2005-04-25 | 1 | -1/+0 |
* | * diagnostic.c (warning): Accept parameter to classify warning option. | dj | 2005-04-23 | 1 | -3/+3 |
* | * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs | jsm28 | 2004-11-25 | 1 | -2/+2 |
* | * cp-tree.h (context_as_string): Remove extern. | bje | 2004-11-24 | 1 | -17/+0 |
* | * class.c, decl.c, lex.c, name-lookup.c, parser.c, pt.c, | kazu | 2004-11-08 | 1 | -1/+1 |
* | Convert diagnostics to use quoting flag q 4/n | gdr | 2004-10-05 | 1 | -4/+4 |
* | * cp-tree.h (struct lang_type_class): Remove marked flags, add | nathan | 2004-09-22 | 1 | -5/+0 |
* | 2004-09-20 Matt Austern <austern@apple.com> | zack | 2004-09-21 | 1 | -16/+24 |
* | * lex.c (cxx_init): Don't set the ridpointer for RID_NULL | steven | 2004-09-20 | 1 | -1/+0 |
* | * tree-inline.c (copy_tree_r): Don't duplicate constants, they're | geoffk | 2004-09-18 | 1 | -2/+2 |
* | PR c++/16002 | mmitchel | 2004-09-17 | 1 | -0/+3 |
* | * c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h. | zack | 2004-09-10 | 1 | -31/+9 |
* | * defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default. | zack | 2004-09-09 | 1 | -3/+3 |
* | * call.c (check_dtor_name): Replace abort with gcc_assert or | nathan | 2004-08-30 | 1 | -2/+3 |
* | PR c++/17155 | mmitchel | 2004-08-25 | 1 | -0/+5 |
* | * tree.h (TYPE_CACHED_VALUES_P): New. | nathan | 2004-08-19 | 1 | -2/+4 |
* | .: | nathan | 2004-08-15 | 1 | -2/+1 |
* | * c-common.h (lang_post_pch_load): New variable. | mmitchel | 2004-07-29 | 1 | -1/+12 |
* | * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. | gdr | 2004-07-25 | 1 | -6/+4 |
* | * lex.c (cxx_make_type): Remove call to get_pointer_type. | mmitchel | 2004-07-15 | 1 | -5/+0 |
* | * call.c (build_user_type_conversion_1, build_new_op, | nathan | 2004-07-12 | 1 | -2/+0 |
* | * expr.c (expand_expr_real_1): Fix formating. | pinskia | 2004-07-07 | 1 | -1/+0 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -1/+5 |
* | * friend.c (add_friend): Only perform access checks when context | nathan | 2004-06-28 | 1 | -9/+2 |
* | * Make-lang.in (cp/lex.o): Do not depend on cp/lex.h. | mmitchel | 2004-06-24 | 1 | -1/+0 |
* | * cp-tree.def (NEW_EXPR): Add a fourth slot. | mmitchel | 2004-06-22 | 1 | -56/+0 |
* | Revert: | mmitchel | 2004-06-09 | 1 | -6/+0 |
* | PR c++/15815 | mmitchel | 2004-06-07 | 1 | -0/+6 |
* | * c-parse.in (OFFSETOF, offsetof_member_designator): New. | rth | 2004-06-01 | 1 | -2/+1 |
* | PR c++/14401 | mmitchel | 2004-03-09 | 1 | -16/+8 |
* | PR c++/14324 | mmitchel | 2004-03-01 | 1 | -1/+2 |
* | PR middle-end/13750 | ro | 2004-02-05 | 1 | -2/+2 |
* | Index: ChangeLog | geoffk | 2004-01-16 | 1 | -3/+3 |
* | * c-common.c (flag_external_templates): Remove. | mmitchel | 2003-12-22 | 1 | -11/+2 |
* | PR c++/13438 | mmitchel | 2003-12-22 | 1 | -15/+1 |
* | * cvt.c: Remove uses of "register" specifier in | kazu | 2003-12-19 | 1 | -1/+1 |
* | PR c++/13275 | mmitchel | 2003-12-16 | 1 | -0/+2 |
* | * name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD. | rth | 2003-12-02 | 1 | -1/+1 |
* | * tree.def (FFS_EXPR, CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, | sayle | 2003-09-18 | 1 | -1/+0 |
* | * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR. | zlomek | 2003-09-01 | 1 | -1/+0 |
* | PR c++/11703 | mmitchel | 2003-08-12 | 1 | -22/+0 |
* | 2003-07-22 Wolfgang Bangerth <bangerth@dealii.org> | bangerth | 2003-07-22 | 1 | -2/+8 |