- 14 Mar, 2013 14 commits
-
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Cleanup symbol.c.
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Clean up parse.y.
-
Yukihiro "Matz" Matsumoto authored
Remove compiler warning
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
Add the type check in mrb_str_to_cstr().
-
Yukihiro "Matz" Matsumoto authored
Extract stack zero filling into new function.
-
Yukihiro "Matz" Matsumoto authored
DATA_TYPE must be set as soon as possible
-
Yukihiro "Matz" Matsumoto authored
mrb_sys_fail raises an instance of (subclass of) SystemCallError if we have it
-
Yukihiro "Matz" Matsumoto authored
Cut off eval_test from main
-
Yukihiro "Matz" Matsumoto authored
Add null check
-
- 13 Mar, 2013 14 commits
-
-
kano4 authored
-
kano4 authored
-
Masaki Muranaka authored
Extract stack zero filling to stack_clear(). Porting evelopers can optimize by replacing to memset() on their own risk.
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
-
Yukihiro "Matz" Matsumoto authored
Remove str_alloc(). Use mrb_obj_alloc_string() instead.
-
Yukihiro "Matz" Matsumoto authored
Remove mrb_str_sublen() as it is not used.
-
Yukihiro "Matz" Matsumoto authored
Remove mrb_str_new2().
-
Yukihiro "Matz" Matsumoto authored
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
-
- 12 Mar, 2013 12 commits
-
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
Remove unused return value in mruby.c
-
Yukihiro "Matz" Matsumoto authored
Use suitable types for variables.
-
Yukihiro "Matz" Matsumoto authored
Use suitable types for variables.
-
Yukihiro "Matz" Matsumoto authored
Fix indents in parse.y.
-
Yukihiro "Matz" Matsumoto authored
Add static declaration
-
kano4 authored
-
kano4 authored
-
kano4 authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-