| Age | Commit message (Collapse) | Author |
|
remove the redundant codes with mrb_malloc_simple()
|
|
|
|
|
|
|
|
|
|
|
|
Refactor mrb_hash_has_keyWithKey() func in hash.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using str_new eliminates duplicated codes in mrb_str_new_cstr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Check parameters strictly.
|
|
calloc in C99 is expected to return NULL when nelem * len == 0.
|
|
is in use
|
|
Replace isupper with a macro in msvc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defined in Ruby; close #1263
|