aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@gcc.gnu.org>2000-08-20 17:54:56 +0000
committerAnthony Green <green@gcc.gnu.org>2000-08-20 17:54:56 +0000
commit48da46cca887bc9ef1364ecaac09df4325a064eb (patch)
tree280396a8bedd4393e2bb23a1dc487c96e74a270a
parentf2e541ce26c87f29e2a2798b85674725a6aa094a (diff)
downloadgcc-48da46cca887bc9ef1364ecaac09df4325a064eb.zip
gcc-48da46cca887bc9ef1364ecaac09df4325a064eb.tar.gz
gcc-48da46cca887bc9ef1364ecaac09df4325a064eb.tar.bz2
Oops. Forgot some notes.
From-SVN: r35822
-rw-r--r--libjava/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 119cd52..7f37ba2 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,6 +1,8 @@
Sun Aug 20 09:51:48 2000 Anthony Green <green@redhat.com>
* java/net/URLClassLoader.java: Find the JarEntry via the JarFile.
+ Read the entire contents of the class file, not just what is
+ available().
* java/net/JarURLConnection.java: getEntry doesn't take any
arguments. Return null if element is null.