index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-hash-ext
/
src
/
hash-ext.c
Age
Commit message (
Expand
)
Author
2020-12-27
Add `Hash#except` [Ruby 3.0]
Seeker
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-01-10
Small refactoring in `hash_slice`; ref #4926
Yukihiro "Matz" Matsumoto
2018-08-06
Reimplement `Hash#compact!` to conform the standard behavior.
Yukihiro "Matz" Matsumoto
2017-12-25
Add `Hash#slice` [Ruby 2.5]
Yukihiro "Matz" Matsumoto
2017-08-17
Check whether internal khash is initialized in Hash#compact!
Clayton Smith
2017-08-10
VM stack may be reallocated during `mrb_hash_get`; fix #3771
Yukihiro "Matz" Matsumoto
2017-08-09
Implement `Hash#compact!` in C; ref #3769
Yukihiro "Matz" Matsumoto
2017-07-12
Use "$!" specifier of `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2014-04-25
Use mrb_int in mrbgem rest argument getting.
take_cheeze
2014-02-22
fix possible arena overflow
take_cheeze
2014-02-13
hash / hash-ext: various small changes
cremno
2014-01-07
remove superfluous includes
cremno
2013-05-08
Move Hash#values_at to mruby-hash-ext gem.
Masaki Muranaka