Age | Commit message (Expand) | Author | Files | Lines |
2000-11-20 | c-lang.c (lang_init_options): Update call to cpp_reader_init. | Neil Booth | 1 | -1/+1 |
2000-11-20 | lex.c (rid_to_yy, RID_EXPORT): Make unique keyword. | Nathan Sidwell | 4 | -13/+13 |
2000-11-19 | decl.c (init_decl_processing): Correct name of pure virtual function under th... | Mark Mitchell | 3 | -3/+17 |
2000-11-19 | tweak | Jason Merrill | 1 | -9/+2 |
2000-11-19 | decl.c (grokparms): Don't even function types of `void' type, either. | Mark Mitchell | 3 | -42/+54 |
2000-11-19 | * decl.c (grokparms): Don't create parameters of `void' type. | Mark Mitchell | 2 | -4/+10 |
2000-11-17 | ggc.h: Delete ggc_add_string_root and ggc_mark_string. | Zack Weinberg | 2 | -33/+12 |
2000-11-17 | fix thinko in last change | Nathan Sidwell | 1 | -1/+1 |
2000-11-17 | pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type. | Nathan Sidwell | 2 | -0/+7 |
2000-11-17 | cp-tree.h (PARMLIST_ELLIPSIS_P): New macro. | Nathan Sidwell | 4 | -216/+125 |
2000-11-17 | typeck2.c (incomplete_type_error): Reorganise to avoid excessive diagnostics. | Nathan Sidwell | 2 | -6/+16 |
2000-11-17 | stringpool.c: New file. | Zack Weinberg | 2 | -2/+6 |
2000-11-16 | mangle.c (write_special_name_constructor): Don't generate assembler junk when... | Mark Mitchell | 2 | -6/+29 |
2000-11-16 | * call.c (op_error): Make error messages clearer. | Nathan Sidwell | 2 | -6/+10 |
2000-11-15 | toplev.c (wrapup_global_declarations): Don't write out artificial static vari... | Mark Mitchell | 2 | -13/+6 |
2000-11-15 | diagnostic.c (finish_abort): New fn. | Jason Merrill | 2 | -0/+8 |
2000-11-15 | typeck.c (lookup_anon_field): Cope with qv qualifiers. | Nathan Sidwell | 2 | -1/+5 |
2000-11-15 | class.c (build_vtbl_initializer): Fix typo in comment. | Mark Mitchell | 3 | -3/+8 |
2000-11-14 | Fix cc1plus specs breakage. | Jim Wilson | 2 | -3/+7 |
2000-11-14 | typeck.c (c_sizeof): Be strict about casting result value back to c_size_type... | Richard Henderson | 2 | -47/+68 |
2000-11-13 | c-common.c (boolean_increment): New function. | Joseph Myers | 2 | -12/+6 |
2000-11-11 | function.c (assign_parms): If TREE_ADDRESSABLE is set... | Jason Merrill | 2 | -3/+4 |
2000-11-11 | decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics in inlines. | Jason Merrill | 2 | -4/+10 |
2000-11-10 | alpha.c (check_float_value): Use memcpy, not bcopy. | Kaveh R. Ghazi | 3 | -4/+8 |
2000-11-10 | c-dump.c (dequeue_and_dump): Dump function bodies. | Mark Mitchell | 2 | -2/+2 |
2000-11-10 | Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | Mark Mitchell | 8 | -842/+68 |
2000-11-09 | decl.c (init_decl_processing): Change definition of __wchar_t to wchar_t. | Eric Christopher | 3 | -87/+89 |
2000-11-09 | lex.c (do_identifier): Don't lookup_name for operators. | Nathan Sidwell | 4 | -4/+16 |
2000-11-08 | decl.c (grok_op_properties): Always use coerce_new_type and coerce_delete_type. | Nathan Sidwell | 3 | -85/+62 |
2000-11-07 | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 6 | -9/+16 |
2000-11-07 | * cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB. | Neil Booth | 1 | -2/+3 |
2000-11-07 | decl.c (build_ptrmemfunc_type): Allow error_mark_node. | Nathan Sidwell | 2 | -0/+7 |
2000-11-05 | Makefile.in: Remove all targets related to building distributions and diffs, ... | Joseph Myers | 2 | -19/+5 |
2000-11-04 | decl2.c (do_nonmember_using_decl): Allow `extern "C"' declarations from diffe... | Mark Mitchell | 2 | -4/+11 |
2000-11-03 | builtins.c (expand_builtin_strlen): Remove unused mode argument. | Zack Weinberg | 2 | -0/+5 |
2000-11-03 | Use memset/memcmp instead of bzero/bcmp. | Joseph Myers | 2 | -1/+5 |
2000-11-02 | * collect2.c (main, write_c_file_stat), gcc.c (translate_options, | Joseph Myers | 6 | -7/+14 |
2000-11-02 | c-lex.c (init_c_lex): Update cpp_start_read call. | Zack Weinberg | 1 | -1/+1 |
2000-11-01 | Constant folding for builtins | Bernd Schmidt | 2 | -1/+5 |
2000-11-01 | error.c (dump_template_decl): Separate template hearders with space not comma. | Gabriel Dos Reis | 2 | -1/+6 |
2000-11-01 | c-parse.in (_yylex): Remove CPP_BACKSLASH case. | Neil Booth | 1 | -4/+0 |
2000-10-31 | memtemp77.C (main): Adjust comparison against. | Gabriel Dos Reis | 5 | -236/+231 |
2000-10-31 | cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro. | Mark Mitchell | 6 | -21/+114 |
2000-10-28 | pt.c (instantiate_decl): Always instantiate static data members initialized i... | Mark Mitchell | 2 | -6/+10 |
2000-10-27 | configure.in: If not NO_MINUS_C_MINUS_O, substitute OUTPUT_OPTION with '-o $@'. | Zack Weinberg | 4 | -363/+93 |
2000-10-26 | error.c (dump_function_decl): Print no space between `ptr-operator' the `type... | Gabriel Dos Reis | 2 | -6/+14 |
2000-10-23 | * call.c (equal_functions): Also call decls_match for extern "C" fns. | Jason Merrill | 2 | -2/+13 |
2000-10-23 | call.c (standard_conversion): Use RVALUE_CONVs for all expressions that satis... | Mark Mitchell | 2 | -1/+5 |
2000-10-23 | expr.c (do_preexpand_calls): Remove. | Mark Mitchell | 2 | -4/+2 |
2000-10-22 | call.c (build_conditional_expr): Use ocp_convert to force rvalue conversion. | Jason Merrill | 1 | -3/+8 |