gcc/libjava/java/util
Per Bothner f44b63ae02 DeflaterOutputStream.java (deflate): Loop while def.needsInput.
* DeflaterOutputStream.java (deflate):  Loop while def.needsInput.
	(finish):  def.deflate needs to be called in a loop.
	(inbuf, inbufLength):  New private fields.
	(write(int)): Use inbuf.
	(write(byte[],int,int):  Check if pending output in inbuf.
	* ZipOutputStream.java:  Don't use Deflater if stored.
	Use a Checksum object directly, not via a CheckedOutputStream.
	(uncompressed_size):  New field,
	(closeEntry):  Only write data_directory if needed.
	(write):  If STORED, write directly.
	Always update crc, and uncompressed_size.
	(write_entry):  Fix lots of protocol erors.

From-SVN: r40988
2001-04-01 14:28:45 -07:00
..
jar
zip DeflaterOutputStream.java (deflate): Loop while def.needsInput. 2001-04-01 14:28:45 -07:00
AbstractCollection.java
AbstractList.java
AbstractMap.java
AbstractSequentialList.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
AbstractSet.java
ArrayList.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
Arrays.java
BasicMapEntry.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
BitSet.java
Calendar.java
Collection.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
Collections.java TreeSet.java (clone): Call TreeMap.clone(), not Object.clone(). 2001-02-15 03:59:57 +00:00
Comparator.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
ConcurrentModificationException.java
Date.java
Dictionary.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
EmptyStackException.java
Enumeration.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
EventListener.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
EventObject.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
GregorianCalendar.java
HashMap.java HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it to 1. 2001-03-24 08:05:29 +00:00
HashSet.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
Hashtable.java HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it to 1. 2001-03-24 08:05:29 +00:00
Iterator.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
LinkedList.java
List.java
ListIterator.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
ListResourceBundle.java
Locale.java
Map.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
MissingResourceException.java
natGregorianCalendar.cc
NoSuchElementException.java
Observable.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
Observer.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
Properties.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
PropertyPermission.java
PropertyResourceBundle.java
Random.java
ResourceBundle.java
Set.java AbstractSequentialList.java: Synchronize with Classpath. 2001-02-15 06:43:00 +00:00
SimpleTimeZone.java
SortedMap.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
SortedSet.java re PR libgcj/1758 (java.util package lacks TreeMap) 2001-02-14 04:44:21 +00:00
Stack.java ArrayList.java: Remove RCS keywords from comments 2001-03-19 23:00:18 +00:00
StringTokenizer.java
Timer.java
TimerTask.java * java/util/TimerTask.java: New version from Classpath. 2001-02-17 15:27:34 +00:00
TimeZone.java TimeZone.java: Sync up with Classpath. 2001-03-20 10:05:45 +00:00
TooManyListenersException.java
TreeMap.java TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext(). 2001-03-06 01:04:28 +00:00
TreeSet.java TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext(). 2001-03-06 01:04:28 +00:00
Vector.java
WeakHashMap.java