aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (rb_hash_replace): should copy compare_by_identity status as well.matz2009-08-031-0/+4
* * hash.c (Hash::[]): rdoc. patch by Marc-Andre Lafortune.yugui2009-07-221-7/+11
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-2/+2
* * hash.c (rb_hash_aset, recursive_hash): rejects recursive hash.nobu2009-07-161-1/+4
* ENV is now locale encoding.naruse2009-07-121-1/+1
* * hash.c (rb_hash_hash): documentation fix. a patch frommatz2009-07-011-2/+2
* * hash.c (rb_hash_reject_bang): always check frozen status.matz2009-06-081-3/+5
* * hash.c (Init_Hash): made #to_s an alias to #inspect to reducenobu2009-05-291-13/+9
* * hash.c (rb_hash_inspect): rescurses with defined ID to get ridnobu2009-05-291-8/+12
* * st.c (st_insert2): new function with processing new key,matz2009-05-271-3/+2
* * thread.c (rb_exec_recursive_paired): new function for propernobu2009-05-241-2/+2
* * hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.nobu2009-05-091-30/+47
* * hash.c (hash_foreach_iter): fix for prototype.nobu2009-02-261-4/+4
* * hash.c (hash_i): use Murmurhash.akr2009-02-151-2/+1
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-1/+1
* * hash.c (rb_hash): always return a fixnum value because a returnmame2009-02-141-5/+14
* * hash.c (rb_any_hash): fixed performance issues with nil, true,matz2009-01-261-0/+3
* * hash.c (rb_hash_s_create): set nil as the value if assoc lengthnobu2009-01-111-3/+9
* * io.c (rb_io_extract_encoding_option): "internal_encoding: nil"matz2008-12-191-2/+8
* * hash.c (rb_hash_aset): string key copying only happen if key ismatz2008-12-181-1/+1
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-211-1/+1
* * io.c (open_key_args): should adjust argc, argv in structmatz2008-10-211-1/+1
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-5/+0
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-11/+0
* * sprintf.c (rb_str_format): add %<name>s style named argumentmatz2008-09-301-2/+8
* * hash.c (rb_obj_is_proc): declaration moved for rdoc.akr2008-09-231-2/+2
* * hash.c (ENVMATCH, ENVNMATCH): reduced same code.nobu2008-09-231-29/+12
* * common.mk, hash.c: remove unused inclusion.ko12008-09-231-1/+2
* * hash.c (env_aset): allow nil value to remove an entry.matz2008-09-221-1/+2
* * complex.c (nucomp_eql_p): new.tadf2008-09-151-4/+0
* * include/ruby/signal.h: removed.ko12008-09-031-8/+1
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * hash.c (set_default): fix rdoc. #441matz2008-08-141-1/+1
* * hash.c (rb_hash_set_default_proc): add new method. a patch frommatz2008-08-131-0/+33
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-2/+2
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * hash.c (hash_i): make Hash#hash order insensitive.akr2008-06-071-5/+6
* * hash.c (env_each_key, env_each_value, env_reject_bang)knu2008-05-251-10/+5
* * hash.c (env_each_value): Do not call env_values() twice.knu2008-05-251-1/+1
* * hash.c (rb_hash_s_create): should access converted hash value.matz2008-05-011-2/+2
* * hash.c (env_delete_if): return enumerator if no block given.nobu2008-05-011-0/+1
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+13
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-3/+3
* * hash.c (rb_hash_delete_if, rb_hash_reject_bang, env_delete_if,knu2008-04-141-3/+7
* fix doc.akr2008-03-091-5/+8
* * hash.c (hash_equal): two hash tables are different when internalmatz2008-03-041-0/+2
* * hash.c (rb_hash_aset): should not copy key string whenmatz2008-03-041-6/+7
* * hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu2008-03-031-3/+6
* * string.c (str_new): remove encoding assumption of empty string.naruse2008-02-281-3/+3