| Age | Commit message (Collapse) | Author |
|
irep->pool[n].type should be IREP_TT_*, not MRB_TT_*
|
|
different enumeration type 'enum irep_pool_type' [-Wenum-conversion]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix length check in read_section_debug()
|
|
|
|
|
|
|
|
Changed a variable declaration to top of block
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change supress to suppress
|
|
|
|
nextc(): always return an '\n' at end of input
|
|
|
|
|
|
fix #1564
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removing irep array from mrb_state. note that instructions OP_LAMBDA,
OP_EXEC and OP_EPUSH are incompatible, and dumped mrb format has changed.
|
|
avoid declaration error on VC++
|