summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-04-19Use boolean macro instead of integer literal in `is_debug_info_defined`.take_cheeze
2014-04-19Merge pull request #2081 from nobu/parenthesed_do-block_in_cmdargYukihiro "Matz" Matsumoto
2014-04-19Allow parenthesed do-block in cmdargNobuyoshi Nakada
2014-04-19Merge pull request #2080 from crimsonwoods/replace_disordered_callinfo_variablesYukihiro "Matz" Matsumoto
2014-04-18Sort out the variables which belongs to 'mrb_callinfo' to improve 'cipush' pe...crimsonwoods
2014-04-19Merge pull request #2079 from suzukaze/add-test-of-utf8-string.rindexYukihiro "Matz" Matsumoto
2014-04-19Merge pull request #2077 from take-cheeze/rstruct_macroYukihiro "Matz" Matsumoto
2014-04-19Add tests for utf8-string#rindexJun Hiroe
2014-04-19Merge pull request #2078 from suzukaze/add-block-with-array.uniq_bangYukihiro "Matz" Matsumoto
2014-04-18mruby-string-utf8: update UTF-8 tests; ref #2076Yukihiro "Matz" Matsumoto
2014-04-18mruby-string-utf8: str_subseq takes UTF-8 index, not byte index; ref #2076Yukihiro "Matz" Matsumoto
2014-04-18Use RARRAY_* macro instead of accessing RArray field.take_cheeze
2014-04-18Add a block argument with Array#uniqJun Hiroe
2014-04-18Add a block argument with Array#uniq_bangJun Hiroe
2014-04-18Add one more testmattn
2014-04-18Add test for String#ord, String#split for mruby-string-utf8mattn
2014-04-18Merge pull request #2075 from mattn/utf8-string-ordYukihiro "Matz" Matsumoto
2014-04-18Implement String#ord, String#split for mruby-string-utf8mattn
2014-04-18mruby-string-utf8: String#reverse! may leak memory when mrb_str_modify() rais...Yukihiro "Matz" Matsumoto
2014-04-18Merge pull request #2074 from mattn/fix_string_utf8_indexYukihiro "Matz" Matsumoto
2014-04-17Cosmetic changemattn
2014-04-17Handle utf-8 code in index/rindexmattn
2014-04-17Implement String#index, fixes #2073mattn
2014-04-17Merge pull request #2072 from take-cheeze/mrb_regexp_pYukihiro "Matz" Matsumoto
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-17Symbol#to_proc to support block call.Yukihiro "Matz" Matsumoto
2014-04-17raises an ArgumentError when calling #callYukihiro "Matz" Matsumoto
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-17Merge pull request #2067 from take-cheeze/move_re_hYukihiro "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-16Use mruby/re.h instead of duplicate definition.take_cheeze
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-16Merge pull request #2066 from suzukaze/refactor-numeric2Yukihiro "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-15Merge pull request #2065 from take-cheeze/utf8_string_size_testYukihiro "Matz" Matsumoto
2014-04-15Add test for UTF-8 string String#size .take_cheeze
2014-04-15fixed typo in opcode.hYukihiro "Matz" Matsumoto
2014-04-15Merge pull request #2064 from mirichi/opt_jmpYukihiro "Matz" Matsumoto
2014-04-15Merge pull request #2063 from bovi/update_language_docYukihiro "Matz" Matsumoto
2014-04-15OP_EQ系が速くなったmirichi
2014-04-15merge @mattn's win-compatibilityDaniel Bovensiepen
2014-04-15Improve generator to output statusDaniel Bovensiepen