[kaffe] CVS kaffe (jim): Apply patch to kaffeh to to work with multi-dimensional arrays.

Kaffe CVS cvs-commits at kaffe.org
Wed Sep 24 10:53:02 PDT 2003


PatchSet 4058 
Date: 2003/09/24 17:50:22
Author: jim
Branch: HEAD
Tag: (none) 
Log:
Apply patch to kaffeh to to work with multi-dimensional arrays.

Thanks to Daniel Dittmann for the patch.

Members: 
	ChangeLog:1.1653->1.1654 
	kaffe/kaffeh/support.c:1.31->1.32 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1653 kaffe/ChangeLog:1.1654
--- kaffe/ChangeLog:1.1653	Tue Sep 23 21:44:00 2003
+++ kaffe/ChangeLog	Wed Sep 24 17:50:22 2003
@@ -1,3 +1,10 @@
+2003-09-24  Jim Pick  <jim at kaffe.org>
+
+	* kaffe/kaffeh/support.c:
+	Fix kaffeh's handling of multidimensional arrays.
+
+	Patch by: Daniel Dittmann <ddittmann at gmx.de>	
+
 2003-09-22  Dalibor Topic <robilad at kaffe.org>
 
 	Fix for getaddrinfo on sparc-solaris2.9 compiler breakage.
Index: kaffe/kaffe/kaffeh/support.c
diff -u kaffe/kaffe/kaffeh/support.c:1.31 kaffe/kaffe/kaffeh/support.c:1.32
--- kaffe/kaffe/kaffeh/support.c:1.31	Thu Jul 31 22:46:45 2003
+++ kaffe/kaffe/kaffeh/support.c	Wed Sep 24 17:50:23 2003
@@ -311,6 +311,7 @@
 		case 'D':
 			return "jdoubleArray";
 		case 'L':
+		case '[':
 			return "jobjectArray";
 		default:
 			dprintf("bogus array type `%c'", sig[1]);




More information about the kaffe mailing list