Commit Graph

18 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 5c405dea3d include changed from by quotes ("") to by brackets (<>); close #3032 2015-11-27 17:48:23 +09:00
Yukihiro "Matz" Matsumoto 2be348a0f1 mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem 2014-05-14 23:14:08 +09:00
Yukihiro "Matz" Matsumoto 1c9ad8a580 fixed typo in opcode.h 2014-04-15 22:24:02 +09:00
Yukihiro "Matz" Matsumoto ef9daf7ef3 fixed typos in operand descriptions 2014-04-09 21:37:28 +09:00
Yukihiro "Matz" Matsumoto cbb06d95b6 Merge pull request #1368 from suzukaze/add-comments-in-opcode.h
Add comments in opcode.h
2013-07-12 18:43:50 -07:00
Jun Hiroe b86409c364 Fix comments in opcode.h 2013-07-12 23:12:28 +09:00
Jun Hiroe dd719383d0 Add comments in opcode.h 2013-07-12 22:18:35 +09:00
Jun Hiroe 31c3c70227 Fix indents in opcode.h. 2013-07-12 21:31:36 +09:00
Masaki Muranaka daeaa51b2d For particular environments which has 25 < n < 32 bit int. There is no cost even if you use 16/32bit int targets. 2013-03-24 00:13:23 +09:00
Masaki Muranaka 1756e8fc83 Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are used only by GETARG_{b,c}. 2013-03-24 00:12:53 +09:00
crimsonwoods f4b9437718 fix comment. 2013-03-21 23:07:18 +09:00
crimsonwoods cc4e9ee5b6 fix the type of value that is returned by bit-shift expression. 2013-03-21 22:58:33 +09:00
Kurebayashi, Takahiro 83ddef6880 remove bit-shift operation. 2013-03-17 17:44:18 +09:00
Yukihiro Matsumoto 5340126443 remove OP_LOADNIL before OP_SEND by introducing OP_SENDB (send with block) 2012-09-03 08:32:57 +09:00
Yukihiro Matsumoto c76abc70ff GETARG_x should return int, not int32_t 2012-06-12 01:51:50 +09:00
roco 4ec6d41f16 rm whitespace 2012-04-30 14:29:19 -07:00
mimaki 835443614d add file header 2012-04-23 11:46:16 +09:00
mimaki e0d6430f63 add mruby sources 2012-04-20 09:39:03 +09:00