| Commit message (Expand) | Author | Age | Files | Lines |
* | * array.c (rb_ary_equal): should handle recursive array. | matz | 2007-09-24 | 1 | -19/+14 |
* | * hash.c (hash_i): avoid too frequent hash conflict where key and | matz | 2007-09-24 | 1 | -0/+1 |
* | * hash.c (hash_equal): should call rb_eql when argument eql is set. | matz | 2007-09-20 | 1 | -1/+4 |
* | * hash.c (hash_alloc0, hash_alloc): unified because hash_alloc doesn't | akr | 2007-08-30 | 1 | -12/+2 |
* | * include/ruby/intern.h: declare rb_hash_tbl. | akr | 2007-08-29 | 1 | -36/+72 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * array.c (rb_ary_s_try_convert): a new class method to convert | matz | 2007-08-24 | 1 | -0/+18 |
* | * hash.c (st_foreach_func, rb_foreach_func): typedefed. | nobu | 2007-08-21 | 1 | -4/+8 |
* | * hash.c (rb_hash_clear): use st_clear() unless iterating. | nobu | 2007-08-21 | 1 | -1/+4 |
* | * hash.c (rb_hash_delete_key): delete the entry without calling block. | nobu | 2007-08-15 | 1 | -16/+37 |
* | * hash.c (rb_hash_lookup): added. this function is similar to | ko1 | 2007-07-10 | 1 | -0/+11 |
* | * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size): | nobu | 2007-07-05 | 1 | -2/+2 |
* | * hash.c: purged trailing spaces. | nobu | 2007-06-29 | 1 | -112/+112 |
* | * hash.c (rb_hash_assoc): new method. | matz | 2007-06-22 | 1 | -3/+144 |
* | * hash.c (rb_hash_sort): remove hash specific implementation. | matz | 2007-06-21 | 1 | -42/+16 |
* | * hash.c: exchange semantics of Hash#each and Hash#each_pair. | ko1 | 2007-06-15 | 1 | -2/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -4/+4 |
* | * string.c (rb_str_partition): RDoc update. a patch from | matz | 2006-10-12 | 1 | -1/+1 |
* | * hash.c (rb_hash_compare_by_id): somehow we lost renaming from | matz | 2006-10-12 | 1 | -9/+9 |
* | * hash.c (recursive_hash): remove unused local variable. | matz | 2006-09-25 | 1 | -1/+0 |
* | * hash.c (rb_hash_eql): new method to be used by Hash. | matz | 2006-09-22 | 1 | -7/+77 |
* | * hash.c (rb_hash_compare_by_identity): rename Hash#identical to | matz | 2006-09-13 | 1 | -12/+12 |
* | * hash.c (rb_hash_compare_by_identity): rename Hash#identical to | matz | 2006-09-11 | 1 | -12/+12 |
* | * hash.c (rb_hash_identical): a new method to make a hash to | matz | 2006-09-11 | 1 | -1/+52 |
* | * array.c (Init_Array): #to_s to be an alias to #inspect. | matz | 2006-09-07 | 1 | -27/+5 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -17/+17 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -15/+15 |
* | * hash.c (rb_hash_s_create): fixed memory leak, based on the patch | nobu | 2006-08-29 | 1 | -5/+14 |
* | * eval.c (proc_invoke): should not overwrite block information in | matz | 2006-07-10 | 1 | -0/+1 |
* | * eval.c (Init_eval): add aliases invoke_method and | matz | 2006-06-17 | 1 | -0/+3 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -16/+14 |
* | * configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3) | ocean | 2006-02-01 | 1 | -3/+1 |
* | * class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuff | ocean | 2005-10-20 | 1 | -2/+2 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -255/+120 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -1/+12 |
* | * hash.c (each_i): typo fixed. [ruby-dev:26622] | matz | 2005-07-28 | 1 | -1/+1 |
* | * parse.y (f_arg): better argument name duplication check | matz | 2005-07-28 | 1 | -1/+1 |
* | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz | 2005-07-19 | 1 | -3/+4 |
* | * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186] | ocean | 2005-06-13 | 1 | -8/+5 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -14/+9 |
* | * hash.c (Init_Hash): remove custom "hash" and "eql?". | ocean | 2005-05-08 | 1 | -72/+0 |
* | * hash.c:rb_hash_hash_i() should be static. [ruby-core:04815] | nobu | 2005-05-05 | 1 | -1/+1 |
* | * hash.c (env_key): ENV.index is deprecated as well as Hash#index. | ocean | 2005-04-02 | 1 | -3/+12 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -35/+48 |
* | * ascii.c, euc_jp.c, hash.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, reg... | ksaito | 2005-01-28 | 1 | -0/+2 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -0/+44 |
* | * hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908] | matz | 2004-11-18 | 1 | -14/+41 |
* | * numeric.c (flo_divmod): protect float values from GC by | matz | 2004-11-16 | 1 | -3/+6 |
* | rdoc | nobu | 2004-10-20 | 1 | -0/+1 |