log core/src/luan/LuanJavaFunction.java @ 213:4a27f24ce2b5

age author description
Fri, 11 Jul 2014 04:19:25 +0000 fschmidt@gmail.com Make LuanJavaFunction not DeepCloneable. There is no reason for most to be DeepCloneable and those that should be can be made DeepCloneable individually.
Tue, 08 Jul 2014 20:03:43 +0000 fschmidt@gmail.com don't convert returned primitive arrays to tables for java methods
Tue, 08 Jul 2014 19:05:27 +0000 fschmidt@gmail.com better exception handling
Tue, 08 Jul 2014 10:25:35 +0000 fschmidt@gmail.com convert returned arrays to tables for java methods
Thu, 03 Jul 2014 18:36:46 +0000 fschmidt@gmail.com fix metatable cloning
Sun, 22 Jun 2014 05:41:22 +0000 fschmidt@gmail.com add core component base src/luan/LuanJavaFunction.java@f2525048e29f