This is the mail archive of the java-patches@gcc.gnu.org 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]
Other format: [Raw text]

FYI: Patch: gcj/javaprims.h


Hi list,



I commited the attached obvious patch. It adds the missing java.util.Currency 
to gcj/javaprims.h


Michael
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.2358
diff -u -b -B -r1.2358 ChangeLog
--- ChangeLog	25 Nov 2003 10:31:26 -0000	1.2358
+++ ChangeLog	25 Nov 2003 18:25:47 -0000
@@ -1,5 +1,9 @@
 2003-11-25  Michael Koch  <konqueror@gmx.de>
 
+	* gcj/javaprims.h: Added missing java.util.Currency.
+
+2003-11-25  Michael Koch  <konqueror@gmx.de>
+
 	* testsuite/libjava.mauve/xfails:
 	Removed these two tests, they mystically pass now:
 	-FAIL: gnu.testlet.java.net.ServerSocket.ServerSocketTest: Error :
Index: gcj/javaprims.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gcj/javaprims.h,v
retrieving revision 1.47
diff -u -b -B -r1.47 javaprims.h
--- gcj/javaprims.h	14 Oct 2003 17:53:42 -0000	1.47
+++ gcj/javaprims.h	25 Nov 2003 18:25:47 -0000
@@ -291,6 +291,7 @@
       class Collections$UnmodifiableSortedSet;
       class Comparator;
       class ConcurrentModificationException;
+      class Currency;
       class Date;
       class Dictionary;
       class EmptyStackException;

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