1. 01 Jan, 2003 31 commits
  2. 31 Dec, 2002 9 commits
    • re PR libgcj/7416 (java.security startup refs "GNU libgcj.security") · 9f17a7af
      	Fix for PR libgcj/7416:
      	* javax/naming/InitialContext.java (init): Use
      	gnu.classpath.home.url.
      	* java/security/Security.java: Use new properties.
      	(loadProviders): Accept base url; use it.
      	* java/lang/System.java: Document gnu.classpath.vm.shortname, and
      	gnu.classpath.home.url.
      	(gnu.classpath.home.url): Define.
      	(gnu.classpath.vm.shortname): Likewise.
      
      From-SVN: r60722
      Tom Tromey committed
    • * .cvsignore: Update. · 3d1252a9
      From-SVN: r60720
      Neil Booth committed
    • h8300-protos.h: Update the prototypes. · bc455f9c
      	* config/h8300/h8300-protos.h: Update the prototypes.
      	* config/h8300/h8300.c (const_le_2_operand): Change to
      	const_int_le_2_operand.
      	(const_int_le_6_operand): Change to const_int_le_6_operand.
      	* config/h8300/h8300.md (two peepholes): Update the function
      	names.
      
      From-SVN: r60719
      Kazu Hirata committed
    • parser.c (cp_parser_dependent_type_p): Fix thinko. · f1aba0a5
      	* parser.c (cp_parser_dependent_type_p): Fix thinko.
      
      	* g++.dg/init/array9.C: New test.
      
      From-SVN: r60718
      Mark Mitchell committed
    • Makefile.in: Rebuilt. · 89a7012a
      	* Makefile.in: Rebuilt.
      	* Makefile.def (target_modules) [libffi]: Allow installation.
      
      From-SVN: r60717
      Tom Tromey committed
    • profopt.exp: Change the name of a global variable to avoid possible clashes with other test... · 5dc25517
      	* lib/profopt.exp: Change the name of a global variable to avoid
      	possible clashes with other test suites.
      
      From-SVN: r60711
      Janis Johnson committed
    • class.c (modify_vtable_entry): Remove unused variable. · 3cfabe60
      cp:
      	* class.c (modify_vtable_entry): Remove unused variable.
      	(get_vcall_index): Always expect a non-thunk.
      	(update_vtable_entry_for_fn): Combine covariant adjustments, when
      	overriding a thunk. Pass get_vcall_index a non-thunk.
      
      	* decl2.c (finish_file): Mark undefined inlines as extern.
      testsuite:
      	* g++.dg/inherit/covariant8.C: New test.
      
      From-SVN: r60710
      Nathan Sidwell committed
    • * doc/install.texi (Testing): Fixed typo. · 3b41afd9
      From-SVN: r60709
      Tom Tromey committed
    • cp-tree.def (RETURN_INIT): Remove. · 92bc1323
      	* cp-tree.def (RETURN_INIT): Remove.
      	* cp-tree.h (DECL_IN_MEMORY_P): Remove.
      	(scope_kind): Add sk_block, sk_try, sk_catch, sk_for.
      	(note_level_for_for): Remove.
      	(note_level_for_try): Likewise.
      	(note_level_for_catch): Likewise.
      	(finish_named_return_value): Likewise.
      	(do_pushlevel): Change prototype.
      	(pending_lang_change): Remove.
      	* decl.c (begin_scope): Handle sk_block, sk_try, sk_catch,
      	sk_for.
      	(note_level_for_for): Remove.
      	(note_level_for_try): Likewise.
      	(note_level_for_catch): Likewise.
      	(maybe_inject_for_scope_var): Remove use of DECL_IN_MEMORY_P.
      	* parser.c (cp_parser_context_free_list): Make it "deletable".
      	(cp_parser_template_argument): Remove misleading comment.
      	* pt.c (tsubst_expr): Remove RETURN_INIT code.
      	* semantics.c (genrtl_named_return_value): Remove.
      	(do_pushlevel): Take a scope kind as an argument.
      	(begin_if_stmt): Adjust.
      	(begin_while_stmt): Likewise.
      	(begin_for_stmt): Likewise.
      	(finish_for_init_stmt): Likewise.
      	(begin_switch_stmt): Likewise.
      	(begin_handler): Likewise.
      	(begin_compound_stmt): Likewise.
      	(finish_named_return_value): Remove.
      	(cp_expand_stmt): Remove RETURN_INIT case.
      	* tree.c (cp_statement_code_p): Remove RETURN_INIT case.
      
      	* g++.dg/init/array9.C: New test.
      
      From-SVN: r60707
      Mark Mitchell committed