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]

Re: Patch: FYI: make gij tests run


Tom Tromey wrote:
[...]
> Index: ChangeLog
> from  Tom Tromey  <tromey@redhat.com>
> 
> 	* testsuite/libjava.jar/jar.exp (gcj_jar_interpret): Updated.

Minor nit: the problem with using cl2patch from cvs-utils
is that if the top of the ChangeLog has an entry from
you dated the same day, it merges the two ChangeLog entries
in an unintended way, as seems to have happened in this
case in the committed version. Witness:

===================================================================
RCS file: /cvs/gcc/gcc/libjava/ChangeLog,v
retrieving revision 1.3265
retrieving revision 1.3266
diff -u -r1.3265 -r1.3266
--- gcc/libjava/ChangeLog	2004/12/21 01:01:00	1.3265
+++ gcc/libjava/ChangeLog	2004/12/21 01:03:53	1.3266
@@ -1,5 +1,8 @@
 2004-12-20  Tom Tromey  <tromey@redhat.com>

+	* java/lang/natClassLoader.cc (_Jv_RegisterClassHookDefault):
+	Re-enable duplicate class registration error.
+
 	* testsuite/libjava.jar/jar.exp (gcj_jar_interpret): Updated.
 	* testsuite/libjava.verify/verify.exp (gcj_verify_run): Updated.
 	* testsuite/libjava.jni/jni.exp (gcj_jni_test_one): Updated.

Ranjit.

-- 
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/


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