| Age | Commit message (Collapse) | Author |
|
in Ruby; fix #1680 ref #1765
|
|
When sub-string is used in the following way, it does not work well.
o = Object.new
o.instance_variable_set(:@a, 1)
o.instance_variable_defined?("@abc"[0,2]) #=> false (this should be true)
|
|
|
|
|
|
|
|
|
|
remove unused and unneeded:
- sysexit_status
- type (a global variable)
add mrb_ prefix to:
- codedump_all
- class_instance_method_list
- parser_dump
make various functions static, incl.:
- yyparse
- make_exception
|
|
|
|
'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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The parameter iv_name SHOULD be string or symbol, but there is no
garantee on it.
|
|
|
|
|
|
attr_writer. From ~24sec to ~15sec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
crimsonwoods-suppress_intern
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|
|
|
|
strlen().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|