summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-07-14Merge pull request #1377 from suzukaze/add-comments-in-variable.cYukihiro "Matz" Matsumoto
Add comments in variable.c
2013-07-14Merge pull request #1376 from suzukaze/replace-mrb_intern-in-random.cYukihiro "Matz" Matsumoto
Replace mrb_intern() with mrb_intern2() in random.c
2013-07-14Merge pull request #1375 from suzukaze/replace-mrb_internYukihiro "Matz" Matsumoto
Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr().
2013-07-14Merge pull request #1374 from suzukaze/refactor-vm.cYukihiro "Matz" Matsumoto
Replace 0 with NULL because NULL is used in struct pointer.
2013-07-14Add comments in variable.cJun Hiroe
2013-07-14Replace mrb_intern() with mrb_intern2() in random.cJun Hiroe
2013-07-14Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr().Jun Hiroe
2013-07-14Replace 0 with NULL because NULL is used in struct pointer.Jun Hiroe
2013-07-13singleton class super initialize failedYukihiro "Matz" Matsumoto
2013-07-13make_metaclass should skip MRB_TT_ICLASS; close #1369Yukihiro "Matz" Matsumoto
2013-07-12Merge pull request #1368 from suzukaze/add-comments-in-opcode.hYukihiro "Matz" Matsumoto
Add comments in opcode.h
2013-07-12Merge pull request #1367 from suzukaze/fix-indent-opcode.hYukihiro "Matz" Matsumoto
Fix indents in opcode.h.
2013-07-13make_metaclass should skip MRB_TT_ICLASS; close #1369Yukihiro "Matz" Matsumoto
2013-07-12Fix comments in opcode.hJun Hiroe
2013-07-12Add comments in opcode.hJun Hiroe
2013-07-12Fix indents in opcode.h.Jun Hiroe
2013-07-11Merge pull request #1366 from authorNari/patch-1Yukihiro "Matz" Matsumoto
add the name 'Narihiro Nakamura'
2013-07-12add the name 'Narihiro Nakamura'Narihiro Nakamura
2013-07-11Merge pull request #1365 from suzukaze/refactor-using-REGEXP_CLASSYukihiro "Matz" Matsumoto
Refactor codes using REGEXP_CLASS define.
2013-07-11Merge pull request #1364 from suzukaze/refactor-in-mrb-internYukihiro "Matz" Matsumoto
Replace mrb_intern() func with mrb_intern2() or mrb_intern_cstr() func.
2013-07-122.Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func.Jun Hiroe
2013-07-12Refactor codes using REGEXP_CLASS define.Jun Hiroe
2013-07-12Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func.Jun Hiroe
2013-07-12Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-07-12mark stacks in final_marking; close #1359; close #1362Yukihiro "Matz" Matsumoto
2013-07-12factor out context stack markingYukihiro "Matz" Matsumoto
2013-07-11Merge pull request #1363 from suzukaze/refactor-class.cYukihiro "Matz" Matsumoto
Replace mrb_intern() with mrb_intern_cstr().
2013-07-11Replace mrb_intern() with mrb_intern_cstr().Jun Hiroe
2013-07-11Merge branch 'kyab-toplevel_ext'Yukihiro "Matz" Matsumoto
2013-07-11add mruby-toplevel-ext as defaultYukihiro "Matz" Matsumoto
2013-07-11add private/protected/public to mainYukihiro "Matz" Matsumoto
2013-07-11Merge branch 'toplevel_ext' of https://github.com/kyab/mruby into ↵Yukihiro "Matz" Matsumoto
kyab-toplevel_ext
2013-07-11add dummy visibility methods (public/protected/private) that do nothing; ref ↵Yukihiro "Matz" Matsumoto
#1357
2013-07-10Merge pull request #1360 from suzukaze/refactor-string.cYukihiro "Matz" Matsumoto
Replace 0 with '\0' as nul terminated string.
2013-07-11Replace 0 with '\0' as nul terminated string.Jun Hiroe
2013-07-10put pointer tables before bitmap to avoid alignment issues; ref #1353Yukihiro "Matz" Matsumoto
2013-07-10mrb_bob_missing to use mrb_get_args("n")Yukihiro "Matz" Matsumoto
2013-07-10mrb_mod_alias to use mrb_get_args("nn")Yukihiro "Matz" Matsumoto
2013-07-08Merge pull request #1355 from suzukaze/refactor-object.cYukihiro "Matz" Matsumoto
Refactor true_or() and false_and() in object.c.
2013-07-08Merge pull request #1356 from CaptainJet/masterYukihiro "Matz" Matsumoto
Fix matching the host platform on the androideabi toolchain on windows.
2013-07-08Fix the androideabi toolchain not matching hostRobert Rowe
The included method of determining the host platform in the androideabi would not match to windows if RUBY_PLATFORM returned mingw, wince, or emx. As an added pre-caution, using a case statement with regexp matching will better determine the host platform since it won't be case sensitive and for windows is set to match more specifially than just "win".
2013-07-08Refactor true_or() and false_and() in object.c.Jun Hiroe
2013-07-07Merge pull request #1354 from wanabe/call-inheritedYukihiro "Matz" Matsumoto
call Class#inherited when Class.new(klass)
2013-07-07Merge pull request #1353 from mirichi/khashYukihiro "Matz" Matsumoto
khash.h optimizes more.
2013-07-07call Class#inherited when Class.new(klass)hoge
2013-07-07It optimizes more.mirichi
2013-07-07Merge pull request #1352 from k-tsj/change-param-type-to-suppress-warningsYukihiro "Matz" Matsumoto
Change parameter type to suppress -Wsign-compare warnings
2013-07-07Merge pull request #1349 from mirichi/khashYukihiro "Matz" Matsumoto
kh_resize_##name bug fixed.
2013-07-07Change parameter type to suppress -Wsign-compare warningsKazuki Tsujimoto
2013-07-07kh_resize_##name bug fixed.mirichi