| Age | Commit message (Collapse) | Author |
|
given; ref #2594
|
|
Implement Hash[]
|
|
|
|
|
|
|
|
if you see compiler errors due to this commit, you'd better to use array-modifying
functions, e.g. mrb_ary_set() or mrb_ary_push(), otherwise you might see nasty
GC bugs in the future. if you are sure what you are doing, replace `RARRAY_PTR(ary)`
by `mrb_ary_ptr(ary)->ptr`. but be warned.
|
|
|
|
|
|
Mostly renaming, except that the definition of struct accessor methods
is now done in a new function.
|
|
|
|
Unify and rename duplicated functions (noregexp() and regexp_check()).
|
|
|
|
Add prefix(mrb) to noregexp() and regexp_check().
|
|
|
|
|
|
|
|
|
|
use mrb_str_cat_lit() instead of mrb_str_cat_cstr().
|
|
|
|
|
|
Add API `mrb_data_init` to initialize `MRB_TT_DATA` tagged instance.
|
|
|
|
|
|
The return value of mrb_generate_code()
must be null-checked before referencing.
|
|
mrb_parser_new() and mrb_generate_code() may return NULL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mattn-string-succ
|
|
|
|
|
|
|
|
mruby-strip doesn't need mrbgems
|
|
|
|
Reduces executable size by more than 50% (409->171 KB).
|
|
|
|
#2495
|
|
mirb: allocate `history_path` dynamically
|
|
|
|
|
|
Check mrbgem.rake instead of directory to ignore empty directories in full-core gembox.
|
|
|
|
|
|
|
|
|
|
|
|
|