summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-03-24Merge pull request #1930 from chasonr/unicode-escapeYukihiro "Matz" Matsumoto
2014-03-24fix multiple value handling; ref #1931Yukihiro "Matz" Matsumoto
2014-03-24Enumerable#each_with_objectJun Hiroe
2014-03-23Small correction to the test identification.chasonr
2014-03-23Implement \u notation for strings and regexes.chasonr
2014-03-24Merge pull request #1928 from ksss/fix-typoYukihiro "Matz" Matsumoto
2014-03-24remove unnecessary operator method call; ref #1927Yukihiro "Matz" Matsumoto
2014-03-24Merge pull request #1927 from take-cheeze/count_crashYukihiro "Matz" Matsumoto
2014-03-24Hash#__update fix typoksss
2014-03-24Count crashed tests in total tests count.take_cheeze
2014-03-24move conditional out of loopYukihiro "Matz" Matsumoto
2014-03-24Enumerable#one? to prune iteration when count > 1; ref #1926Yukihiro "Matz" Matsumoto
2014-03-24Merge pull request #1926 from suzukaze/add-enum.oneYukihiro "Matz" Matsumoto
2014-03-23Add Enumerable#one?Jun Hiroe
2014-03-23Merge pull request #1925 from ksss/hash-rejectYukihiro "Matz" Matsumoto
2014-03-23Hash#{reject,reject!} fix yield valueksss
2014-03-23Hash#{reject,reject!} support return Enumeratorksss
2014-03-23mrb_str_pool use embed-stringksss
2014-03-23Merge pull request #1921 from cubicdaiya/issues/not_use_old_macroYukihiro "Matz" Matsumoto
2014-03-23Merge pull request #1923 from ksss/hash-enumerator-selectYukihiro "Matz" Matsumoto
2014-03-23Merge pull request #1922 from suzukaze/add-enum.noneYukihiro "Matz" Matsumoto
2014-03-23Hash#{select,select!} fix yield valueksss
2014-03-23Hash#{select,select!} support return Enumeratorksss
2014-03-23Support multiple values in Enumerable#none?Jun Hiroe
2014-03-23Add Enumerable#none?Jun Hiroe
2014-03-23Use MRB_ARGS_REST() instead of ARGS_REST()cubicdaiya
2014-03-23Merge pull request #1920 from suzukaze/add-enum.minmax_byYukihiro "Matz" Matsumoto
2014-03-23Suppoert multiple values in Enumerable#minmax_byJun Hiroe
2014-03-23Enumerable#minmax_byJun Hiroe
2014-03-23Merge pull request #1915 from suzukaze/add-enum.minmaxYukihiro "Matz" Matsumoto
2014-03-23Merge pull request #1916 from ksss/hash-enumeratorYukihiro "Matz" Matsumoto
2014-03-23Hash#each_{key,value} support return Enumeratorksss
2014-03-22need not to add assertion in STR_SET_LEN() where n is mrb_intYukihiro "Matz" Matsumoto
2014-03-22Support multiple values in Enumerable#minmaxJun Hiroe
2014-03-22Add Enumerable#minmaxJun Hiroe
2014-03-22Merge pull request #1914 from stomar/struct-emsgYukihiro "Matz" Matsumoto
2014-03-22Merge pull request #1913 from take-cheeze/fiber_unnecessary_get_argsYukihiro "Matz" Matsumoto
2014-03-22use the same error messageMarcus Stollsteimer
2014-03-22remove unnecessary mrb_get_args in fiber_switchtake_cheeze
2014-03-22Merge pull request #1907 from ksss/float-roundYukihiro "Matz" Matsumoto
2014-03-22Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-22add Enumerable#min_by as well; ref #1912Yukihiro "Matz" Matsumoto
2014-03-22wrap expr with parenYukihiro "Matz" Matsumoto
2014-03-22fix multiple value support of max_by; ref #1912Yukihiro "Matz" Matsumoto
2014-03-22Merge pull request #1911 from cubicdaiya/issues/use_bool_macroYukihiro "Matz" Matsumoto
2014-03-22Merge pull request #1910 from take-cheeze/fiber_errorYukihiro "Matz" Matsumoto
2014-03-22Support mulitple values in Enumerable#max_byJun Hiroe
2014-03-22Add Enumerable#max_byJun Hiroe
2014-03-22Use bool-macro instead of magic-numbercubicdaiya
2014-03-22use FiberError in vm.ctake_cheeze