| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Use specified macro(NULL) instead of magic-number.
|
|
Fix error handling for mrb_pool_realloc().
|
|
When DISABLE_GEMS is not defined and
a return value of mrb_open_core() is NULL,
mrb_open_allocf() may cause SEGV.
|
|
mrb_pool_alloc() may return NULL.
|
|
|
|
read_irep_record_1() and read_irep_record() may return NULL.
|
|
|
|
|
|
|
|
|
|
|
|
Fix indents in numeric.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mruby core does not support any character encodings but ASCII.
|
|
|
|
Class method defined in singleton class should be evaluated in class
context not singleton class context.
fix #2515
|
|
removed non-need space
|
|
|
|
|
|
Rename GC_STATE_NONE GC_STATE_ROOT
|
|
Refactor incremental_sweep_phase() in gc.c
|
|
|
|
|
|
|
|
|
|
revert accidental constify.
|
|
|
|
|
|
suzukaze-add-gc-docs
|
|
|
|
|
|
|
|
|
|
MSVC: add simple (v)snprintf implementation
|
|
change linkage of mrb_str_size to internal
|
|
fix conversion warnings (in gc.c)
|
|
remove unnecessary CHAR_BIT != 8 check
|
|
Use RSTRING_LEN to get the length.
|