Commit 9f1cf235 by Tom Tromey Committed by Tom Tromey

javaprims.h: Updated.

	* gcj/javaprims.h: Updated.
	* scripts/classes.pl (scan): Removed stray semicolon.

From-SVN: r60659
parent a88c283f
2002-12-29 Tom Tromey <tromey@redhat.com>
* gcj/javaprims.h: Updated.
* scripts/classes.pl (scan): Removed stray semicolon.
2002-12-30 Mark Wielaard <mark@klomp.org> 2002-12-30 Mark Wielaard <mark@klomp.org>
* java/net/URLStreamHandler.java (toExternalForm): Ignore port * java/net/URLStreamHandler.java (toExternalForm): Ignore port
......
...@@ -236,7 +236,9 @@ extern "Java" ...@@ -236,7 +236,9 @@ extern "Java"
class Method; class Method;
class Modifier; class Modifier;
class Proxy; class Proxy;
class Proxy$ClassFactory;
class Proxy$ProxyData; class Proxy$ProxyData;
class Proxy$ProxySignature;
class Proxy$ProxyType; class Proxy$ProxyType;
class ReflectPermission; class ReflectPermission;
class UndeclaredThrowableException; class UndeclaredThrowableException;
...@@ -334,7 +336,6 @@ extern "Java" ...@@ -334,7 +336,6 @@ extern "Java"
class RandomAccess; class RandomAccess;
class RandomAccessSubList; class RandomAccessSubList;
class ResourceBundle; class ResourceBundle;
class ResourceBundle$Security;
class Set; class Set;
class SimpleTimeZone; class SimpleTimeZone;
class SortedMap; class SortedMap;
...@@ -371,6 +372,13 @@ extern "Java" ...@@ -371,6 +372,13 @@ extern "Java"
class Manifest; class Manifest;
} }
namespace regex
{
class Matcher;
class Pattern;
class PatternSyntaxException;
}
namespace zip namespace zip
{ {
class Adler32; class Adler32;
......
# classes.pl - A perl program to generate most of the contents of # classes.pl - A perl program to generate most of the contents of
# javaprims.h automatically. # javaprims.h automatically.
# Copyright (C) 1998, 1999, 2000 Red Hat, Inc. # Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc.
# #
# This file is part of libjava. # This file is part of libjava.
# #
...@@ -119,5 +119,5 @@ sub scan ...@@ -119,5 +119,5 @@ sub scan
&scan ("$dir/$_", $indent + 2); &scan ("$dir/$_", $indent + 2);
} }
print $spaces, "};\n"; print $spaces, "}\n";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment