- 03 Sep, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Use mrb_str_cat_lit() instead of mrb_str_cat_cstr() for string-literals.
-
- 02 Sep, 2014 7 commits
-
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
Refactor kernel.c
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 01 Sep, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 30 Aug, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
delete obsolete macros (mrb_basic + mrb_object)
-
Yukihiro "Matz" Matsumoto authored
correctly validate symbol length
-
- 29 Aug, 2014 6 commits
-
-
cremno authored
The comment didn't say why the length is reserved. Using RITE_LV_NULL_MARK makes things a bit clearer.
-
cremno authored
This also fixes an off-by-one in mrb_check_intern().
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove unused macro.
- 28 Aug, 2014 15 commits
-
-
Tatsuhiko Kubo authored
OutOfRange() is no longer used.
-
Yukihiro "Matz" Matsumoto authored
Fix error handlings for fprintf() and fputs() to file.
-
Yukihiro "Matz" Matsumoto authored
Unify and rename duplicated functions (noregexp() and regexp_check()).
-
Yukihiro "Matz" Matsumoto authored
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Tatsuhiko Kubo authored
Add prefix(mrb) to noregexp() and regexp_check().
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
add write barrier to env on pop call info poped. #2525
-
dycoon authored
-
- 27 Aug, 2014 6 commits
-
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
Add a missing space after ",".
-
Yukihiro "Matz" Matsumoto authored
Remove discareded NULL checks and use mrb_malloc() instead of mrb_realloc().
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
-