1. 18 Jun, 1999 8 commits
  2. 17 Jun, 1999 17 commits
  3. 16 Jun, 1999 13 commits
  4. 15 Jun, 1999 2 commits
    • FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs. · cb81310a
              * java/io/FilterOutputStream.java (write(byte[])): Rewrite according
              to JDK 1.2 docs.
              (write(byte[],int,int)): ditto.
      
      From-SVN: r27537
      Bryce McKinlay committed
    • cp-tree.h (class_cache_firstobj): Declare. · 3f1892e1
      	* cp-tree.h (class_cache_firstobj): Declare.
      	(maybe_push_cache_obstack): Rename to push_cache_obstack.
      	* class.c (permanent_obstack): Remove declaration.
      	(class_cache_firstobj): Make it global.
      	(add_method): Don't use permanent_obstack directly.
      	(pushclass): Only free the class_cache_obstack if we know how far
      	back to free it.
      	(maybe_push_cache_obstack): Rename to push_cache_obstack.
      	* decl.c: Remove dead comment.
      	(saved_scope): Add class_cache_firstobj.
      	(push_to_top_level): Save it.
      	(pop_from_top_level): Restore it.
      	(push_class_level_binding): Use push_cache_obstack, not
      	maybe_push_cache_obstack.
      	* search.c (push_class_decls): Likewise.
      
      From-SVN: r27534
      Mark Mitchell committed