This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: Mauve -vs- Modifier.toString
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: Mauve -vs- Modifier.toString
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 21 Dec 1999 16:52:54 -0700
- Reply-To: tromey at cygnus dot com
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