summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-18remove io_open().Tomoyuki Sahara
2014-04-18Merge pull request #2075 from mattn/utf8-string-ordYukihiro "Matz" Matsumoto
2014-04-18IO#syswrite should raise an error if it's not opened for writing.Tomoyuki Sahara
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-17remove standard header files from io.h.Tomoyuki Sahara
2014-04-17file.c depends on mruby/ext/io.h now.Tomoyuki Sahara
2014-04-17function declarations should be in a header file.Tomoyuki Sahara
2014-04-17remove unused constants.Tomoyuki Sahara
2014-04-17"struct mrb_io_type" is not used at all.Tomoyuki Sahara
2014-04-17file.c does not depend on mruby/ext/io.h.Tomoyuki Sahara
2014-04-17io.write("") -> 0Tomoyuki Sahara
2014-04-17return value of syswrite may be less than length of given string.Tomoyuki Sahara
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
2014-04-15Update language documentation without line number to reduce update interval i...Daniel Bovensiepen
2014-04-15Implement switch for line numbersDaniel Bovensiepen
2014-04-15Update Language DocumentationDaniel Bovensiepen