| Age | Commit message (Collapse) | Author |
|
masamitsu-murase/support_parser_dump_for_regexp_literal
parser_dump supports NODE_REGEX.
|
|
MSVC: vars must be declared at the start of a block
|
|
Remove needless comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added a hook at VM code fetch.
|
|
Pluggable regexp
|
|
|
|
Conflicts:
src/class.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
close #835
|
|
Don't overwrite ciidx if it is already set.
|
|
|
|
|
|
use %p instead of %lx to prevent truncation and for consistency
|
|
Modify handling of large fixnum
|
|
Fix potential bug about Hash.
|
|
|
|
|
|
|
|
Do not assume that significand of `double` is larger than `mrb_int`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed MRB_INT64 warning
|
|
Modify range initialize to prevent segmentation fault.
|
|
Remove unused function parametes.
|
|
|
|
|
|
segmentation fault.
|
|
Fixes a number of "comparison between signed and unsigned" warnings.
|
|
|
|
|