| Commit message (Expand) | Author | Age | Files | Lines |
* | * hash.c (hash_foreach_iter): fix for prototype. | nobu | 2009-02-26 | 1 | -4/+4 |
* | * hash.c (hash_i): use Murmurhash. | akr | 2009-02-15 | 1 | -2/+1 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -1/+1 |
* | * hash.c (rb_hash): always return a fixnum value because a return | mame | 2009-02-14 | 1 | -5/+14 |
* | * hash.c (rb_any_hash): fixed performance issues with nil, true, | matz | 2009-01-26 | 1 | -0/+3 |
* | * hash.c (rb_hash_s_create): set nil as the value if assoc length | nobu | 2009-01-11 | 1 | -3/+9 |
* | * io.c (rb_io_extract_encoding_option): "internal_encoding: nil" | matz | 2008-12-19 | 1 | -2/+8 |
* | * hash.c (rb_hash_aset): string key copying only happen if key is | matz | 2008-12-18 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_write): should convert writing | matz | 2008-10-21 | 1 | -1/+1 |
* | * io.c (open_key_args): should adjust argc, argv in struct | matz | 2008-10-21 | 1 | -1/+1 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 1 | -5/+0 |
* | * dln.c: Ruby no longer supports MS-DOS. | yugui | 2008-10-04 | 1 | -11/+0 |
* | * sprintf.c (rb_str_format): add %<name>s style named argument | matz | 2008-09-30 | 1 | -2/+8 |
* | * hash.c (rb_obj_is_proc): declaration moved for rdoc. | akr | 2008-09-23 | 1 | -2/+2 |
* | * hash.c (ENVMATCH, ENVNMATCH): reduced same code. | nobu | 2008-09-23 | 1 | -29/+12 |
* | * common.mk, hash.c: remove unused inclusion. | ko1 | 2008-09-23 | 1 | -1/+2 |
* | * hash.c (env_aset): allow nil value to remove an entry. | matz | 2008-09-22 | 1 | -1/+2 |
* | * complex.c (nucomp_eql_p): new. | tadf | 2008-09-15 | 1 | -4/+0 |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -8/+1 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * hash.c (set_default): fix rdoc. #441 | matz | 2008-08-14 | 1 | -1/+1 |
* | * hash.c (rb_hash_set_default_proc): add new method. a patch from | matz | 2008-08-13 | 1 | -0/+33 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -2/+2 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * hash.c (hash_i): make Hash#hash order insensitive. | akr | 2008-06-07 | 1 | -5/+6 |
* | * hash.c (env_each_key, env_each_value, env_reject_bang) | knu | 2008-05-25 | 1 | -10/+5 |
* | * hash.c (env_each_value): Do not call env_values() twice. | knu | 2008-05-25 | 1 | -1/+1 |
* | * hash.c (rb_hash_s_create): should access converted hash value. | matz | 2008-05-01 | 1 | -2/+2 |
* | * hash.c (env_delete_if): return enumerator if no block given. | nobu | 2008-05-01 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_hash_dup): declared. | akr | 2008-04-26 | 1 | -0/+13 |
* | * include/ruby/intern.h (rb_env_clear): declared. | akr | 2008-04-24 | 1 | -3/+3 |
* | * hash.c (rb_hash_delete_if, rb_hash_reject_bang, env_delete_if, | knu | 2008-04-14 | 1 | -3/+7 |
* | fix doc. | akr | 2008-03-09 | 1 | -5/+8 |
* | * hash.c (hash_equal): two hash tables are different when internal | matz | 2008-03-04 | 1 | -0/+2 |
* | * hash.c (rb_hash_aset): should not copy key string when | matz | 2008-03-04 | 1 | -6/+7 |
* | * hash.c (rb_any_hash): shrinks all results in Fixnum range. | nobu | 2008-03-03 | 1 | -3/+6 |
* | * string.c (str_new): remove encoding assumption of empty string. | naruse | 2008-02-28 | 1 | -3/+3 |
* | * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for | matz | 2008-02-12 | 1 | -1/+1 |
* | typo fixed | matz | 2008-02-05 | 1 | -1/+1 |
* | * hash.c (rb_hash_flatten): do not flatten recursively by default. | matz | 2008-02-05 | 1 | -0/+5 |
* | * hash.c (env_rassoc): remove access to free'd environment on mswin32. | mame | 2008-02-05 | 1 | -1/+2 |
* | * string.c (rb_str_usascii_new{,2}: defined. | naruse | 2008-01-25 | 1 | -6/+6 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -5/+5 |
* | fix typos. | akr | 2007-12-31 | 1 | -2/+2 |
* | * hash.c (rb_hash_eql): recursive comparison should be based on | matz | 2007-11-30 | 1 | -1/+1 |
* | * hash.c (rb_hash_each_pair): make Hash#each to be alias to | matz | 2007-11-03 | 1 | -60/+10 |
* | * hash.c (rb_hash_s_create): check and convert argument hash | matz | 2007-10-25 | 1 | -8/+26 |
* | * array.c (rb_ary_equal): should handle recursive array. | matz | 2007-09-24 | 1 | -19/+14 |