summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-hash-ext
AgeCommit message (Expand)Author
2014-09-19to_hash/to_a check in Hash[] should only be done when only one argument is gi...Yukihiro "Matz" Matsumoto
2014-09-18copy documentation comment from CRubyINOUE Yasuyuki
2014-09-18remove line number from raise messageINOUE Yasuyuki
2014-09-18refactor Hash generator loopINOUE Yasuyuki
2014-09-06implement Hash.[]INOUE Yasuyuki
2014-07-12Run mrbgem and core tests on minimum dependencies.take_cheeze
2014-06-04add Hash#to_h; ref #2348Yukihiro "Matz" Matsumoto
2014-05-10Add comment to Hash#each_pair. And change the lineyui-knk
2014-05-10Change to raise TypeError (Hash#merge, #merge!)yui-knk
2014-05-09Add Hash#keyJun Hiroe
2014-05-05Add Hash#keep_ifJun Hiroe
2014-05-05Add Hash#invertJun Hiroe
2014-05-04Add Hash#flattenJun Hiroe
2014-05-04Add Hash commentsJun Hiroe
2014-05-04Add Hash#delete_ifJun Hiroe
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-04-27add Hash#fetch; close #2134Yukihiro "Matz" Matsumoto
2014-04-25Use mrb_int in mrbgem rest argument getting.take_cheeze
2014-03-21reduce hash creation by using update methodYukihiro "Matz" Matsumoto
2014-03-21add Hash#each_pairYukihiro "Matz" Matsumoto
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2014-02-22add test(requires MRB_GC_FIXED_ARENA enabled)take_cheeze
2014-02-22fix possible arena overflowtake_cheeze
2014-02-13hash / hash-ext: various small changescremno
2014-01-07remove superfluous includescremno
2013-08-04Improve test of mruby-hash-ext GEMDaniel Bovensiepen
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
2013-05-08Move Hash#values_at to mruby-hash-ext gem.Masaki Muranaka
2013-05-03add type check in Hash#merge!Gilad Zohari
2013-03-22add mruby-hash-ext mrbgem, and method: Hash#merge!Kouki Ooyatsu