- 14 Mar, 2013 4 commits
-
-
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 11 commits
-
-
kano4 authored
-
kano4 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 17 commits
-
-
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
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer.
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
fix inspect method
-
Akito Mochizuki authored
-
- 11 Mar, 2013 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix indent in string.c
-
Yukihiro "Matz" Matsumoto authored
Fix typo
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Carson McDonald authored
-
kano4 authored
-
- 10 Mar, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Change default gem path.
-