1. 03 Jan, 2001 3 commits
    • class.c (invalidate_class_lookup_cache): Zero the previous_class_values. · 4890c2f4
      	* class.c (invalidate_class_lookup_cache): Zero the
      	previous_class_values.
      	* cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
      	TREE_INT_CST_HIGH.
      	(CLASSTYPE_TEMPLATE_LEVEL): Likewise.
      	* decl.c (free_bindings): New variable.
      	(push_binding): Don't create a new binding if we have one on the
      	free list.
      	(pop_binding): Put old bindings on the free list.
      	(init_decl_processing): Use size_int, not build_int_2.
      	Register free_bindings as a GC root.
      	(cp_make_fname_decl): Use size_int, not build_int_2.
      	(push_inline_template_parms_recursive): Likewise.
      	(end_template_parm_list): Likewise.
      	(for_each_tempalte_parm): Do not use walk_tree_without_duplicates.
      	(tsubst_template_parms): Use size_int, not build_int_2.
      	(tsubst): Likewise.
      	* rtti.c (get_vmi_pseudo_type_info): Likewise.
      
      From-SVN: r38641
      Mark Mitchell committed
    • * fold-const.c (fold_convert): Fix typo. · 55560b9d
      From-SVN: r38640
      Mark Mitchell committed
    • ScrollPane.java: Wrote. · f5826791
      	* java/awt/ScrollPane.java: Wrote.
      	* java/awt/peer/ScrollPanePeer.java (setBlockIncrement): New
      	method.
      
      	* java/awt/Panel.java (Panel()): Fixed.
      
      	* java/awt/Component.java (isShowing): Return false if no peer
      	exists, and true if component is visible and no parent exists.
      	(getLocationOnScreen): Wrote.
      	(getPreferredSize): Removed FIXME comment.
      	(getMinimumSize): Likewise.
      	(getAlignmentX, getAlignmentY): Wrote.
      	(list): Wrote.
      	(requestFocus): Wrote.
      	(transferFocus): Wrote.
      	(findNextFocusComponent): New method.
      	(hasFocus()): Wrote.
      	(checkImage): Wrote.
      	(enableEvents): Call setEventMask on the peer.
      
      	* java/awt/Container.java (list): Use super.list() to print self.
      	(findNextFocusComponent): New method.
      	(setLayout): Call invalidate.
      	(findComponentAt): Wrote.
      
      From-SVN: r38639
      Tom Tromey committed
  2. 02 Jan, 2001 37 commits