gcc/libjava/java
Anthony Green 6aaeb97551 Makefile.in: Rebuilt.
2000-08-26  Anthony Green  <green@redhat.com>

        * Makefile.in: Rebuilt.
        * Makefile.am (java/lang/ClassLoader.h): Make _Jv_RunMain a
        friend.

        * prims.cc: Include ClassLoader.h.
        (_Jv_RunMain): When executing jar files, classpath must be the jar
        file only.  Lose our reference to the system ClassLoader in order
        to get a new one with the correct classpath.
        * java/lang/natSystem.cc (init_properties): When executing a jar
        file, only use the jar file for java.class.path.

        * gnu/gcj/runtime/VMClassLoader.java: Use the canonical file name
        for bytecode archives.

        * gnu/gcj/runtime/FirstThread.java: Handle case where manifest
        exists, but not Main-Class.

From-SVN: r35999
2000-08-26 19:25:13 +00:00
..
applet backport: Applet.java: New file. 2000-07-12 05:52:04 +01:00
awt ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
beans PropertyChangeEvent.java (oldVal): Renamed to oldValue. 2000-06-27 05:10:03 +00:00
io PrintWriter.java (print(String)): Don't catch IOException, write(String) already does. 2000-08-24 06:56:38 +00:00
lang Makefile.in: Rebuilt. 2000-08-26 19:25:13 +00:00
math ObjectStreamException.java: New file. 2000-04-11 09:21:53 +00:00
net URLClassLoader.java: Find the JarEntry via the JarFile. 2000-08-20 17:49:12 +00:00
security Attributes.java, [...]: Imported from Classpath. 2000-08-19 18:19:42 +00:00
sql ObjectStreamException.java: New file. 2000-04-11 09:21:53 +00:00
text PropertyChangeEvent.java (oldVal): Renamed to oldValue. 2000-06-27 05:10:03 +00:00
util InflaterInputStream.java (read(byte[],int,int)): return -1 when fill() has no more data for the Inflater. 2000-08-24 22:48:12 +00:00