summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
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
2014-03-20make behavior of Fiber without block compatible with CRubytake_cheeze
2014-03-20refactor and use assert_raise in fiber test checking exception raisetake_cheeze
2014-03-20use FiberError in fiber exception raisetake_cheeze
2014-03-19enum methods to support multiple values; all?, any?, grep, include?, drop, dr...Yukihiro "Matz" Matsumoto
2014-03-19Merge pull request #1882 from ksss/enum-find_allYukihiro "Matz" Matsumoto
2014-03-19Merge pull request #1890 from take-cheeze/fiber_resumingYukihiro "Matz" Matsumoto
2014-03-19rename mrb_yield_internal to mrb_yield_with_class since it's no longer internalYukihiro "Matz" Matsumoto
2014-03-19self must be the newly created object in initialization block; close #1858Tomoyuki Sahara
2014-03-19export mrb_yield_internal.Tomoyuki Sahara
2014-03-19add root fiber resume test to know double resume checking is workingtake_cheeze
2014-03-19revert MRB_FIBER_RESUMED as MRB_FIBER_RESUMING to fix recurive resumetake_cheeze
2014-03-18add a space after C reserved wordsYukihiro "Matz" Matsumoto
2014-03-18should not use nil as default value for Enumerable#count since it prevent cou...Yukihiro "Matz" Matsumoto
2014-03-18Merge pull request #1887 from suzukaze/add-enumerable.countYukihiro "Matz" Matsumoto
2014-03-18stricter check for double resume; close #1885Yukihiro "Matz" Matsumoto