- 21 Sep, 2014 2 commits
-
-
Eric Hodel authored
-
Eric Hodel authored
-
- 18 Sep, 2014 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
change class argument of mrb_const_defined_at from `struct RClass*` to `mrb_value` to make it consistent with mrb_const_defined; ref #2593
-
Yukihiro "Matz" Matsumoto authored
-
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 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-