summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2014-04-24Fix MSVC warning for gc.ckyab
2014-04-23fixed.mirichi
2014-04-22bug fixedmirichi
2014-04-22reduce the init size of stackmirichi
2014-04-22OP_SEND refactoringmirichi
2014-04-21remove `mrb_str_buf_cat`cremno
2014-04-21fix optional block arguments in rhsNobuyoshi Nakada
2014-04-21adjust indentNobuyoshi Nakada
2014-04-21fix optional arguments in rhsNobuyoshi Nakada
2014-04-21Merge pull request #2096 from nobu/def_in_cmdargYukihiro "Matz" Matsumoto
2014-04-21allow method definition in cmdargNobuyoshi Nakada
2014-04-21use `stack_type` instead of raw `unsigned int`Nobuyoshi Nakada
2014-04-21Use boolean macro in is_valid_c_symbol_name()Jun Hiroe
2014-04-19Use boolean macro instead of integer literal in `is_debug_info_defined`.take_cheeze
2014-04-19Allow parenthesed do-block in cmdargNobuyoshi Nakada
2014-04-17Use mrb_regexp_p to check regexp.take_cheeze
2014-04-17Add mrb_regexp_p to check whether mrb_value is Regexp.take_cheeze
2014-04-17Merge pull request #2069 from cremno/staticYukihiro "Matz" Matsumoto
2014-04-17Merge pull request #2068 from cremno/exc_inspect-convert-mesg-to-stringYukihiro "Matz" Matsumoto
2014-04-16various functions should have internal linkagecremno
2014-04-16get classname and concatenate ": " only oncecremno
2014-04-16convert exception message to stringcremno
2014-04-16Move src/re.h to include/mruby/re.h .take_cheeze
2014-04-16Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-16resolve conflictYukihiro "Matz" Matsumoto
2014-04-16Refactor fix_to_f in numeric.cJun Hiroe
2014-04-16Refactor lshift in numeric.cJun Hiroe
2014-04-16Refactor fix_shift_get_width in numeric.cJun Hiroe
2014-04-15fixed typo in opcode.hYukihiro "Matz" Matsumoto
2014-04-15OP_EQ系が速くなったmirichi
2014-04-15resolve conflictYukihiro "Matz" Matsumoto
2014-04-14should always initialize header flags for pooled stringsYukihiro "Matz" Matsumoto
2014-04-14fixed wrong use of pointer reference found by @tsahara; ref #2059Yukihiro "Matz" Matsumoto
2014-04-14Merge pull request #2060 from cremno/exc_inspect-dup-fileYukihiro "Matz" Matsumoto
2014-04-14exc_inspect: dup file and check mesg only oncecremno
2014-04-14reduce RSTRING_PTR usagecremno
2014-04-13use kh_put2 in mrb_hash_set for performance improvementYukihiro "Matz" Matsumoto
2014-04-13Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-13avoid function style parens after "return"; ref #2055Yukihiro "Matz" Matsumoto
2014-04-13Fix indent in bit_coerceJun Hiroe
2014-04-13Refactor fix_rshiftJun Hiroe
2014-04-13Refactor fix_lshiftJun Hiroe
2014-04-12Refactor fix_revJun Hiroe
2014-04-12simplify Fixnum#==Yukihiro "Matz" Matsumoto
2014-04-12simplify Numeric#eql?Yukihiro "Matz" Matsumoto
2014-04-12remove num_equal() that potentially cause infinite loopYukihiro "Matz" Matsumoto
2014-04-12Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-12replace memcpy() with a magic number by two assignments as suggested by @crem...Yukihiro "Matz" Matsumoto
2014-04-12mrb_str_dup use sheard string instead of new stringksss
2014-04-12Delegate irep string free to mrb_gc_free_strksss