| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
monaka/pr-use-mrb_obj_alloc_string-instead-of-str_alloc
Remove str_alloc(). Use mrb_obj_alloc_string() instead.
|
|
Remove mrb_str_sublen() as it is not used.
|
|
Remove mrb_str_new2().
|
|
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
|
|
Use suitable types for variables.
|
|
Fix indents in parse.y.
|
|
|
|
|
|
|
|
Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer.
|
|
|
|
|
|
|
|
Fix indent in string.c
|
|
|
|
|
|
|
|
|
|
|
|
close #951
|
|
Remove warning for regexp
|
|
|
|
|
|
|
|
|
|
Skip end of loop in mrb_sym2name_len
|
|
Remove RB_GC_GUARD(x) macro.
|
|
|
|
|
|
|
|
Cleanup stdio related.
|
|
|
|
|
|
Reduce a snprintf() call in localjump_error().
|
|
C API mrb_p() is always callable.
- But it will do nothing when ENABLE_STDIO is not defined.
Kernel#__printstr__ is always callable.
- But it will do nothing when ENABLE_STDIO is not defined.
|
|
|
|
|
|
|
|
Move Kernel#sprintf to mrbgem
|
|
|
|
|
|
|
|
|
|
|
|
FUKUZAWA-Tadashi-heredoc
|
|
Use MRB_IREP_ARRAY_INIT_SIZE macro.
|