[ruby-cvs:51125] nobu:r43980 (trunk): hash.c: detect recursion for all
nobu at ruby-lang.org
nobu at ruby-lang.org
Tue Dec 3 22:18:31 JST 2013
nobu 2013-12-03 22:18:30 +0900 (Tue, 03 Dec 2013)
New Revision: 43980
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43980
Log:
hash.c: detect recursion for all
* hash.c (rb_hash): detect recursion for all `hash' methods. each
`hash' methods no longer need to use rb_exec_recursive().
Modified files:
trunk/ChangeLog
trunk/array.c
trunk/hash.c
trunk/range.c
trunk/struct.c
trunk/test/ruby/test_array.rb
More information about the ruby-cvs
mailing list