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