|
Notes:
fix jlong conversion bug on 64bit platform (thanks Ary)
enchance java object reflection api (since unreleased 1.2.7)
Changes:
Fri Sep 17 arton
*test/test.rb
sort arguments order for test_java_methods (the order is implement dependent)
add fixnum conversion test for 64bit platform (test_64fixnum)
*ext/rjb.c
RJV_VERSION -> 1.2.8
fix rv2jlong bug, the solution was suggested by Ary Borenszweig
Sun Aug 29 arton
*ext/rjb.c
ignore no arguments method signature.
name base classes under Rjb module.
*lib/rjb.rb
implements public_methods and methods
*test/test.rb
add non arguments method sig test
add methods, public_methods, java_methods test
|