• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


RSS
Rev. Time Author
11dad71 2015-07-13 21:04:43 Blaž Hrastnik

Enable visibility prepend tests again

a725cb9 2015-07-13 21:04:43 Blaž Hrastnik

Include prepended methods in the instance_methods list.

47264bf 2015-07-13 21:04:42 Corey Powell

Ported all MRI prepend tests

And of course, some of them fail miserably

319553f 2015-07-13 21:04:42 Corey Powell

Removed some debug prints from the test

99aff17 2015-07-13 21:04:42 Corey Powell

Ported a bit more of the MRI Module#prepend tests over

Currently kind_of fails miserably, still looking for the reason

d4b009b 2015-07-13 21:04:42 Corey Powell

Fixed Modules not being fully initialized before #initialize was called

40f4803 2015-07-13 21:04:42 Corey Powell

Added changed check to the mrb_include_module

ce66727 2015-07-13 21:04:42 Corey Powell

Remove some remnant debug code

005cacf 2015-07-13 21:04:42 Corey Powell

Additional patches to make this work

97529c2 2015-07-13 21:04:42 Blaž Hrastnik

Comment in a refactor to match MRI, but that fails 320 tests.

2e617e3 2015-07-13 21:04:42 Blaž Hrastnik

origin must be initialized

ad9f32c 2015-07-13 21:04:42 Blaž Hrastnik

Expose insert position, which should be at origin for include and klass for
prepend.

d046814 2015-07-13 21:04:42 Blaž Hrastnik

Rename classes because of conflicts

f962890 2015-07-13 21:04:42 Blaž Hrastnik

Implement Module#prepend.

d0e67aa 2015-07-13 11:18:44 Yukihiro "Matz" Matsumoto

use "S!" specifier of mrb_get_args() to improve #2882 fix.

02474da 2015-07-13 11:14:50 Yukihiro "Matz" Matsumoto

allow '!' after 'S' specifier of mrb_get_args() that allow nil.

thus "S!" means String|nil type. you have to check nil before
dereferencing the value. this is added to address #2882 while
keeping code simplicity. besides that current #2882 fix lose
polymorphism provided by mrb_get_args().

9c311dd 2015-07-13 11:07:59 Yukihiro "Matz" Matsumoto

refactor mrb_bob_missing to share raising NoMethodError code; fix #2878

Note: arguments of mrb_no_method_error() has changed. You need to replace
3rd and 4th argument (say n, argv) to mrb_ary_new_from_values(mrb, n, argv).

4dac03c 2015-07-12 22:42:18 Yukihiro "Matz" Matsumoto

Merge pull request #2883 from jbreeden/array_join_nil

Patching array join

dd558a1 2015-07-12 13:15:33 jbreeden

Removing unndeeded to_s

bdbd696 2015-07-12 13:03:04 jbreeden

Patching array join

39dd182 2015-07-09 14:57:29 Yukihiro "Matz" Matsumoto

Merge pull request #2880 from mattn/llround

implement llround. some platform (ex: mingw32) doesn't have llround.

1167fd1 2015-07-09 11:02:34 Yasuhiro Matsumoto

use round for llround. some platform (ex: mingw32) doesn't have llround.

8238078 2015-07-08 18:35:37 Ralph Desir

Update hash.h.md

2523ed4 2015-07-08 17:50:01 Mav7

Added new markdowns.

4025216 2015-07-07 10:32:54 Yukihiro "Matz" Matsumoto

method_missing definition may be undefined; fix #2878

5cfc0d0 2015-07-07 07:40:38 Yukihiro "Matz" Matsumoto

Merge pull request #2877 from cremno/fix-dangling-ptr

Coverity: fix dangling pointer

5daabc9 2015-07-07 00:36:51 Yukihiro "Matz" Matsumoto

Merge pull request #2876 from joans321/master

fix androideabi cross-compile error : undefined reference to 'frexpl'

f1c6d6c 2015-07-07 00:34:03 Yukihiro "Matz" Matsumoto

Merge pull request #2875 from davydovanton/doc-comment-typo

Fix typo in comment in String#mrb_cstr_to_inum

0b50b4a 2015-07-06 13:51:57 xuejianqing

fix androideabi cross-compile error : undefined reference to 'frexpl'

03ae38d 2015-07-05 19:53:14 Anton Davydov

Fix typo in comment in String#mrb_cstr_to_inum [skip ci]