index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Age
Commit message (
Expand
)
Author
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-09
fix doc.
akr
2008-03-04
* hash.c (hash_equal): two hash tables are different when internal
matz
2008-03-04
* hash.c (rb_hash_aset): should not copy key string when
matz
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
2008-02-12
* string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for
matz
2008-02-05
typo fixed
matz
2008-02-05
* hash.c (rb_hash_flatten): do not flatten recursively by default.
matz
2008-02-05
* hash.c (env_rassoc): remove access to free'd environment on mswin32.
mame
2008-01-25
* string.c (rb_str_usascii_new{,2}: defined.
naruse
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-01
* include/ruby/encoding.h (rb_isascii): defined.
akr
2007-12-31
fix typos.
akr
2007-11-30
* hash.c (rb_hash_eql): recursive comparison should be based on
matz
2007-11-03
* hash.c (rb_hash_each_pair): make Hash#each to be alias to
matz
2007-10-25
* hash.c (rb_hash_s_create): check and convert argument hash
matz
2007-09-24
* array.c (rb_ary_equal): should handle recursive array.
matz
2007-09-24
* hash.c (hash_i): avoid too frequent hash conflict where key and
matz
2007-09-20
* hash.c (hash_equal): should call rb_eql when argument eql is set.
matz
2007-08-30
* hash.c (hash_alloc0, hash_alloc): unified because hash_alloc doesn't
akr
2007-08-29
* include/ruby/intern.h: declare rb_hash_tbl.
akr
2007-08-25
* encoding.c: provide basic features for M17N.
matz
2007-08-24
* array.c (rb_ary_s_try_convert): a new class method to convert
matz
2007-08-21
* hash.c (st_foreach_func, rb_foreach_func): typedefed.
nobu
2007-08-21
* hash.c (rb_hash_clear): use st_clear() unless iterating.
nobu
2007-08-15
* hash.c (rb_hash_delete_key): delete the entry without calling block.
nobu
2007-07-10
* hash.c (rb_hash_lookup): added. this function is similar to
ko1
2007-07-05
* include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):
nobu
2007-06-29
* hash.c: purged trailing spaces.
nobu
2007-06-22
* hash.c (rb_hash_assoc): new method.
matz
2007-06-21
* hash.c (rb_hash_sort): remove hash specific implementation.
matz
2007-06-15
* hash.c: exchange semantics of Hash#each and Hash#each_pair.
ko1
2007-06-10
* include/ruby: moved public headers.
nobu
2006-10-12
* string.c (rb_str_partition): RDoc update. a patch from
matz
2006-10-12
* hash.c (rb_hash_compare_by_id): somehow we lost renaming from
matz
2006-09-25
* hash.c (recursive_hash): remove unused local variable.
matz
2006-09-22
* hash.c (rb_hash_eql): new method to be used by Hash.
matz
2006-09-13
* hash.c (rb_hash_compare_by_identity): rename Hash#identical to
matz
2006-09-11
* hash.c (rb_hash_compare_by_identity): rename Hash#identical to
matz
2006-09-11
* hash.c (rb_hash_identical): a new method to make a hash to
matz
2006-09-07
* array.c (Init_Array): #to_s to be an alias to #inspect.
matz
2006-09-02
* ruby.h (struct RArray): embed small arrays.
matz
2006-08-31
* ruby.h (struct RString): embed small strings.
matz
2006-08-29
* hash.c (rb_hash_s_create): fixed memory leak, based on the patch
nobu
2006-07-10
* eval.c (proc_invoke): should not overwrite block information in
matz
[next]