gcc/libjava/java/util
Anthony Green f2e541ce26 URLClassLoader.java: Find the JarEntry via the JarFile.
Sun Aug 20 09:51:48 2000  Anthony Green  <green@redhat.com>

        * java/net/URLClassLoader.java: Find the JarEntry via the JarFile.

        * java/net/JarURLConnection.java: getEntry doesn't take any
        arguments.  Return null if element is null.

        * java/util/zip/ZipFile.java (getInputStream): Read the compressed
        size from the archive, not the inflated size.

        * java/util/jar/JarFile.java (getEntry): Don't recurse.  Call
        java.util.zip.ZipFile.getEntry.

        * gij.cc (help): Change sourceware reference to
        sources.redhat.com.

From-SVN: r35821
2000-08-20 17:49:12 +00:00
..
jar URLClassLoader.java: Find the JarEntry via the JarFile. 2000-08-20 17:49:12 +00:00
zip URLClassLoader.java: Find the JarEntry via the JarFile. 2000-08-20 17:49:12 +00:00
AbstractCollection.java Jumbo patch: 2000-05-19 17:55:34 +00:00
AbstractList.java Jumbo patch: 2000-05-19 17:55:34 +00:00
AbstractSet.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
Arrays.java Jumbo patch: 2000-05-19 17:55:34 +00:00
BasicMapEntry.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
BitSet.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
Bucket.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
Calendar.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Collection.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Comparator.java Color.java: New file. 2000-03-17 00:45:06 +00:00
ConcurrentModificationException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Date.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Dictionary.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
EmptyStackException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Enumeration.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
EventListener.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
EventObject.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
GregorianCalendar.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Hashtable.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
Iterator.java Color.java: New file. 2000-03-17 00:45:06 +00:00
List.java Color.java: New file. 2000-03-17 00:45:06 +00:00
ListIterator.java Color.java: New file. 2000-03-17 00:45:06 +00:00
ListResourceBundle.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Locale.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
Map.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
MissingResourceException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natGregorianCalendar.cc re GNATS libgcj/15 (_REENTRANT should be defined more consistently) 2000-04-21 20:38:43 +00:00
NoSuchElementException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Observable.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Observer.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Properties.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
PropertyResourceBundle.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Random.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ResourceBundle.java Big AWT patch. 2000-07-12 04:32:07 +01:00
Set.java Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
SimpleTimeZone.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Stack.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
StringTokenizer.java natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to. 2000-04-09 01:26:20 +00:00
TimeZone.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
TooManyListenersException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Vector.java * java/util/Vector.java (remove(Object)): Implemented. 2000-07-20 19:27:57 +00:00