1. 04 Aug, 2000 2 commits
    • ObjectInputStream.java (readFields): Turn off readDataFromBlock while reading via GetField. · 9b4773cb
      	* java/io/ObjectInputStream.java (readFields): Turn off
      	readDataFromBlock while reading via GetField.
      	(GetField$1.get(String, Object)): Pass Class of default value to
      	getField.
      	(getField): Allow for null default values.
      
      	* java/io/ObjectOutputStream.java: Fixed typo in comment.
      	(PutField$1.put): Fixed calls of checkType in most of the put
      	methods to pass the correct parameter.
      	(PutField$1.put(String, Object)): Allow for null value arg.
      	(PutField$1.write): Turn off writeDataAsBlocks while writing via
      	PutField.
      
      	* java/io/ObjectStreamClass.java (serialPersistentFields): Fixed
      	typo in spec'ed field name.
      	(getSerialPersistentFields): Changed spelling of method to match
      	the correct spelling of the spec'ed field name.
      
      More serialization fixes per Mauve errors.
      
      From-SVN: r35468
      Warren Levy committed
    • pt.c (do_type_instantiation): Add complain parm; don't complain if called recursively. · a1bcc528
              * pt.c (do_type_instantiation): Add complain parm; don't complain
              if called recursively.
              * cp-tree.h, parse.y: Adjust.
      
      From-SVN: r35467
      Jason Merrill committed
  2. 03 Aug, 2000 29 commits
  3. 02 Aug, 2000 9 commits