- 18 Sep, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Implement Hash[]
-
INOUE Yasuyuki authored
-
INOUE Yasuyuki authored
-
INOUE Yasuyuki authored
-
- 17 Sep, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
update outdated links to the original program.
-
- 16 Sep, 2014 1 commit
-
-
Miura Hideki authored
-
- 14 Sep, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Sep, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
if you see compiler errors due to this commit, you'd better to use array-modifying functions, e.g. mrb_ary_set() or mrb_ary_push(), otherwise you might see nasty GC bugs in the future. if you are sure what you are doing, replace `RARRAY_PTR(ary)` by `mrb_ary_ptr(ary)->ptr`. but be warned.
-
- 10 Sep, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Sep, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Add inline to str_with_class().
-
- 08 Sep, 2014 5 commits
-
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix MSVC C++ ABI build. Close #2588.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Sep, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 06 Sep, 2014 1 commit
-
-
INOUE Yasuyuki authored
-
- 05 Sep, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix default gem loading in `generate_gem_table`.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Sep, 2014 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
get rid of shadowing variables (mrbgems)
-
Yukihiro "Matz" Matsumoto authored
fix strict aliasing rule violation
-
cremno authored
-
cremno authored
Mostly renaming, except that the definition of struct accessor methods is now done in a new function.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Sep, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
get rid of shadowing variables
-
cremno authored
Mostly by renaming the shadowing variable. If a shadowing variable was deleted, the shadowed one can be used instead.
-
Yukihiro "Matz" Matsumoto authored
save and restore arena index to prevent arena overflow.
-
Tomoyuki Sahara authored
-
Yukihiro "Matz" Matsumoto authored
Use mrb_str_cat_lit() instead of mrb_str_cat_cstr() for string-literals.
-
- 02 Sep, 2014 1 commit
-
-
Tatsuhiko Kubo authored
-