aboutsummaryrefslogtreecommitdiff
path: root/libjava/gij.cc
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2000-08-20 17:49:12 +0000
committerAnthony Green <green@gcc.gnu.org>2000-08-20 17:49:12 +0000
commitf2e541ce26c87f29e2a2798b85674725a6aa094a (patch)
treea667239f51829ad45d70131f03d739cc10cb341b /libjava/gij.cc
parent1175b9b4c50acab6a26f3fa5ce7299cae62b5008 (diff)
downloadgcc-f2e541ce26c87f29e2a2798b85674725a6aa094a.zip
gcc-f2e541ce26c87f29e2a2798b85674725a6aa094a.tar.gz
gcc-f2e541ce26c87f29e2a2798b85674725a6aa094a.tar.bz2
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
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r--libjava/gij.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc
index 948ea03..54674a9 100644
--- a/libjava/gij.cc
+++ b/libjava/gij.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation
+/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.
@@ -31,7 +31,7 @@ help ()
printf (" --ms=NUMBER set initial heap size\n");
printf (" --mx=NUMBER set maximum heap size\n");
printf (" --version print version number, then exit\n");
- printf ("\nSee http://sourceware.cygnus.com/java/ for information on reporting bugs\n");
+ printf ("\nSee http://sources.redhat.com/java/ for information on reporting bugs\n");
exit (0);
}
@@ -39,7 +39,7 @@ static void
version ()
{
printf ("gij (GNU libgcj) version %s\n\n", VERSION);
- printf ("Copyright (C) 1999 Free Software Foundation.\n");
+ printf ("Copyright (C) 1999, 2000 Free Software Foundation.\n");
printf ("This is free software; see the source for copying conditions. There is NO\n");
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
exit (0);