summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-hash-ext/src
AgeCommit message (Expand)Author
2020-01-10Small refactoring in `hash_slice`; ref #4926Yukihiro "Matz" Matsumoto
2018-08-06Reimplement `Hash#compact!` to conform the standard behavior.Yukihiro "Matz" Matsumoto
2017-12-25Add `Hash#slice` [Ruby 2.5]Yukihiro "Matz" Matsumoto
2017-08-17Check whether internal khash is initialized in Hash#compact!Clayton Smith
2017-08-10VM stack may be reallocated during `mrb_hash_get`; fix #3771Yukihiro "Matz" Matsumoto
2017-08-09Implement `Hash#compact!` in C; ref #3769Yukihiro "Matz" Matsumoto
2017-07-12Use "$!" specifier of `mrb_get_args`.Yukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2014-04-25Use mrb_int in mrbgem rest argument getting.take_cheeze
2014-02-22fix possible arena overflowtake_cheeze
2014-02-13hash / hash-ext: various small changescremno
2014-01-07remove superfluous includescremno
2013-05-08Move Hash#values_at to mruby-hash-ext gem.Masaki Muranaka