rjb 1.4.7-x86-mswin32-100

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog ADDED
@@ -0,0 +1,646 @@
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.
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
301
+ *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.