| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stack length.
|
|
|
|
|
|
|
|
|
|
* Implement code generation of NODE_DXSTR.
* Fix NOVAL NODE_XSTR.
|
|
|
|
mattn/mruby-require#20
|
|
|
|
|
|
|
|
|
|
MRI:
"str" * "3"
=> TypeError: no implicit conversion of String into Integer
mruby:
"str" * "3"
=> TypeError: String can't be coerced into int
|
|
|
|
Remove redundant NULL checks.
|
|
mrb_malloc causes an exception when memory was empty.
|
|
|
|
boudaries on exceptions; close #1942
|
|
|
|
Use mrb_int instead of int
|
|
|
|
|
|
|
|
|