1. 03 Jan, 2000 18 commits
  2. 02 Jan, 2000 9 commits
  3. 01 Jan, 2000 8 commits
  4. 31 Dec, 1999 5 commits
    • * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src. · 2c33b220
      From-SVN: r31152
      Tom Tromey committed
    • * POTFILES.in: Remove config/xm-siglist.h. · df5507ec
      From-SVN: r31151
      Manfred Hollstein committed
    • cp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation. · 23381155
      	* cp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation.
      	(CLASSTYPE_N_BASECLASSES): Likewise.
      	(BINFO_FOR_VBASE): New macro.
      	(get_vbase_types): Change prototype.
      	* class.c (build_vbase_path): Use BINFO_FOR_VBASE.
      	(prepare_fresh_vtable): Likewise.
      	(finish_vtbls): Likewise.
      	(get_class_offset_1): Likewise.
      	(modify_all_indirect_vtables): Likewise.
      	(build_vbase_pointer_fields): Likewise.
      	* decl.c (xref_basetypes): Don't set CLASSTYPE_VBASECLASSES here.
      	* init.c (sort_base_init): Use BINFO_FOR_VBASE.
      	(expand_member_init): Likewise.
      	* search.c (get_base_distance): Likewise.
      	(lookup_field_queue_p): Likewise.
      	(virtual_context): Likewise.
      	(get_vbase_types): Don't return a value.  Set
      	CLASSTYPE_VBASECLASSES here.
      	* typeck.c (get_delta_difference): Use BINFO_FOR_VBASE.
      
      From-SVN: r31150
      Mark Mitchell committed
    • Daily bump. · 8b4d03b1
      From-SVN: r31149
      Jeff Law committed
    • class.c (assume_compiled, [...]): Add static prototype. · c63b98cd
      	* class.c (assume_compiled, assume_compiled_node): Add static
      	prototype.
      	(add_assume_compiled): Use xmalloc/xstrdup, not malloc/strdup.
      
      	* jcf-dump.c (ARRAY_NEW_NUM): Cast long to int in switch.
      
      	* jvgenmain.c (usage): Add static prototype with ATTRIBUTE_NORETURN.
      
      	* parse.h (OBSOLETE_MODIFIER_WARNING): Rename parameter `modifier'
      	to `__modifier' to avoid stringifying it.
      
      	* parse.y (verify_constructor_circularity): Don't call a variadic
      	function with a non-literal format string.
      	(java_check_abstract_methods): Move unreachable code inside
      	`continue' statement.
      	(lookup_method_invoke): Call xstrdup, not strdup.
      
      	* expr.c (expand_java_field_op): Avoid the use of ANSI string
      	concatenation.
      
      	* jcf-parse.c (yyparse): Likewise.
      
      	* jv-scan.c (main): Likewise.
      
      From-SVN: r31148
      Kaveh R. Ghazi committed