| Age | Commit message (Collapse) | Author |
|
'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.
|
|
|
|
|
|
|
|
Refactor mrb_hash_has_keyWithKey() func in hash.c
|
|
|
|
|
|
objects for each type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix the type of value that is returned by bit shift expression.
|
|
strlen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_check_hash_type(): Remove as no implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|