| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Add padding bytes before iseq block that may be used as mrb_code[].
Note that dumped mrb format has changed.
Based on a patch from kimu_shu <[email protected]>
|
|
Under cygwin host, ncurses.a is only available instead of termcap.a.
|
|
|
|
more than one argument; ref #2627
|
|
|
|
Handle Array#[float, int] Close #2626
|
|
|
|
|
|
Add kernel#Integer
|
|
|
|
|
|
Refactor for_body func
|
|
|
|
Fix indent
|
|
Replace int with mrb_bool in parse_string func
|
|
Replace int with mrb_bool in local_var_p func
|
|
|
|
|
|
|
|
Refactor yylex func
|
|
|
|
Refactor mrbc_context_new func
|
|
|
|
Add Kernel#Float
|
|
|
|
Add Kernel#Hash
|
|
|
|
Add Kernel#String
|
|
|
|
patch from @cremno; fix #2613
|
|
Refactor mrb_f_array func
|
|
|
|
|
|
Add Kernel.Array
|
|
|
|
|
|
|
|
|
|
fix typo (i->idx)
|
|
|
|
|
|
|
|
|
|
|
|
fixed. cygwin-gcc(ver4.8.3) warning in conv_digit()
|
|
|
|
|