| Age | Commit message (Collapse) | Author |
|
|
|
OP_ENTER use MBR_ASPEC_* macros
|
|
|
|
MRB_ASPEC_REST() is macro just only checks whether truthy or falsy.
And truthy means exist 1 rest argument in current proc.
|
|
Proc#arity return 0 when opcode was not OP_ENTER
|
|
|
|
Not create local variables in scope_new
|
|
add a few const qualifier
|
|
|
|
|
|
|
|
Fix to not print unnecessary comma.
|
|
|
|
Add `Symbol#intern`.
|
|
|
|
Start documenting C APIs.
|
|
|
|
Add mrbconf document.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extension.
|
|
`Symbol` class extension.
Add test to check unmodified result is working.
|
|
Proc class should be defined before a first method definition
|
|
Update documentation of `summary` property of mrbgem spec.
|
|
|
|
|
|
Fix document of doc/compile/README.md
|
|
Fix document in doc/mrbgems/README.md
|
|
Fix document of doc/mrbconf/README.md
|
|
|
|
|
|
|
|
Syntax highlight code blocks with github flavored markdown.
|
|
|
|
|
|
Update mrbconf document.
|
|
|
|
|
|
|
|
Adapt a behavior of String#slice! to other Ruby implementations
|
|
|
|
|