| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
2nd argument for `NameError.new` in C API.
|
|
mrb_string_value() is no merit to keep using.
|
|
|
|
monaka-pr-fix-mrb_format
|
|
|
|
|
|
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|
|
|
|
orthogonality. mrb_str_cat2() is also left for backward compatibility.
|
|
|
|
strlen().
|
|
|
|
|
|
environments).
This is a first step. It will be reduced stdlib.h in each files later.
|
|
|
|
|
|
|
|
|
|
Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer.
|
|
|
|
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.
|
|
|
|
Adjust some indents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_raise(): API modified. It cannot treat variable arguments.
|
|
|
|
fix the issue that "Exception.new.inspect" causes SIGSEGV.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
|
|
name
|
|
|
|
|
|
|