- 13 Jul, 2013 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add comments in opcode.h
-
Yukihiro "Matz" Matsumoto authored
Fix indents in opcode.h.
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Jul, 2013 7 commits
-
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
add the name 'Narihiro Nakamura'
-
Narihiro Nakamura authored
-
Yukihiro "Matz" Matsumoto authored
Refactor codes using REGEXP_CLASS define.
-
Yukihiro "Matz" Matsumoto authored
Replace mrb_intern() func with mrb_intern2() or mrb_intern_cstr() func.
-
- 11 Jul, 2013 13 commits
-
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Replace mrb_intern() with mrb_intern_cstr().
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Jul, 2013 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Replace 0 with '\0' as nul terminated string.
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Jul, 2013 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Refactor true_or() and false_and() in object.c.
-
Yukihiro "Matz" Matsumoto authored
Fix matching the host platform on the androideabi toolchain on windows.
-
Robert Rowe authored
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".
-
- 08 Jul, 2013 3 commits
-
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
call Class#inherited when Class.new(klass)
-
Yukihiro "Matz" Matsumoto authored
khash.h optimizes more.
-
- 07 Jul, 2013 5 commits
-
-
hoge authored
-
mirichi authored
-
Yukihiro "Matz" Matsumoto authored
Change parameter type to suppress -Wsign-compare warnings
-
Yukihiro "Matz" Matsumoto authored
kh_resize_##name bug fixed.
-
Kazuki Tsujimoto authored
-