| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
Define ARY_MAX_SIZE strictly. Use mrb_int instead of int.
|
|
Clean up range.c. Use mrb_int. Use mrb_vtype.
|
|
|
|
mrb_open takes no arguments: (void) instead of ()
|
|
cleanup: delete commented out match_op() from parse.y
|
|
Adjust some indents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mattn-pluggable_struct
|
|
|