| Age | Commit message (Collapse) | Author |
|
by replacing to memset() on their own risk.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
monaka/pr-use-mrb_obj_alloc_string-instead-of-str_alloc
Remove str_alloc(). Use mrb_obj_alloc_string() instead.
|
|
Remove mrb_str_sublen() as it is not used.
|
|
Remove mrb_str_new2().
|
|
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
|
|
|
|
|
|
Use suitable types for variables.
|
|
Fix indents in parse.y.
|
|
|
|
architectures.
|
|
|
|
|
|
|
|
|
|
Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer.
|
|
|
|
|
|
|
|
Fix indent in string.c
|
|
|
|
|
|
|
|
For portability: %ld can't be used to print a 64-bit mrb_int on
WIN(32|64) because long is 32-bit wide.
|
|
|
|
|
|
length. It avoids overflow in the extreme situations.
|
|
This assumption may break on some targets which have 16bit memory space.
|
|
|
|
|
|
|
|
|
|
causes bugs on modifications in the future.
|
|
|
|
|
|
|
|
|
|
close #951
|
|
Remove warning for regexp
|
|
|
|
|
|
|
|
|
|
Skip end of loop in mrb_sym2name_len
|