summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2014-03-25Enumerable#find_index to support multiple valuesYukihiro "Matz" Matsumoto
2014-03-25Merge pull request #1939 from suzukaze/add-enum.find_indexYukihiro "Matz" Matsumoto
2014-03-25Enumerable#find_indexJun Hiroe
2014-03-25Use mrb_int instead of intcubicdaiya
2014-03-25use to_int to integer duck-type checkYukihiro "Matz" Matsumoto
2014-03-25Use mrb_int.take_cheeze
2014-03-25Implement ObjectSpace.each_object .take_cheeze
2014-03-24Fix Enumerable#cycle; ref #1933Yukihiro "Matz" Matsumoto
2014-03-24Merge pull request #1933 from suzukaze/add-enum.cycleYukihiro "Matz" Matsumoto
2014-03-24Enumerable#reverse_each should not rely on mruby-array-ext gemYukihiro "Matz" Matsumoto
2014-03-24Add Enumerable#cycleJun Hiroe
2014-03-24improve Enumerable#reverse_each to be efficientYukihiro "Matz" Matsumoto
2014-03-24Add Enumerable#reverse_eachJun Hiroe
2014-03-24fix multiple value handling; ref #1931Yukihiro "Matz" Matsumoto
2014-03-24Enumerable#each_with_objectJun Hiroe
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-23Add Enumerable#one?Jun Hiroe
2014-03-23Hash#{reject,reject!} fix yield valueksss
2014-03-23Merge pull request #1923 from ksss/hash-enumerator-selectYukihiro "Matz" Matsumoto
2014-03-23Hash#{select,select!} fix yield valueksss
2014-03-23Support multiple values in Enumerable#none?Jun Hiroe
2014-03-23Add Enumerable#none?Jun Hiroe
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-23Hash#each_{key,value} support return Enumeratorksss
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-22use the same error messageMarcus Stollsteimer
2014-03-22remove unnecessary mrb_get_args in fiber_switchtake_cheeze
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-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-21use mrb_get_args("i")Yukihiro "Matz" Matsumoto
2014-03-21should test Enumerable#first; close #1905Yukihiro "Matz" Matsumoto
2014-03-21add const qualifier to pacify warning; ref #1900Yukihiro "Matz" Matsumoto
2014-03-21make Fiber#transfer compatible with CRubytake_cheeze
2014-03-21implement Fiber#transfertake_cheeze
2014-03-21flat_map to support multiple values; ref #1902Yukihiro "Matz" Matsumoto
2014-03-21Add Enumerable#{flat_map,collect_concat}Jun Hiroe
2014-03-21reduce hash creation by using update methodYukihiro "Matz" Matsumoto
2014-03-21Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-21add Hash#each_pairYukihiro "Matz" Matsumoto
2014-03-21Add Enumerable#count commentJun Hiroe