summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-04-20String#casecmp should be call `to_str`ksss
2014-04-20Symbol class include Comparable module.ksss
2014-04-20Implement :checksum_hash mrbgem option.Daniel Bovensiepen
2014-04-20Add Rake command 'deep_clean' which cleans everything including the mrbgems c...Daniel Bovensiepen
2014-04-20Fix typos in tests for mruby-string-utf8Jun Hiroe
2014-04-20Merge pull request #2083 from take-cheeze/use_bool_macroYukihiro "Matz" Matsumoto
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-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