| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change scapa and rcapa to size_t, use scapa.
|
|
|
|
Proposal of mrb_intern_lit macro.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You will not see "arena overflow" error anymore, but I encourage gem authors
to check your gems with MRB_GC_FIXED_ARENA to avoid memory broat.
|
|
|
|
|
|
|
|
|
|
|
|
strict C89 world view.
|
|
renamed mrb_exc_new3 to mrb_exc_new_str
|
|
codegen_malloc/realloc: static + simple mem alloc
|
|
|
|
- more descriptive name (there's no mrb_exc_new2)
- no wrapper (macro/static inline function) for
backwards compatibility because nothing besides
mruby itself seems to be calling this function:
<http://mruby-code-search.ongaeshi.me/home?query=mrb_exc_new3>
|
|
- there's no reason for both to have external linkage
- use simple versions of memory allocation functions
which are returning NULL instead of longjmp-ing,
so codegen_error will be called to cleanup.
|
|
|
|
|
|
|
|
|
|
different enumeration type 'enum irep_pool_type' [-Wenum-conversion]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|