| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_malloc causes an exception when memory was empty.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- reduce compile time by a little bit (full-core: ~0.7s for me)
- thanks to 'include-what-you-use' for some help
- include Standard C header files before any other (coding style)
|
|
|
|
'kh_xxx_t' requires 'mrb_state' to allocate, free, and compute hash value.
But 'mrb_state' should not be held by 'kh_xxx_t' and 'mrb_state' should be
supplied from outside.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|
|
|
|
|
|
iv_foreach_func must return int
|
|
|
|
tomrb_ptr_as_string() instead.
|
|
|
|
strlen().
|
|
monaka/pr-cleanup-symbol.c-20130312
|