1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/-ext-
nobu a73d958c33 * st.c: add st_foreach_check for fixing iteration over packed table
and st_delete_safe.  patched by Sokolov Yura at
  https://github.com/ruby/ruby/pull/84


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-03-10 14:52:19 +00:00
..
array
funcall
iter * vm.c (rb_iter_break_value): new function to break a block with 2012-01-24 05:20:48 +00:00
load
num2int * bignum.c (rb_big2ull): fix 32bit platform breakage. we must 2011-11-14 05:56:09 +00:00
old_thread_select * test/-ext-/old_thread_select/test_old_thread_select.rb: 2012-01-07 16:22:47 +00:00
path_to_class * variable.c (rb_path2class): don't raise NameError when the middle 2011-11-30 14:44:06 +00:00
st * st.c: add st_foreach_check for fixing iteration over packed table 2012-03-10 14:52:19 +00:00
string * test/ruby/envutil.rb (assert_no_memory_leak): new assertion to 2012-02-09 15:47:11 +00:00
symbol On some platforms, object_id can be negative value like NetBSD. 2011-11-01 00:42:41 +00:00
typeddata * error.c (rb_check_typeddata): refine error message with 2011-12-15 05:33:34 +00:00
wait_for_single_fd * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.org 2011-12-20 16:09:17 +00:00
test_bug-3571.rb
test_bug-3662.rb