rjb 1.4.7-x86-mswin32-100 → 1.4.9-x86-mswin32-100

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