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
/
src
/
hash.c
Age
Commit message (
Expand
)
Author
2017-03-28
Renumber hash keys during dup since there may be duplicates.
Clayton Smith
2017-02-15
Use mrb_funcall_argv() instead of mrb_funcall()
Yukihiro "Matz" Matsumoto
2017-02-14
Do not use mrb_funcall() if Hash#default is not overridden; ref #3421
Yukihiro "Matz" Matsumoto
2017-01-05
Add mrb_hash_modify() to Hash#{delete,clear}; ref #3370
Yukihiro "Matz" Matsumoto
2016-12-12
rename prefix RBASIC_ to MRB_; ref #3340
Yukihiro "Matz" Matsumoto
2016-12-11
Implement Object#freeze
Takashi Kokubun
2016-12-07
Copy default_proc by Hash#dup.
Shugo Maeda
2016-11-24
always call Hash#default if no key found; fix #3272
Yukihiro "Matz" Matsumoto
2016-11-12
Hash#[] to call Hash#default
Yukihiro "Matz" Matsumoto
2016-08-01
make mrb_hash_values() a public API function
William Light
2016-02-05
Hash: check flags before accessing ifnone; ref #980
Yukihiro "Matz" Matsumoto
2016-01-07
move KHASH_DECLARE(ht..) to mruby/hash.h; close #3073
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-20
Remove obvious warnings from docs
Seba Gamboa
2015-10-20
Increasing docs coverage
Seba Gamboa
2015-09-10
avoid unnecessary string duplications by checking the frozen flag
Kazuho Oku
2015-09-10
freeze the hash key (fixes #2945)
Kazuho Oku
2014-09-12
constify pointer from RARRAY_PTR to detect potential write barrier bugs.
Yukihiro "Matz" Matsumoto
2014-08-27
Add a missing space after ",".
Tatsuhiko Kubo
2014-08-13
refactor mrb_hash_shift, num_pow, flo_eq, flo_finite_p method
kkkkkt
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-07-03
Always return non-NULL in `mrb_hash_tbl`.
take_cheeze
2014-06-13
need to call write barrier on hash keys; ref #2375
Yukihiro "Matz" Matsumoto
2014-05-18
Merge pull request #2287 from yui-knk/add-space
Yukihiro "Matz" Matsumoto
2014-05-18
Add a space aftre bracket.
yui-knk
2014-05-18
Fix indent in mrb_hash_to_hash()
Jun Hiroe
2014-05-08
use mrb_field_write_barrier_value() in hash.c
Yukihiro "Matz" Matsumoto
2014-04-15
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-13
use kh_put2 in mrb_hash_set for performance improvement
Yukihiro "Matz" Matsumoto
2014-04-09
improve hash function based on #2027; close #2027
Yukihiro "Matz" Matsumoto
2014-04-04
Hash#replace should copy default as well; close #2004
Yukihiro "Matz" Matsumoto
2014-04-04
implement Hash#initialize in C
Yukihiro "Matz" Matsumoto
2014-04-04
Hash#replace to preserve order; close #2001
Yukihiro "Matz" Matsumoto
2014-04-02
Use bool macro KHASH_DEFINE and KHASH_DECLARE
ksss
2014-04-01
Hash#keys to update memory region directly
Yukihiro "Matz" Matsumoto
2014-04-01
should adjust hash value order at deletion
Yukihiro "Matz" Matsumoto
2014-04-01
implement Hash#== and eql? in Ruby
Yukihiro "Matz" Matsumoto
2014-04-01
function expansion in hash.c
Yukihiro "Matz" Matsumoto
2014-04-01
move Hash#inspect implementation to mrblib/hash.rb
Yukihiro "Matz" Matsumoto
2014-04-01
Hash to preserve order as Ruby1.9 does
Yukihiro "Matz" Matsumoto
2014-03-31
Hash function to avoid funcalls if possible
Yukihiro "Matz" Matsumoto
2014-03-15
calc hash value directly for strings, symbols and numbers
Yukihiro "Matz" Matsumoto
2014-03-12
fix mrb_funcall calling
take_cheeze
2014-03-08
use mrb_str_cat_lit for literals
cremno
2014-03-08
fix #1823
ksss
2014-03-07
Hash#== and eql? should not return fixnum; ref #1823
Yukihiro "Matz" Matsumoto
2014-03-07
Fix behavior Hash#eql?
ksss
2014-02-27
use mrb_str_cat_lit() intead of mrb_str_cat
cubicdaiya
2014-02-14
clearn up warning in hash.c
Li Yazhou
2014-02-13
hash / hash-ext: various small changes
cremno
[prev]
[next]