This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: Mauve -vs- Modifier.toString


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]