- 30 Jun, 2014 1 commit
-
-
take_cheeze authored
-
- 29 Jun, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Reduce warning for enumeration
-
ksss authored
22 enumeration values not handled in switch: 'MRB_TT_FALSE', 'MRB_TT_FREE', 'MRB_TT_TRUE'... [-Wswitch]
-
- 28 Jun, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Sacrifice some micro-optimization to remove duplicate code
-
- 27 Jun, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
* Filter `MRB_TT_ENV` and `MRB_TT_ICLASS`. * Set `mrb->string_class` in `mrb_init_exception` instead.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Jun, 2014 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix typo in doc/api/mruby.h.md
-
Yukihiro "Matz" Matsumoto authored
Document rest mrbconfs.
-
Patrick Pokatilo authored
-
Jun Hiroe authored
-
take_cheeze authored
-
take_cheeze authored
-
- 25 Jun, 2014 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Implement Proc#parameters
-
Yukihiro "Matz" Matsumoto authored
Update mrbconf.
-
take_cheeze authored
-
take_cheeze authored
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
OP_ENTER use MBR_ASPEC_* macros
-
ksss authored
-
ksss authored
MRB_ASPEC_REST() is macro just only checks whether truthy or falsy. And truthy means exist 1 rest argument in current proc.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Proc#arity return 0 when opcode was not OP_ENTER
-
- 24 Jun, 2014 12 commits
-
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Not create local variables in scope_new
-
Yukihiro "Matz" Matsumoto authored
-
Santa Zhang authored
-
yui-knk authored
When `n2->car` is 0 and `n2->cdd` is not 0, unnecessary comma was printed before first local variables.
-
Yukihiro "Matz" Matsumoto authored
add a few const qualifier
-
ksss authored
-
Santa Zhang authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix to not print unnecessary comma.
-
Yukihiro "Matz" Matsumoto authored
-