summaryrefslogtreecommitdiffhomepage
path: root/mrblib/hash.rb
AgeCommit message (Expand)Author
2014-03-23Hash#{select,select!} fix yield valueksss
2014-03-23Hash#{select,select!} support return Enumeratorksss
2014-03-23Hash#each_{key,value} support return Enumeratorksss
2014-03-21reduce object allocation in __updateYukihiro "Matz" Matsumoto
2014-03-21reduce hash creation by using update methodYukihiro "Matz" Matsumoto
2014-03-14mruby-enumerator: move definitions in core_mod.rb to mrblib coreYukihiro "Matz" Matsumoto
2014-02-08made mrb_define_class to return existing class, with heavy refactoringYukihiro "Matz" Matsumoto
2013-05-08Move comments from hash.c to hash.rb.Masaki Muranaka
2013-03-03Remove trailing whitespaces. This is just a cosmetic change.Masaki Muranaka
2012-06-03stupid naming errorYukihiro Matsumoto
2012-06-02add Hash#{select/reject} to return Hash as 1.9Yukihiro Matsumoto
2012-05-06Some fixes for the Documentation of Hash and KernelDaniel Bovensiepen
2012-05-06Add documentation to HashDaniel Bovensiepen
2012-04-20add mruby sourcesmimaki