summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
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-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-17Cosmetic changemattn
2014-04-17Handle utf-8 code in index/rindexmattn
2014-04-17Implement String#index, fixes #2073mattn
2014-04-17Use mrb_regexp_p to check 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-16Use mruby/re.h instead of duplicate definition.take_cheeze
2014-04-15Add test for UTF-8 string String#size .take_cheeze
2014-04-14Fix and add test to Proc#inspect .Takeshi Watanabe
2014-04-14reduce RSTRING_PTR usagecremno
2014-04-13mruby-time: fix check of `mktime`'s return valuecremno
2014-04-13mruby-time: remove unnecessary `tzset` callcremno
2014-04-12remove mirb regression test that fails on travis-ci onlyYukihiro "Matz" Matsumoto
2014-04-12Restore arena index since large struct may create many Proc objects; a patch ...Yukihiro "Matz" Matsumoto
2014-04-12Add test cases to 'large struct' test; a patch from @take-cheeze; ref #2052Yukihiro "Matz" Matsumoto
2014-04-12Add Array#uniq_bang testJun Hiroe
2014-04-12Refactor array test to use assert_xxx methodJun Hiroe
2014-04-12Add Array#rotate_bangJun Hiroe
2014-04-11Merge pull request #2045 from suzukaze/add-array.rotateYukihiro "Matz" Matsumoto
2014-04-11Array#rotateJun Hiroe
2014-04-11Qualify argv argument of API `const`.Takeshi Watanabe
2014-04-06should have passed args to to_enumYukihiro "Matz" Matsumoto
2014-04-06wrap args by parensYukihiro "Matz" Matsumoto
2014-04-06Merge pull request #2017 from suzukaze/fix_enumerator.inspectYukihiro "Matz" Matsumoto
2014-04-06Always increment `total` field of `os_count_struct` in callback.take_cheeze
2014-04-06Add args in Enumerator#inspectJun Hiroe
2014-04-05Fix ObjectSpace.count_objects document.take_cheeze
2014-04-04add mruby-enum-lazy mrbgem for Enumerable::LazyYukihiro "Matz" Matsumoto
2014-04-04add --help option to mruby-configkyab
2014-04-03Support :T_FIBER in ObjectSpace.count_objects .take_cheeze
2014-04-03test fails when we don't have Enumerator.Tomoyuki Sahara
2014-04-02Use bool macro KHASH_DEFINE and KHASH_DECLAREksss
2014-04-01Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.take_cheeze
2014-04-01Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...take_cheeze
2014-03-31Merge pull request #1985 from take-cheeze/cfunc_with_envYukihiro "Matz" Matsumoto
2014-03-31Add API to define cfunc Proc with userdata.take_cheeze
2014-03-31More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b7...mattn