rjb 1.5.3 → 1.5.4

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