summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2010-03-06* hash.c (Hash#merge doc): Added explanation for form with block.marcandre
2009-11-14* hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.nobu
2009-11-05Merged r22308. [ruby-dev:39637]naruse
2009-09-24* hash.c (doc): doc fix, patch by Run Paint Run Run [ruby-core:23644]marcandre
2009-09-24* hash.c (rehash doc): doc fix [ruby-core:23628]marcandre
2009-03-20* array.c (Array#try_convert): New method backported from 1.9.knu
2009-01-11* hash.c (rb_hash_s_create): set nil as the value if assoc lengthnobu
2008-12-16* array.c (rb_ary_nitems, rb_ary_choice): Add a deprecationknu
2008-11-07* hash.c (rb_hash_key, env_key): Hash#index is renamed toknu
2008-09-23* hash.c (ENVMATCH, ENVNMATCH): reduced same code.nobu
2008-08-13* hash.c (rb_hash_set_default_proc): Add Hash#default_proc=;knu
2008-06-07* hash.c (hash_i): make Hash#hash order insensitive.akr
2008-05-25* hash.c (rb_hash_default): Fix rdoc.knu
2008-05-25* hash.c (env_delete_if): Return an enumerator if no block isknu
2008-05-21* hash.c (rb_hash_delete): rdoc fix based on a patch from Gaston Ramosnobu
2008-04-21 * hash.c (recursive_hash): prototype.usa
2008-04-19* array.c (rb_ary_equal, rb_ary_eql, rb_ary_hash, rb_ary_cmp):knu
2008-04-19* intern.h, hash.c (rb_hash_lookup): New internal function toknu
2008-04-14* array.c (rb_ary_collect_bang, rb_ary_select): Return anknu
2008-03-03* hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu
2007-11-02* array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz
2007-08-21* hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-06-29* hash.c: purged trailing spaces.nobu
2007-06-22* hash.c (rb_hash_select): remove unnecessary varargs formatz
2007-01-23* hash.c: added documentation for Hash about how it uses eql? andmatz
2006-08-29* hash.c (rb_hash_s_create): fixed memory leak, based on the patchnobu
2006-07-06* hash.c (rb_hash_default): should not call default procedure ifmatz
2006-02-01* configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean
2005-07-19* io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz
2005-06-28* dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean
2005-06-13* hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186]ocean
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-02-08* lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz
2004-12-18* dir.c (dir_open_dir): new function. [ruby-dev:25242]matz
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-11-16* numeric.c (flo_divmod): protect float values from GC bymatz
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-09-22* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz
2004-09-21* array.c (rb_ary_uniq_bang): element size might change duringmatz
2004-05-13* hash.c (delete_if_i): use st_delete_safe() (viaeban
2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)matz
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2003-12-23RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave
2003-12-22* eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead ofmatz
2003-12-20dln.c: remove last second typo.matz
2003-12-19* misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz
2003-11-28* hash.c (env_has_value, env_index): must match exactly.nobu
2003-11-25* defines.h (ENV_IGNORECASE): should define when DOSISH withoutusa
2003-11-15* hash.c: remove unnecessary update.matz