summaryrefslogtreecommitdiffhomepage
path: root/src/hash.c
AgeCommit message (Expand)Author
2014-04-04Hash#replace should copy default as well; close #2004Yukihiro "Matz" Matsumoto
2014-04-04implement Hash#initialize in CYukihiro "Matz" Matsumoto
2014-04-04Hash#replace to preserve order; close #2001Yukihiro "Matz" Matsumoto
2014-04-02Use bool macro KHASH_DEFINE and KHASH_DECLAREksss
2014-04-01Hash#keys to update memory region directlyYukihiro "Matz" Matsumoto
2014-04-01should adjust hash value order at deletionYukihiro "Matz" Matsumoto
2014-04-01implement Hash#== and eql? in RubyYukihiro "Matz" Matsumoto
2014-04-01function expansion in hash.cYukihiro "Matz" Matsumoto
2014-04-01move Hash#inspect implementation to mrblib/hash.rbYukihiro "Matz" Matsumoto
2014-04-01Hash to preserve order as Ruby1.9 doesYukihiro "Matz" Matsumoto
2014-03-31Hash function to avoid funcalls if possibleYukihiro "Matz" Matsumoto
2014-03-15calc hash value directly for strings, symbols and numbersYukihiro "Matz" Matsumoto
2014-03-12fix mrb_funcall callingtake_cheeze
2014-03-08use mrb_str_cat_lit for literalscremno
2014-03-08fix #1823ksss
2014-03-07Hash#== and eql? should not return fixnum; ref #1823Yukihiro "Matz" Matsumoto
2014-03-07Fix behavior Hash#eql?ksss
2014-02-27use mrb_str_cat_lit() intead of mrb_str_catcubicdaiya
2014-02-14clearn up warning in hash.cLi Yazhou
2014-02-13hash / hash-ext: various small changescremno
2014-02-09Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUEYukihiro "Matz" Matsumoto
2014-02-08made mrb_define_class to return existing class, with heavy refactoringYukihiro "Matz" Matsumoto
2014-02-06use mrb_str_new_lit() more widelyYukihiro "Matz" Matsumoto
2014-01-31use mrb_bool, FALSE and TRUE morecremno
2013-12-23Remove 'mrb_state' field from 'kh_xxx_t' structure.crimsonwoods
2013-12-01add mrb_intern_lit for creating symbol from string literaltake_cheeze
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-06-27Refactor mrb_hash_empty_p() func in hash.cJun Hiroe
2013-06-26Merge pull request #1308 from suzukaze/refactor-hash-cYukihiro "Matz" Matsumoto
2013-06-26Refactor mrb_hash_has_keyWithKey() func in hash.cJun Hiroe
2013-06-26Add arena save/restore around use of hash KEY.Carson McDonald
2013-05-12Implemented ObjectSpace.count_objects to count the number of allocated object...Ryan Scott
2013-05-08Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead.Masaki Muranaka
2013-05-08Move comments from hash.c to hash.rb.Masaki Muranaka
2013-05-08Move Hash#values_at to mruby-hash-ext gem.Masaki Muranaka
2013-04-29rename hash related gc functionsYukihiro "Matz" Matsumoto
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-03-29Sort include files. Some redundant includes are removed.Masaki Muranaka
2013-03-23Use mrb_str_cat() instead of mrb_str_cat2() as possible.Masaki Muranaka
2013-03-22Merge pull request #1039 from crimsonwoods/fix_the_type_of_opcodeYukihiro "Matz" Matsumoto
2013-03-22Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...Masaki Muranaka
2013-03-21 fix the type of value that is returned by bit-shift expression.crimsonwoods
2013-03-19rename mrb_true_or_false_value() to mrb_bool_value()Yukihiro Matz Matsumoto
2013-03-19Use mrb_true_or_false_value() / in hash_equal().Masaki Muranaka
2013-03-19Use mrb_true_or_false_value() / in mrb_hash_has_keyWithKey().Masaki Muranaka
2013-03-19Use mrb_true_or_false_value() / in mrb_hash_empty_p().Masaki Muranaka
2013-03-15obsolete mrb_object; opposite of bc870ceYukihiro Matz Matsumoto
2013-03-02Adjust some indentsMATSUMOTO Ryosuke
2013-03-01Remove unused structures.Masaki Muranaka
2013-02-27Remove freeze leftoversbrainopia