summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2009-08-03* hash.c (rb_hash_replace): should copy compare_by_identity status as well.matz
2009-07-22* hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune.yugui
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-16* hash.c (rb_hash_aset, recursive_hash): rejects recursive hash.nobu
2009-07-12ENV is now locale encoding.naruse
2009-07-01* hash.c (rb_hash_hash): documentation fix. a patch frommatz
2009-06-08* hash.c (rb_hash_reject_bang): always check frozen status.matz
2009-05-29* hash.c (Init_Hash): made #to_s an alias to #inspect to reducenobu
2009-05-29* hash.c (rb_hash_inspect): rescurses with defined ID to get ridnobu
2009-05-27* st.c (st_insert2): new function with processing new key,matz
2009-05-24* thread.c (rb_exec_recursive_paired): new function for propernobu
2009-05-09* hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.nobu
2009-02-26* hash.c (hash_foreach_iter): fix for prototype.nobu
2009-02-15* hash.c (hash_i): use Murmurhash.akr
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2009-02-14* hash.c (rb_hash): always return a fixnum value because a returnmame
2009-01-26* hash.c (rb_any_hash): fixed performance issues with nil, true,matz
2009-01-11* hash.c (rb_hash_s_create): set nil as the value if assoc lengthnobu
2008-12-19* io.c (rb_io_extract_encoding_option): "internal_encoding: nil"matz
2008-12-18* hash.c (rb_hash_aset): string key copying only happen if key ismatz
2008-10-21* ext/stringio/stringio.c (strio_write): should convert writingmatz
2008-10-21* io.c (open_key_args): should adjust argc, argv in structmatz
2008-10-04* dln.c: Ruby no longer supports MacOS 9 or before.yugui
2008-10-04* dln.c: Ruby no longer supports MS-DOS.yugui
2008-09-30* sprintf.c (rb_str_format): add %<name>s style named argumentmatz
2008-09-23* hash.c (rb_obj_is_proc): declaration moved for rdoc.akr
2008-09-23* hash.c (ENVMATCH, ENVNMATCH): reduced same code.nobu
2008-09-23* common.mk, hash.c: remove unused inclusion.ko1
2008-09-22* hash.c (env_aset): allow nil value to remove an entry.matz
2008-09-15 * complex.c (nucomp_eql_p): new.tadf
2008-09-03* include/ruby/signal.h: removed.ko1
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-14* hash.c (set_default): fix rdoc. #441matz
2008-08-13* hash.c (rb_hash_set_default_proc): add new method. a patch frommatz
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-07* hash.c (hash_i): make Hash#hash order insensitive.akr
2008-05-25* hash.c (env_each_key, env_each_value, env_reject_bang)knu
2008-05-25* hash.c (env_each_value): Do not call env_values() twice.knu
2008-05-01* hash.c (rb_hash_s_create): should access converted hash value.matz
2008-05-01* hash.c (env_delete_if): return enumerator if no block given.nobu
2008-04-26* include/ruby/intern.h (rb_hash_dup): declared.akr
2008-04-24* include/ruby/intern.h (rb_env_clear): declared.akr
2008-04-14* hash.c (rb_hash_delete_if, rb_hash_reject_bang, env_delete_if,knu
2008-03-09fix doc.akr
2008-03-04* hash.c (hash_equal): two hash tables are different when internalmatz
2008-03-04* hash.c (rb_hash_aset): should not copy key string whenmatz
2008-03-03* hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu
2008-02-28* string.c (str_new): remove encoding assumption of empty string.naruse