Patch: Mauve -vs- Modifier.toString

Tom Tromey tromey@cygnus.com
Tue Dec 21 15:48:00 GMT 1999


I'm committing the appended patch.
It updates mauve-libgcj to reflect a recent Mauve addition.

1999-12-21  Tom Tromey  <tromey@cygnus.com>

	* mauve-libgcj: Added java.lang.reflect.Modifier.toString12.

Tom

Index: mauve-libgcj
===================================================================
RCS file: /cvs/java/libgcj/libjava/mauve-libgcj,v
retrieving revision 1.10
diff -u -r1.10 mauve-libgcj
--- mauve-libgcj	1999/07/25 08:48:25	1.10
+++ mauve-libgcj	1999/12/21 23:47:31
@@ -9,6 +9,8 @@
 !java.io.ObjectInputOutput
 java.lang.Character.classify12
 java.lang.String.hash
+# We support 1.2 for this test.
+java.lang.reflect.Modifier.toString12
 # We don't have the URL function in Class yet.
 !java.lang.Class.ClassTest
 !java.math


More information about the Java-patches mailing list