rjb 1.4.7 → 1.4.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8aa00e04a681cc120889e76d4fd3510f7d5a2623
4
- data.tar.gz: 0dc99b76f4d14ae46237cf3efe853954ffd2ae44
3
+ metadata.gz: 00d95340188f51cbc874df119d92f221f83b659f
4
+ data.tar.gz: 93d627c931026cc755d89d2c48c89b9ceb0b2e54
5
5
  SHA512:
6
- metadata.gz: 8f5432b1983b8e6a1d316026b3d18bb63c250fb54e12c42f58fba1a2366e9af359e24ff7b50e71e5cb38f8eb2dc387c8d433c3d240592499a165a1c6e35db848
7
- data.tar.gz: 1a49b468b18692ce79da777498bee35f7b0d88e5996f36adae942df91a19b90a28e7fc6b672ec4930eef0d33e15bf4053853d787b255132c96c04890c5a5de7d
6
+ metadata.gz: da36ef4752b6d7fbe57d583c237e7194e66a295170618d1ea03df45c6b3178a92fe8189f931a4e19594571e127ac1583dd254a577e73d596066f9c0c2be49f1d
7
+ data.tar.gz: 09fb48512599df21f7d61c2686c65c9226dab9c6e226a1037f0fc157ea824f68a46999919ad1dfbca7596880c4b46d8a446b43dc47767205d902795a5cf36082
data/ChangeLog CHANGED
@@ -1,646 +1,654 @@
1
- Tue Jun 18 2013 arton
2
- *ext/load.c
3
- check fiddler has dlopen (after ruby 2.0).
4
- Tue Jun 18 2013 arton
1
+ Sun Jun 23 2013 arton
5
2
  *ext/rjb.c
6
- RJB_VERSION -> 1.4.7
7
- *ext/load.c
8
- rqeuire fiddle first, then dl. the patch originally created by Victor Lellis.
9
- Fri May 17 2013 arton
3
+ RJB_VERSION -> 1.4.8
4
+ create typed array exactly (reported by reinvanmeeteren on https://github.com/arton/rjb/issues/23)
10
5
  *test/test.rb
11
- add Byte test
12
- Sun Apr 48 2013 arton
13
- *ext/rjb.o
14
- remove binary
15
- *ext/rjb.obj
16
- remove binary
17
- Sat Jan 26 2013 arton
18
- *ext/rjb.c
19
- RJB_VERSION -> 1.4.6 for new gem
20
- *RBridge.class
21
- Java Major Version -> 46
22
- Sun Jan 13 2013 arton
23
- *test/test.rb
24
- add bignum argument test
25
- *ext/rjb.c
26
- accept bignum argument for 'J'
27
- this bug(or at least mis spec.) was pointed by janroesner. Thanks janroesner !
28
- Tue Dec 17 arton
29
- *test/test.rb
30
- add test_norarg_invoke
31
- *ext/rjb.c
32
- _invoke accepts noarg method call (reported by xiao li, thanks)
33
- RJB_VERSION -> 1.4.4 for new gem
34
- Wed Nov 14 arton
35
- *ext/rjb.c
36
- RJB_VERSION -> 1.4.3 for new gem
37
- *ext/extconf.rb
38
- remove checking dl.h, rjb not need to include it.
39
- Sat Oct 6 arton
40
- *ext/rjb.c
41
- RJB_VERSION -> 1.4.2
42
- *test/osx_jvmcheck.rb
43
- display vendor and version of JRE for OSX load test
44
- *test/osx_loadtest.rb
45
- add Oracle JVM support test for OSX
46
- *lib/rjb.rb
47
- add Oracle JVM support for OSX
48
- Sun Aug 19 arton
49
- *ext/rjb.c
50
- export bound object's original ruby object as @wrapped
51
- RJB_VERSION -> 1.4.1
52
- *lib/rjb.rb
53
- define Rjb_JavaBridge class for support @wrapped delegation
54
- *test/test.rb
55
- add @wrapped object invoking test
56
- Sun Apr 22 arton
57
- *ext/rjb.c
58
- add Rjb_JavaProxy#initialize_proxy method for preparing proxy instance.
59
- RJB_VERSION -> 1.4.0
60
- *lib/rjb
61
- add rjb own directory
62
- *lib/rjbextension.rb
63
- move contents into rjb/extension.rb
64
- *lib/rjb/extension.rb
65
- extension library to handle package name easily.
66
- *lib/rjb/list.rb
67
- implements each method for Iterable and Iterator.
68
- Sun Apr 22 arton
69
- *ext/rjb.c
70
- use URLClassLoader#addJar for Rjb::add_jar method.
71
- It accepts unhierarchic load order.
72
- *test/jartest2.jar
73
- for test Rjb::add_jar. this jar contains a class that extends class in jartest.jar
74
- *test/jartest.rb
75
- testing Rjb::add_jar, first jartest2.jar then jartest.jar
76
- *test/jartest2.rb
77
- testing Rjb::add_jar for an array.
78
- *test/jartest3.rb
79
- testing Rjb::add_jar in NoClassDefError condition.
80
- Sat Jan 28 arton
81
- *ext/rjb.c
82
- RJB_VERSION -> 1.3.9
83
- *ext/jniwrap.h
84
- skip __int64 definition if already defined (for latest mingw/gcc).
85
- Sat Dec 03 arton
86
- *ext/rjb.c
87
- RJB_VERSION -> 1.3.8
88
- ignore attach_jvm after rjb was unloaded. (Bug #29451)
89
- *test/test_unload.rb
90
- add test for unload. if Rjb run after unloading then it causes crush.
91
- Wed Nov 09 arton
92
- *ext/rjb.c
93
- RJB_VERSION -> 1.3.7
94
- *test/test.rb (test_reraise_exception)
95
- skip test if RUBY_VERSION =~ /^1\.8/
96
- Wed Nov 09 arton
97
- *ext/rjb.c
98
- RJB_VERSION -> 1.3.6
99
- *ext/rjbexception.c
100
- add to_str method into the exception class.
101
- ruby internally calls the method when reraising the exception.
102
- *test/test.rb (test_reraise_exception)
103
- add reraise test
104
- Mon Jul 18 arton
105
- *ext/rjb.c
106
- fix inhiritance test.
107
- add anonymous inner class feature (as JRuby)
108
- *test/test.rb
109
- add anonymous inner class test
110
- *test/Two.java
111
- for anonymous inner class test
112
- *test/TwoCaller.java
113
- for anonymous inner class test
114
- Sat Jul 16 arton
115
- *ext/laod.c
116
- load server JVM if _WIN64
117
- *ext/rjb.c
118
- RJB_VERSION -> 1.3.5
119
- *test/test.rb
120
- add primitive_conversion and generic test.
121
- *test/Test.java
122
- add method that takes generic map and returns it
123
- Mon Nov 22 arton
124
- *ext/rjb.c
125
- RJB_VERSION -> 1.3.4
126
- require 'iconv' only if RUBY_VERSION < 1.9.0
127
- implicitly accept ruby's String for [B (byte array)
128
- copy back byte[] contents into original String
129
- *test/test.rb
130
- add string buffer test (test_bothdirection_buffer)
131
- Wed Nov 17 arton
132
- *ext/rjb.c
133
- RJB_VERSION -> 1.3.3
134
- *ext/load.c
135
- Check JAVA_HOME before load JVM (OS X specific)
136
- change int -> size_t for 64bit OS
137
- *test/test_osxjvm.rb
138
- add new test for OS X specific JVM detection.
139
- Sat Oct 30 arton
140
- *ext/rjb.c
141
- RJB_VERSION -> 1.3.2
142
- *extconf.rb
143
- Change OSX's include path detecting
144
- Tue Oct 26 arton
145
- *ext/rjb.c
146
- RJB_VERSION -> 1.3.1
147
- *rjb.rake
148
- make universal-darwin gem for Mac bundled ruby.
149
- Sun Oct 24 arton
150
- *sample/filechooser.rb
151
- omit Thread use (cause JVM crush with 1.9 and StackOverflow with 1.8)
152
- Sat Oct 23 arton
153
- *ext/rjb.c
154
- RJV_VERSION -> 1.3.0
155
- add loaded? class method.
156
- add add_classpath method (add jars without invoking load method)
157
- *ext/load.c
158
- OSX default jvm name changes to "JavaVM" (bug#28667 reported by Jeff Adams, thanks Jeff !)
159
- *ext/extconf.rb
160
- OSX javahome set to /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK
161
- *lib/rjbextension.rb
162
- use Rjb::add_classpath method instead of Kernel's class vars.
163
- *test/test.rb, test/exttest.rb
164
- fix add_jar test, previous version load them from jp directory.
165
- Tue Sep 22 arton
166
- *ext/rjb.c
167
- RJV_VERSION -> 1.2.10
168
- add add_jars method. add_jar and add_jars can take an array of jars.
169
- *test/test.rb
170
- add calling add_jar with an array test.
171
- Tue Sep 21 arton
172
- *ext/rjb.h
173
- export ClassLoader methods
174
- *ext/load.c
175
- move ClassLoader interaction codes into rjb.c
176
- *ext/rjb.c
177
- RJV_VERSION -> 1.2.9
178
- add add_jar method.
179
- loading classes throgh URLClassLoader if the user add Jars
180
- *lib/rjb.rb
181
- change MODIFIER module into a constant. Because it implys Rjb::import.
182
- change Config -> RbConfig for 1.9
183
- *test/test.rb
184
- add Rjb::add_jar test
185
- *test/JarTest.java
186
- *test/jartest.jar
187
- add for Rjb::add_jar test
188
- Fri Sep 17 arton
189
- *test/test.rb
190
- sort arguments order for test_java_methods (the order is implement dependent)
191
- add fixnum conversion test for 64bit platform (test_64fixnum)
192
- *ext/rjb.c
193
- RJV_VERSION -> 1.2.8
194
- fix rv2jlong bug, the solution was suggested by Ary Borenszweig
195
- Sun Aug 29 arton
196
- *ext/rjb.c
197
- ignore no arguments method signature.
198
- name base classes under Rjb module.
199
- *lib/rjb.rb
200
- implements public_methods and methods
201
- *test/test.rb
202
- add non arguments method sig test
203
- add methods, public_methods, java_methods test
204
- Thu Jul 22 arton
205
- *ext/rjb.c
206
- RJB_VERSION -> 1.2.6
207
- export jv2rv for rjbexception.c
208
- *ext/rjb.h
209
- export jv2rv for rjbexception.c
210
- *ext/rjbexception.c
211
- create and keep java exception object for its properties.
212
- *test/test.rb
213
- add Exception#cause test
214
- Wed Jun 9 arton
215
- *ext/load.c
216
- accept JAVA_HOME having an extra slash at the end
217
- *ext/rjb.c
218
- RJB_VERSION -> 1.2.5
219
- Fri Jun 5 arton
220
- *ext/rjb.h
221
- defin HAVE_LONG_LONG if no HAVE_LONG_LONG but LP64
222
- *ext/rjb.c
223
- remove unused variables
224
- RJB_VERSION -> 1.2.4
225
- Fri Jun 4 arton
226
- *ext/riconv.c
227
- remove unused function if build with Ruby 1.9
228
- *ext/rjb.c
229
- RJB_VERSION -> 1.2.3
230
- to accomodate with rubinius
231
- *ext/load.c
232
- to accomodate with rubinius
233
- *ext/rjbexception.c
234
- to accomodate with rubinius
235
- Sun May 30 arton
236
- *lib/rjbextension.rb
237
- Rjb extension from Andreas Ronge's neo4j
238
- - directly import jar by require method
239
- - Rjb::import without quotations (Java class as Ruby object)
240
- *test/exttest.rb
241
- test for rjbextension.rb
242
- *test/rjbtest.jar
243
- test file for rjbextension.rb
244
- Sat May 29 arton on behalf of atoulme
245
- *ext/rjb.c
246
- *ext/load.c
247
- *ext/rjbexception.c
248
- to accomodate with rubinius
249
- thanks atoulme !
250
- Wed May 12 arton
251
- *test/test.rb
252
- add Class name for TestMixin module because ruby 1.9 doesn't handle the constant.
253
- Tue May 11 arton
254
- *ext/rjb.c
255
- fix duplicate method registering while no alias.
256
- add class methods for inspecting method signatures.
257
- add class_eval method for extending Java class
258
- *test/test.rb
259
- add class methods test for inspecting method signatures.
260
- add mixin tests
261
- Tue May 4 arton
262
- *ext/load.c
263
- corrected wrong function signature (BUG#28088), pointed and fixed by Romulo A. Ceccon (thanks)
264
- *ext/rjb.c
265
- using inheritance check while inspecting a object is RJB's instance (for extending it).
266
- Tue Mar 16 arton
267
- *ext/riconv.c
268
- change locale setting "" to "C", fixed by Fabien Sartor (rjb-Bugs-27968)
269
- *ext/rjb.c
270
- RJB_VERSION -> 1.2.1
271
- Sun Nov 1 arton
272
- *ext/load.c
273
- load jvm pointed by JVM_LIB environment variable first (suggested by Ittay Dror).
274
- *ext/rjb.c
275
- RJB_VERSION -> 1.2.0
276
- Sun Oct 11 arton
277
- *ext/extconf.rb
278
- add double quotation around include path for mingw compiler, original patched by Roger Pack (thanks)
279
- remove double quotaion around java_home variable for existing checking by File.directoy?
280
- *rjb.rake
281
- adding mingw support for the older version compatibility checking
282
- Thu Sep 10 arton
283
- *ext/load.c
284
- Correct previous code (always reload jvm if OSX < Snow Leopard)
285
- Clear DL's exception if success
286
- *ext/rjb.c
287
- RJB_VERSION -> 1.1.9
288
- *ext/rjbexception.c
289
- fit arguments for rb_raise to shut warning down
290
- Mon Sep 07 arton
291
- *ext/load.c
292
- Check no compat type dylib after loading was failed (for Snow Leopard)
293
- *ext/rjb.c
294
- RJB_VERSION -> 1.1.8
295
- Sun Feb 15 arton
296
- *test/test/rb
297
- add $KCODE and magic comment for iconv
298
- *ext/rjb.c
299
- RJB_VERSION -> 1.1.7
300
- Thu Feb 5 kuwa1
6
+ add typed array test
301
7
  *test/Test.java
302
- *test/test.rb
303
- add tests(Umlaut)
304
- *ext/rjb.c
305
- *ext/load.c
306
- fix for ruby19
307
- Sun Nov 16 arton
308
- *ext/load.c
309
- apply hpux patch, contributed by Ittay Dror. thanks
310
- Tue Aug 26 arton
311
- *ext/load.c, rjb.c, rjb.h
312
- export safe_funcall under the prefix 'rjb'.
313
- calling DL with rb_protect for avoiding exception.
314
- Mon Aug 25 arton
315
- *ext/load.c
316
- Fix checking the result for loading alternate_jvm_type.
317
- (patch from Kumar, thanks)
318
- Thu Aug 14 arton
319
- *ext/rjb.c, load.c, etc
320
- change comment line // -> /* */ because AIX's compiler
321
- add _AIX for load.c (this patch from Ittay Dror, thanks)
322
- *ext/load.c
323
- add ALT_JVM_TYPE for alternative jvm directory (by Kumar)
324
- Sun Jul 13 arton
325
- *ext/rjb.c
326
- display warning when Rjb load jvm implicitly if $DEBUG or $VERBOSE.
327
- Mon May 26 arton
328
- *ext/rjb.c
329
- correct char primitive conversion for Bigendian machine.
330
- use macroes for loading classes
331
- *ext/load.c
332
- adjust OS X's directory
333
- *ext/extconf.rb
334
- adjust OS X's directory if Home exists
335
- Thu Mar 27 arton
336
- *ext/rjb.c
337
- mark version 1.1.4 for the next release.
338
- *test/test.rb
339
- remove unload, because it fails.
340
- It's more important to assert each functions.
341
- Thu Mar 27 arton
342
- *ext/riconv.c
343
- activate conv tables for getenv configuration.
344
- Tue Mar 5 Kuwashima
345
- *ext/rjb.c
346
- *ext/rjb.h
347
- *ext/rjbexception.c
348
- add auto load method.
349
- Tue Mar 4 Kuwashima
350
- *ext/rjbexception.c
351
- *ext/rjb.c
352
- *test/test.rb
353
- clear(ignore) exception in current java thread, before some operation.
354
- *ext/rjbexception.c
355
- *ext/rjb.c
356
- add auto load for Rjb::bind, Rjb::throw
357
- *ext/rjb.c
358
- *test/test.rb
359
- add Rjb::unbind
360
- *test/test.rb
361
- add loading rubygems
362
- Sat Feb 23 arton
363
- *test/test.rb
364
- let test_field metod use Test.class instead of Point.class
365
- *test/Test.java
366
- add a public field for testing
367
- Fri Feb 22 arton
368
- *ext/rjb.c
369
- mark version 1.1.3 for the next release.
370
- Fri Feb 22 arton
371
- *ext/rjb.c
372
- fix field reference (bug# 18238)
373
- Wed Jan 9 arton
374
- *ext/rjb.h
375
- add some ruby macros that defined after 1.8.6 for compatibility
376
- Change RBridge.class by 1.4.2
377
- *data/rjb/jp/co/infoseek/hp/arton/rjb/RBridge.class
378
- compiled by 1.4.2 version of Java
379
- *rjb.c
380
- mark version 1.1.2 for the next release.
381
- Tue Dec 27 Kuwashima
382
- *test/Test.java
383
- *test/test.rb
384
- *ext/depend
385
- *ext/load.c
386
- *ext/extconf.rb
387
- *ext/rjbexception.c
388
- *ext/rjb.c
389
- *ext/riconv.c
390
- change for compatibility with Ruby-1.9.0
391
- Tue Nov 20 arton
392
- *rjb.c
393
- mark version 1.10.12 for next relase.
394
- *load.c
395
- omit useless double-quotations from JAVA_HOME, maybe specifies a longpathname (but useless).
396
- Wed Nov 14 Kuwashima
397
- *rjb.c
398
- add error check to constructor.
399
- Fri Nov 9 arton
400
- *test.rb
401
- *Test.java
402
- add test for reproducing rjb-bugs-15430
403
- *rjb.c
404
- fix rjb-bugs-15430 that caused by bad array conversion.
405
- (generics method result signature is an object, but the real result is typed array)
406
- *riconv.c
407
- correct to get the number of array element.
408
- Tue Oct 23 Kuwashima
409
- *riconv.c
410
- Change string encoding conversion rule.
411
- Mon Oct 22 Kuwashima
412
- *riconv.c
413
- *riconv.h
414
- recycle iconv instance.
415
- *test/test.rb
416
- add cases for test_kjconv
417
- Sun Sep 23 arton
418
- *rjb.c
419
- version 1.0.9
420
- convert to Ruby's type if Rjb::primitive_converion is enalbed and the result type is java.lang.Object
421
- support the object conversion for a bignum to long.
422
- Sat Sep 15 arton
423
- *rjb.c
424
- version 1.0.8
425
- correction of 1.0.7, support long type.
426
- Fri Sep 14 arton
427
- *rjb.c
428
- version 1.0.7
429
- add auto primitive conversion toggled by Rjb::primitive_conversion
430
- *test.rb
431
- add test_auto_conv
432
- Sun Jun 17 arton
433
- *rjb.c
434
- add method aliases.
435
- setXxYy -> xx_yy=
436
- getXxYy -> xx_yy
437
- isXxYy -> xx_yy?
438
- xxYyZz -> xx_yy_zz
439
- *test.rb
440
- add a test for the method alias feature.
441
- Tue Nov 21 arton
442
- *rjb.c
443
- Skip the constant registering process, if the constant was already defined.
444
- *load.c
445
- *rjb.c
446
- *rjbexception.c
447
- *rjb.h
448
- add prefix 'rjb' for externed symbol names to avoid confliction.
449
- Sun Oct 08 arton (on behalf of richard apodaca)
450
- *load.c
451
- support AMD64
452
- Mon Sep 11 arton
453
- *test.rb
454
- add a test of arguments types are various array.
455
- *Test.java
456
- add a test of arguments types are various array.
457
- *rjb.c
458
- accept nil for array parameter.
459
- Sun Sep 10 arton
460
- *test.rb
461
- add a test of return type is an object wrapped an array
462
- *Test.java
463
- add a method that returns an object wrapped an array
464
- *rjb.c
465
- check array-mark in jv2rv for returned object was an array
466
- Tue Aug 1 arton
467
- *load.c
468
- *rjb.c
469
- change load pathname of the bridge class.
470
- *post-install.rb
471
- add for remove previous installed rjb.so.
472
- *rjb.rake
473
- add for build Gem.
474
- *rjb.rb
475
- for preparing the pathname constant of the bridge class.
476
- *depend
477
- chage binary name from rjb.so to rjbcore.so
478
- *extconf.rb
479
- chage binary name from rjb.so to rjbcore.so
480
- Mon Jul 31 arton
481
- *load.c
482
- fix buffer allocation
483
-
484
- Sun Jul 16 (Jun 22) Kuwashima and arton
485
- *rjb.c
486
- version 0.2.8
487
- *MANIFEST
488
- *depend
489
- *load.c
490
- *rjbexception.c
491
- change jni.h to jniwrap.h.
492
- change the bridge class's header according to JDK 5.0's javah.
493
- *jniwrap.h
494
- wrap jni.h for Cygin
495
- Sat Jun 10 14:10:05 2006 arton
496
- *rjb.c
497
- version 0.2.7
498
- support an array of arrays from ruby to java.
499
-
500
- Mon May 8 08:52:12 2006 arton
501
- *load.c
502
- revision 5
503
- support both Intel and PPC Mac.
504
- Patched version was contributed by Demetrius Nunes.
505
-
506
- Wed Apr 12 03:57:12 2006 arton
507
- *rjb.c
508
- version 0.2.6
509
- support an array of arrays.
510
- *test.rb
511
- add an array of arrays test, some tests are contributed by Darren Day.
512
- *Test.java
513
- add a test method that returns an array of arrays, some tests are
514
- contributed by Darren Day.
515
-
516
- Sat Dec 24 18:56:38 2005 arton
517
- *rjb.c
518
- version 0.2.5
519
- release String, Float, Array object after method call.
520
- *gctest.rb
521
- add for String object gc test
522
-
523
- Mon Sep 19 01:09:30 2005 arton
524
- *rjb.c
525
- version 0.2.4
526
- use null instead of empty string when String argument is nil
527
- omit unused local variable from jstring2val
528
- *test.rb
529
- add null string test (bug since utf-8 support)
530
-
531
- Tue Jun 28 01:57:07 2005 arton
532
- *rjb.c
533
- version 0.2.3
534
- convert result object to imported class if object is an instance of Class
535
- call Class#forName if argument count is 1
536
- *test.rb
537
- add test_importobj contributed by Mr. Kuwashima, thanks.
538
-
539
- Mon Jun 27 20:30:50 2005 arton
540
- treat Class.forName as Rjb::import
541
- *rjb.c
542
- version 0.2.2
543
- add method 'forName' into imported Class object
544
- if pass imported object to JVM, extract Class object from ruby object
545
- *test.rb
546
- add above tests
547
-
548
- Sat Jun 25 05:58:36 2005 arton
549
- most bugs were reported by Mr. Micael Weller, thanks.
550
- *rjb.c
551
- version 0.2.1
552
- correct derived static method search
553
- search class methods then class's instance methods when called by class
554
- avoid register non capitalized named constants into constants table
555
- correct capitalized named method search
556
- *riconv.c
557
- never call iconv if $KCODE is nil
558
- *load.c
559
- using path separator ; for cygwin (by Ryugate)
560
-
561
- Sun Apr 24 05:26:16 2005 arton
562
- *rb.c
563
- version 0.2.0
564
- delete localref if globalref was created.
565
- load can take the second argument for jvm
566
- *load.c
567
- load can take the second argument for jvm
568
-
569
- Mon Jan 17 02:40:21 2005 arton
570
- *rjb.c
571
- add 'throw' module function.
572
- move java exception handling functions into newly created rjbexception.c
573
- *rjb.h
574
- declations for rjb.c and rjbexception.c
575
- *rjbexception.c
576
- java exception handling functions, and 'throw' module function.
577
- *test.rb
578
- adding throw test.
579
-
580
- Wed Jan 12 00:01:08 2005 Kaspar Schiess and arton
581
- *rjb.c
582
- correct Rjb::load parameter evaluation (classpath).
583
- - many thanks to Mr.Schiess.
584
-
585
- Sun Nov 21 02:51:43 2004 Kuwashima and arton
586
- *rjb.c
587
- move dbcs-utf-8 auto conversion feature into riconv.?
588
- remove JNI version argument from Rjb::load. (bug reported by Mr.Tateishi)
589
- *load.c
590
- correct CLASSPATH setting (bad environment name).(bug reported by Mr.Tateishi)
591
- *riconv.c riconv.h (contributed by Mr.Kuwashima)
592
- DBCS - utf-8 auto conversion functions.
593
- *depend MANIFEST
594
- add riconv.?
595
- - many tanks to Mr.Kuwashima and Mr.Tateishi.
596
-
597
- Tue Oct 5 23:08:59 2004 Kuwashima and arton
598
- *test.rb
599
- add kanji conversion test
600
- *rjb.c
601
- add dbcs(sjis and euc-jp) - utf-8 auto conversion feature.
602
- the patch was contributed by Mr.Kuwashima, many thanks.
603
-
604
- Sun Oct 3 18:24:42 2004 arton
605
- *load.c
606
- JNIEnv* now using local variable instead of global one.
607
- Because AWT event use a worker thread, and JNI need thread's owned JNIEnv.
608
- *rjb.c
609
- JNIEnv* now using local variable instead of global one.
610
- Because AWT event use a worker thread, and JNI need thread's owned JNIEnv.
611
- This change was suggested by Mr.Kuwashima, he also tested the behavior,
612
- and gave me some test codes.
613
- and attach_current_thread is from Mr.Kuwashima's patch.
614
- Many thanks to Mr.Kuwashima.
615
-
616
- Sat Sep 25 03:25:45 2004 arton
617
- *rjb.c
618
- implements interface's method argument conversion.
619
- *test.rb
620
- add Comparable test (interface with method arguments)
621
- *Test.java
622
- add Comparable test method.
623
-
624
- Wed Sep 22 02:30:15 2004 arton
625
- *rjb.c
626
- correct constants load, using mid-class.
627
- convert null string to nil
628
-
629
- Wed Sep 22 00:05:32 2004 arton
630
- *rjb.c
631
- correct ruby type checking. If the parameter type is java.lang.String, rjb instance is always accepted.
632
-
633
- Mon Sep 20 22:02:53 2004 arton
634
- *rjb.c
635
- checking method/constructor signature with class when the argument is rjb's instance.
636
- Sun Sep 19 00:54:35 2004 arton
637
- *rjb.c
638
- convert Java exception to Ruby's StandardError derived class.
639
- checking method/constructor signature when invoking if no signatur argument is supplied.
640
- adding field accessor.
641
-
642
- Sun Sep 12 21:42:00 2004 arton
643
- *rjb.c
644
- call exception description when verbose = true.
645
- correct recursive import call (for Boolean).
646
- corrent method not found message creation.
8
+ add typed array test
9
+ Tue Jun 18 2013 arton
10
+ *ext/load.c
11
+ check fiddle has dlopen (after ruby 2.0).
12
+ Tue Jun 18 2013 arton
13
+ *ext/rjb.c
14
+ RJB_VERSION -> 1.4.7
15
+ *ext/load.c
16
+ rqeuire fiddle first, then dl. the patch originally created by Victor Lellis.
17
+ Fri May 17 2013 arton
18
+ *test/test.rb
19
+ add Byte test
20
+ Sun Apr 48 2013 arton
21
+ *ext/rjb.o
22
+ remove binary
23
+ *ext/rjb.obj
24
+ remove binary
25
+ Sat Jan 26 2013 arton
26
+ *ext/rjb.c
27
+ RJB_VERSION -> 1.4.6 for new gem
28
+ *RBridge.class
29
+ Java Major Version -> 46
30
+ Sun Jan 13 2013 arton
31
+ *test/test.rb
32
+ add bignum argument test
33
+ *ext/rjb.c
34
+ accept bignum argument for 'J'
35
+ this bug(or at least mis spec.) was pointed by janroesner. Thanks janroesner !
36
+ Tue Dec 17 arton
37
+ *test/test.rb
38
+ add test_norarg_invoke
39
+ *ext/rjb.c
40
+ _invoke accepts noarg method call (reported by xiao li, thanks)
41
+ RJB_VERSION -> 1.4.4 for new gem
42
+ Wed Nov 14 arton
43
+ *ext/rjb.c
44
+ RJB_VERSION -> 1.4.3 for new gem
45
+ *ext/extconf.rb
46
+ remove checking dl.h, rjb not need to include it.
47
+ Sat Oct 6 arton
48
+ *ext/rjb.c
49
+ RJB_VERSION -> 1.4.2
50
+ *test/osx_jvmcheck.rb
51
+ display vendor and version of JRE for OSX load test
52
+ *test/osx_loadtest.rb
53
+ add Oracle JVM support test for OSX
54
+ *lib/rjb.rb
55
+ add Oracle JVM support for OSX
56
+ Sun Aug 19 arton
57
+ *ext/rjb.c
58
+ export bound object's original ruby object as @wrapped
59
+ RJB_VERSION -> 1.4.1
60
+ *lib/rjb.rb
61
+ define Rjb_JavaBridge class for support @wrapped delegation
62
+ *test/test.rb
63
+ add @wrapped object invoking test
64
+ Sun Apr 22 arton
65
+ *ext/rjb.c
66
+ add Rjb_JavaProxy#initialize_proxy method for preparing proxy instance.
67
+ RJB_VERSION -> 1.4.0
68
+ *lib/rjb
69
+ add rjb own directory
70
+ *lib/rjbextension.rb
71
+ move contents into rjb/extension.rb
72
+ *lib/rjb/extension.rb
73
+ extension library to handle package name easily.
74
+ *lib/rjb/list.rb
75
+ implements each method for Iterable and Iterator.
76
+ Sun Apr 22 arton
77
+ *ext/rjb.c
78
+ use URLClassLoader#addJar for Rjb::add_jar method.
79
+ It accepts unhierarchic load order.
80
+ *test/jartest2.jar
81
+ for test Rjb::add_jar. this jar contains a class that extends class in jartest.jar
82
+ *test/jartest.rb
83
+ testing Rjb::add_jar, first jartest2.jar then jartest.jar
84
+ *test/jartest2.rb
85
+ testing Rjb::add_jar for an array.
86
+ *test/jartest3.rb
87
+ testing Rjb::add_jar in NoClassDefError condition.
88
+ Sat Jan 28 arton
89
+ *ext/rjb.c
90
+ RJB_VERSION -> 1.3.9
91
+ *ext/jniwrap.h
92
+ skip __int64 definition if already defined (for latest mingw/gcc).
93
+ Sat Dec 03 arton
94
+ *ext/rjb.c
95
+ RJB_VERSION -> 1.3.8
96
+ ignore attach_jvm after rjb was unloaded. (Bug #29451)
97
+ *test/test_unload.rb
98
+ add test for unload. if Rjb run after unloading then it causes crush.
99
+ Wed Nov 09 arton
100
+ *ext/rjb.c
101
+ RJB_VERSION -> 1.3.7
102
+ *test/test.rb (test_reraise_exception)
103
+ skip test if RUBY_VERSION =~ /^1\.8/
104
+ Wed Nov 09 arton
105
+ *ext/rjb.c
106
+ RJB_VERSION -> 1.3.6
107
+ *ext/rjbexception.c
108
+ add to_str method into the exception class.
109
+ ruby internally calls the method when reraising the exception.
110
+ *test/test.rb (test_reraise_exception)
111
+ add reraise test
112
+ Mon Jul 18 arton
113
+ *ext/rjb.c
114
+ fix inhiritance test.
115
+ add anonymous inner class feature (as JRuby)
116
+ *test/test.rb
117
+ add anonymous inner class test
118
+ *test/Two.java
119
+ for anonymous inner class test
120
+ *test/TwoCaller.java
121
+ for anonymous inner class test
122
+ Sat Jul 16 arton
123
+ *ext/laod.c
124
+ load server JVM if _WIN64
125
+ *ext/rjb.c
126
+ RJB_VERSION -> 1.3.5
127
+ *test/test.rb
128
+ add primitive_conversion and generic test.
129
+ *test/Test.java
130
+ add method that takes generic map and returns it
131
+ Mon Nov 22 arton
132
+ *ext/rjb.c
133
+ RJB_VERSION -> 1.3.4
134
+ require 'iconv' only if RUBY_VERSION < 1.9.0
135
+ implicitly accept ruby's String for [B (byte array)
136
+ copy back byte[] contents into original String
137
+ *test/test.rb
138
+ add string buffer test (test_bothdirection_buffer)
139
+ Wed Nov 17 arton
140
+ *ext/rjb.c
141
+ RJB_VERSION -> 1.3.3
142
+ *ext/load.c
143
+ Check JAVA_HOME before load JVM (OS X specific)
144
+ change int -> size_t for 64bit OS
145
+ *test/test_osxjvm.rb
146
+ add new test for OS X specific JVM detection.
147
+ Sat Oct 30 arton
148
+ *ext/rjb.c
149
+ RJB_VERSION -> 1.3.2
150
+ *extconf.rb
151
+ Change OSX's include path detecting
152
+ Tue Oct 26 arton
153
+ *ext/rjb.c
154
+ RJB_VERSION -> 1.3.1
155
+ *rjb.rake
156
+ make universal-darwin gem for Mac bundled ruby.
157
+ Sun Oct 24 arton
158
+ *sample/filechooser.rb
159
+ omit Thread use (cause JVM crush with 1.9 and StackOverflow with 1.8)
160
+ Sat Oct 23 arton
161
+ *ext/rjb.c
162
+ RJV_VERSION -> 1.3.0
163
+ add loaded? class method.
164
+ add add_classpath method (add jars without invoking load method)
165
+ *ext/load.c
166
+ OSX default jvm name changes to "JavaVM" (bug#28667 reported by Jeff Adams, thanks Jeff !)
167
+ *ext/extconf.rb
168
+ OSX javahome set to /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK
169
+ *lib/rjbextension.rb
170
+ use Rjb::add_classpath method instead of Kernel's class vars.
171
+ *test/test.rb, test/exttest.rb
172
+ fix add_jar test, previous version load them from jp directory.
173
+ Tue Sep 22 arton
174
+ *ext/rjb.c
175
+ RJV_VERSION -> 1.2.10
176
+ add add_jars method. add_jar and add_jars can take an array of jars.
177
+ *test/test.rb
178
+ add calling add_jar with an array test.
179
+ Tue Sep 21 arton
180
+ *ext/rjb.h
181
+ export ClassLoader methods
182
+ *ext/load.c
183
+ move ClassLoader interaction codes into rjb.c
184
+ *ext/rjb.c
185
+ RJV_VERSION -> 1.2.9
186
+ add add_jar method.
187
+ loading classes throgh URLClassLoader if the user add Jars
188
+ *lib/rjb.rb
189
+ change MODIFIER module into a constant. Because it implys Rjb::import.
190
+ change Config -> RbConfig for 1.9
191
+ *test/test.rb
192
+ add Rjb::add_jar test
193
+ *test/JarTest.java
194
+ *test/jartest.jar
195
+ add for Rjb::add_jar test
196
+ Fri Sep 17 arton
197
+ *test/test.rb
198
+ sort arguments order for test_java_methods (the order is implement dependent)
199
+ add fixnum conversion test for 64bit platform (test_64fixnum)
200
+ *ext/rjb.c
201
+ RJV_VERSION -> 1.2.8
202
+ fix rv2jlong bug, the solution was suggested by Ary Borenszweig
203
+ Sun Aug 29 arton
204
+ *ext/rjb.c
205
+ ignore no arguments method signature.
206
+ name base classes under Rjb module.
207
+ *lib/rjb.rb
208
+ implements public_methods and methods
209
+ *test/test.rb
210
+ add non arguments method sig test
211
+ add methods, public_methods, java_methods test
212
+ Thu Jul 22 arton
213
+ *ext/rjb.c
214
+ RJB_VERSION -> 1.2.6
215
+ export jv2rv for rjbexception.c
216
+ *ext/rjb.h
217
+ export jv2rv for rjbexception.c
218
+ *ext/rjbexception.c
219
+ create and keep java exception object for its properties.
220
+ *test/test.rb
221
+ add Exception#cause test
222
+ Wed Jun 9 arton
223
+ *ext/load.c
224
+ accept JAVA_HOME having an extra slash at the end
225
+ *ext/rjb.c
226
+ RJB_VERSION -> 1.2.5
227
+ Fri Jun 5 arton
228
+ *ext/rjb.h
229
+ defin HAVE_LONG_LONG if no HAVE_LONG_LONG but LP64
230
+ *ext/rjb.c
231
+ remove unused variables
232
+ RJB_VERSION -> 1.2.4
233
+ Fri Jun 4 arton
234
+ *ext/riconv.c
235
+ remove unused function if build with Ruby 1.9
236
+ *ext/rjb.c
237
+ RJB_VERSION -> 1.2.3
238
+ to accomodate with rubinius
239
+ *ext/load.c
240
+ to accomodate with rubinius
241
+ *ext/rjbexception.c
242
+ to accomodate with rubinius
243
+ Sun May 30 arton
244
+ *lib/rjbextension.rb
245
+ Rjb extension from Andreas Ronge's neo4j
246
+ - directly import jar by require method
247
+ - Rjb::import without quotations (Java class as Ruby object)
248
+ *test/exttest.rb
249
+ test for rjbextension.rb
250
+ *test/rjbtest.jar
251
+ test file for rjbextension.rb
252
+ Sat May 29 arton on behalf of atoulme
253
+ *ext/rjb.c
254
+ *ext/load.c
255
+ *ext/rjbexception.c
256
+ to accomodate with rubinius
257
+ thanks atoulme !
258
+ Wed May 12 arton
259
+ *test/test.rb
260
+ add Class name for TestMixin module because ruby 1.9 doesn't handle the constant.
261
+ Tue May 11 arton
262
+ *ext/rjb.c
263
+ fix duplicate method registering while no alias.
264
+ add class methods for inspecting method signatures.
265
+ add class_eval method for extending Java class
266
+ *test/test.rb
267
+ add class methods test for inspecting method signatures.
268
+ add mixin tests
269
+ Tue May 4 arton
270
+ *ext/load.c
271
+ corrected wrong function signature (BUG#28088), pointed and fixed by Romulo A. Ceccon (thanks)
272
+ *ext/rjb.c
273
+ using inheritance check while inspecting a object is RJB's instance (for extending it).
274
+ Tue Mar 16 arton
275
+ *ext/riconv.c
276
+ change locale setting "" to "C", fixed by Fabien Sartor (rjb-Bugs-27968)
277
+ *ext/rjb.c
278
+ RJB_VERSION -> 1.2.1
279
+ Sun Nov 1 arton
280
+ *ext/load.c
281
+ load jvm pointed by JVM_LIB environment variable first (suggested by Ittay Dror).
282
+ *ext/rjb.c
283
+ RJB_VERSION -> 1.2.0
284
+ Sun Oct 11 arton
285
+ *ext/extconf.rb
286
+ add double quotation around include path for mingw compiler, original patched by Roger Pack (thanks)
287
+ remove double quotaion around java_home variable for existing checking by File.directoy?
288
+ *rjb.rake
289
+ adding mingw support for the older version compatibility checking
290
+ Thu Sep 10 arton
291
+ *ext/load.c
292
+ Correct previous code (always reload jvm if OSX < Snow Leopard)
293
+ Clear DL's exception if success
294
+ *ext/rjb.c
295
+ RJB_VERSION -> 1.1.9
296
+ *ext/rjbexception.c
297
+ fit arguments for rb_raise to shut warning down
298
+ Mon Sep 07 arton
299
+ *ext/load.c
300
+ Check no compat type dylib after loading was failed (for Snow Leopard)
301
+ *ext/rjb.c
302
+ RJB_VERSION -> 1.1.8
303
+ Sun Feb 15 arton
304
+ *test/test/rb
305
+ add $KCODE and magic comment for iconv
306
+ *ext/rjb.c
307
+ RJB_VERSION -> 1.1.7
308
+ Thu Feb 5 kuwa1
309
+ *test/Test.java
310
+ *test/test.rb
311
+ add tests(Umlaut)
312
+ *ext/rjb.c
313
+ *ext/load.c
314
+ fix for ruby19
315
+ Sun Nov 16 arton
316
+ *ext/load.c
317
+ apply hpux patch, contributed by Ittay Dror. thanks
318
+ Tue Aug 26 arton
319
+ *ext/load.c, rjb.c, rjb.h
320
+ export safe_funcall under the prefix 'rjb'.
321
+ calling DL with rb_protect for avoiding exception.
322
+ Mon Aug 25 arton
323
+ *ext/load.c
324
+ Fix checking the result for loading alternate_jvm_type.
325
+ (patch from Kumar, thanks)
326
+ Thu Aug 14 arton
327
+ *ext/rjb.c, load.c, etc
328
+ change comment line // -> /* */ because AIX's compiler
329
+ add _AIX for load.c (this patch from Ittay Dror, thanks)
330
+ *ext/load.c
331
+ add ALT_JVM_TYPE for alternative jvm directory (by Kumar)
332
+ Sun Jul 13 arton
333
+ *ext/rjb.c
334
+ display warning when Rjb load jvm implicitly if $DEBUG or $VERBOSE.
335
+ Mon May 26 arton
336
+ *ext/rjb.c
337
+ correct char primitive conversion for Bigendian machine.
338
+ use macroes for loading classes
339
+ *ext/load.c
340
+ adjust OS X's directory
341
+ *ext/extconf.rb
342
+ adjust OS X's directory if Home exists
343
+ Thu Mar 27 arton
344
+ *ext/rjb.c
345
+ mark version 1.1.4 for the next release.
346
+ *test/test.rb
347
+ remove unload, because it fails.
348
+ It's more important to assert each functions.
349
+ Thu Mar 27 arton
350
+ *ext/riconv.c
351
+ activate conv tables for getenv configuration.
352
+ Tue Mar 5 Kuwashima
353
+ *ext/rjb.c
354
+ *ext/rjb.h
355
+ *ext/rjbexception.c
356
+ add auto load method.
357
+ Tue Mar 4 Kuwashima
358
+ *ext/rjbexception.c
359
+ *ext/rjb.c
360
+ *test/test.rb
361
+ clear(ignore) exception in current java thread, before some operation.
362
+ *ext/rjbexception.c
363
+ *ext/rjb.c
364
+ add auto load for Rjb::bind, Rjb::throw
365
+ *ext/rjb.c
366
+ *test/test.rb
367
+ add Rjb::unbind
368
+ *test/test.rb
369
+ add loading rubygems
370
+ Sat Feb 23 arton
371
+ *test/test.rb
372
+ let test_field metod use Test.class instead of Point.class
373
+ *test/Test.java
374
+ add a public field for testing
375
+ Fri Feb 22 arton
376
+ *ext/rjb.c
377
+ mark version 1.1.3 for the next release.
378
+ Fri Feb 22 arton
379
+ *ext/rjb.c
380
+ fix field reference (bug# 18238)
381
+ Wed Jan 9 arton
382
+ *ext/rjb.h
383
+ add some ruby macros that defined after 1.8.6 for compatibility
384
+ Change RBridge.class by 1.4.2
385
+ *data/rjb/jp/co/infoseek/hp/arton/rjb/RBridge.class
386
+ compiled by 1.4.2 version of Java
387
+ *rjb.c
388
+ mark version 1.1.2 for the next release.
389
+ Tue Dec 27 Kuwashima
390
+ *test/Test.java
391
+ *test/test.rb
392
+ *ext/depend
393
+ *ext/load.c
394
+ *ext/extconf.rb
395
+ *ext/rjbexception.c
396
+ *ext/rjb.c
397
+ *ext/riconv.c
398
+ change for compatibility with Ruby-1.9.0
399
+ Tue Nov 20 arton
400
+ *rjb.c
401
+ mark version 1.10.12 for next relase.
402
+ *load.c
403
+ omit useless double-quotations from JAVA_HOME, maybe specifies a longpathname (but useless).
404
+ Wed Nov 14 Kuwashima
405
+ *rjb.c
406
+ add error check to constructor.
407
+ Fri Nov 9 arton
408
+ *test.rb
409
+ *Test.java
410
+ add test for reproducing rjb-bugs-15430
411
+ *rjb.c
412
+ fix rjb-bugs-15430 that caused by bad array conversion.
413
+ (generics method result signature is an object, but the real result is typed array)
414
+ *riconv.c
415
+ correct to get the number of array element.
416
+ Tue Oct 23 Kuwashima
417
+ *riconv.c
418
+ Change string encoding conversion rule.
419
+ Mon Oct 22 Kuwashima
420
+ *riconv.c
421
+ *riconv.h
422
+ recycle iconv instance.
423
+ *test/test.rb
424
+ add cases for test_kjconv
425
+ Sun Sep 23 arton
426
+ *rjb.c
427
+ version 1.0.9
428
+ convert to Ruby's type if Rjb::primitive_converion is enalbed and the result type is java.lang.Object
429
+ support the object conversion for a bignum to long.
430
+ Sat Sep 15 arton
431
+ *rjb.c
432
+ version 1.0.8
433
+ correction of 1.0.7, support long type.
434
+ Fri Sep 14 arton
435
+ *rjb.c
436
+ version 1.0.7
437
+ add auto primitive conversion toggled by Rjb::primitive_conversion
438
+ *test.rb
439
+ add test_auto_conv
440
+ Sun Jun 17 arton
441
+ *rjb.c
442
+ add method aliases.
443
+ setXxYy -> xx_yy=
444
+ getXxYy -> xx_yy
445
+ isXxYy -> xx_yy?
446
+ xxYyZz -> xx_yy_zz
447
+ *test.rb
448
+ add a test for the method alias feature.
449
+ Tue Nov 21 arton
450
+ *rjb.c
451
+ Skip the constant registering process, if the constant was already defined.
452
+ *load.c
453
+ *rjb.c
454
+ *rjbexception.c
455
+ *rjb.h
456
+ add prefix 'rjb' for externed symbol names to avoid confliction.
457
+ Sun Oct 08 arton (on behalf of richard apodaca)
458
+ *load.c
459
+ support AMD64
460
+ Mon Sep 11 arton
461
+ *test.rb
462
+ add a test of arguments types are various array.
463
+ *Test.java
464
+ add a test of arguments types are various array.
465
+ *rjb.c
466
+ accept nil for array parameter.
467
+ Sun Sep 10 arton
468
+ *test.rb
469
+ add a test of return type is an object wrapped an array
470
+ *Test.java
471
+ add a method that returns an object wrapped an array
472
+ *rjb.c
473
+ check array-mark in jv2rv for returned object was an array
474
+ Tue Aug 1 arton
475
+ *load.c
476
+ *rjb.c
477
+ change load pathname of the bridge class.
478
+ *post-install.rb
479
+ add for remove previous installed rjb.so.
480
+ *rjb.rake
481
+ add for build Gem.
482
+ *rjb.rb
483
+ for preparing the pathname constant of the bridge class.
484
+ *depend
485
+ chage binary name from rjb.so to rjbcore.so
486
+ *extconf.rb
487
+ chage binary name from rjb.so to rjbcore.so
488
+ Mon Jul 31 arton
489
+ *load.c
490
+ fix buffer allocation
491
+
492
+ Sun Jul 16 (Jun 22) Kuwashima and arton
493
+ *rjb.c
494
+ version 0.2.8
495
+ *MANIFEST
496
+ *depend
497
+ *load.c
498
+ *rjbexception.c
499
+ change jni.h to jniwrap.h.
500
+ change the bridge class's header according to JDK 5.0's javah.
501
+ *jniwrap.h
502
+ wrap jni.h for Cygin
503
+ Sat Jun 10 14:10:05 2006 arton
504
+ *rjb.c
505
+ version 0.2.7
506
+ support an array of arrays from ruby to java.
507
+
508
+ Mon May 8 08:52:12 2006 arton
509
+ *load.c
510
+ revision 5
511
+ support both Intel and PPC Mac.
512
+ Patched version was contributed by Demetrius Nunes.
513
+
514
+ Wed Apr 12 03:57:12 2006 arton
515
+ *rjb.c
516
+ version 0.2.6
517
+ support an array of arrays.
518
+ *test.rb
519
+ add an array of arrays test, some tests are contributed by Darren Day.
520
+ *Test.java
521
+ add a test method that returns an array of arrays, some tests are
522
+ contributed by Darren Day.
523
+
524
+ Sat Dec 24 18:56:38 2005 arton
525
+ *rjb.c
526
+ version 0.2.5
527
+ release String, Float, Array object after method call.
528
+ *gctest.rb
529
+ add for String object gc test
530
+
531
+ Mon Sep 19 01:09:30 2005 arton
532
+ *rjb.c
533
+ version 0.2.4
534
+ use null instead of empty string when String argument is nil
535
+ omit unused local variable from jstring2val
536
+ *test.rb
537
+ add null string test (bug since utf-8 support)
538
+
539
+ Tue Jun 28 01:57:07 2005 arton
540
+ *rjb.c
541
+ version 0.2.3
542
+ convert result object to imported class if object is an instance of Class
543
+ call Class#forName if argument count is 1
544
+ *test.rb
545
+ add test_importobj contributed by Mr. Kuwashima, thanks.
546
+
547
+ Mon Jun 27 20:30:50 2005 arton
548
+ treat Class.forName as Rjb::import
549
+ *rjb.c
550
+ version 0.2.2
551
+ add method 'forName' into imported Class object
552
+ if pass imported object to JVM, extract Class object from ruby object
553
+ *test.rb
554
+ add above tests
555
+
556
+ Sat Jun 25 05:58:36 2005 arton
557
+ most bugs were reported by Mr. Micael Weller, thanks.
558
+ *rjb.c
559
+ version 0.2.1
560
+ correct derived static method search
561
+ search class methods then class's instance methods when called by class
562
+ avoid register non capitalized named constants into constants table
563
+ correct capitalized named method search
564
+ *riconv.c
565
+ never call iconv if $KCODE is nil
566
+ *load.c
567
+ using path separator ; for cygwin (by Ryugate)
568
+
569
+ Sun Apr 24 05:26:16 2005 arton
570
+ *rb.c
571
+ version 0.2.0
572
+ delete localref if globalref was created.
573
+ load can take the second argument for jvm
574
+ *load.c
575
+ load can take the second argument for jvm
576
+
577
+ Mon Jan 17 02:40:21 2005 arton
578
+ *rjb.c
579
+ add 'throw' module function.
580
+ move java exception handling functions into newly created rjbexception.c
581
+ *rjb.h
582
+ declations for rjb.c and rjbexception.c
583
+ *rjbexception.c
584
+ java exception handling functions, and 'throw' module function.
585
+ *test.rb
586
+ adding throw test.
587
+
588
+ Wed Jan 12 00:01:08 2005 Kaspar Schiess and arton
589
+ *rjb.c
590
+ correct Rjb::load parameter evaluation (classpath).
591
+ - many thanks to Mr.Schiess.
592
+
593
+ Sun Nov 21 02:51:43 2004 Kuwashima and arton
594
+ *rjb.c
595
+ move dbcs-utf-8 auto conversion feature into riconv.?
596
+ remove JNI version argument from Rjb::load. (bug reported by Mr.Tateishi)
597
+ *load.c
598
+ correct CLASSPATH setting (bad environment name).(bug reported by Mr.Tateishi)
599
+ *riconv.c riconv.h (contributed by Mr.Kuwashima)
600
+ DBCS - utf-8 auto conversion functions.
601
+ *depend MANIFEST
602
+ add riconv.?
603
+ - many tanks to Mr.Kuwashima and Mr.Tateishi.
604
+
605
+ Tue Oct 5 23:08:59 2004 Kuwashima and arton
606
+ *test.rb
607
+ add kanji conversion test
608
+ *rjb.c
609
+ add dbcs(sjis and euc-jp) - utf-8 auto conversion feature.
610
+ the patch was contributed by Mr.Kuwashima, many thanks.
611
+
612
+ Sun Oct 3 18:24:42 2004 arton
613
+ *load.c
614
+ JNIEnv* now using local variable instead of global one.
615
+ Because AWT event use a worker thread, and JNI need thread's owned JNIEnv.
616
+ *rjb.c
617
+ JNIEnv* now using local variable instead of global one.
618
+ Because AWT event use a worker thread, and JNI need thread's owned JNIEnv.
619
+ This change was suggested by Mr.Kuwashima, he also tested the behavior,
620
+ and gave me some test codes.
621
+ and attach_current_thread is from Mr.Kuwashima's patch.
622
+ Many thanks to Mr.Kuwashima.
623
+
624
+ Sat Sep 25 03:25:45 2004 arton
625
+ *rjb.c
626
+ implements interface's method argument conversion.
627
+ *test.rb
628
+ add Comparable test (interface with method arguments)
629
+ *Test.java
630
+ add Comparable test method.
631
+
632
+ Wed Sep 22 02:30:15 2004 arton
633
+ *rjb.c
634
+ correct constants load, using mid-class.
635
+ convert null string to nil
636
+
637
+ Wed Sep 22 00:05:32 2004 arton
638
+ *rjb.c
639
+ correct ruby type checking. If the parameter type is java.lang.String, rjb instance is always accepted.
640
+
641
+ Mon Sep 20 22:02:53 2004 arton
642
+ *rjb.c
643
+ checking method/constructor signature with class when the argument is rjb's instance.
644
+ Sun Sep 19 00:54:35 2004 arton
645
+ *rjb.c
646
+ convert Java exception to Ruby's StandardError derived class.
647
+ checking method/constructor signature when invoking if no signatur argument is supplied.
648
+ adding field accessor.
649
+
650
+ Sun Sep 12 21:42:00 2004 arton
651
+ *rjb.c
652
+ call exception description when verbose = true.
653
+ correct recursive import call (for Boolean).
654
+ corrent method not found message creation.