* add references.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-10-29 17:32:02 +00:00
parent e2cb0b9766
commit d3b9a514cb

View File

@ -1,7 +1,7 @@
Thu Oct 30 02:20:33 2008 Yusuke Endoh <mame@tsg.ne.jp> Thu Oct 30 02:20:33 2008 Yusuke Endoh <mame@tsg.ne.jp>
* array.c (rb_ary_sort_bang): remove SEGV when replacing array with * array.c (rb_ary_sort_bang): remove SEGV when replacing array with
embedded one during sort. embedded one during sort. [ruby-dev:36983]
* test/ruby/test_array.rb (test_sort!): add tests for above. * test/ruby/test_array.rb (test_sort!): add tests for above.
@ -34,7 +34,7 @@ Wed Oct 29 23:31:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
Wed Oct 29 23:57:29 2008 Yusuke Endoh <mame@tsg.ne.jp> Wed Oct 29 23:57:29 2008 Yusuke Endoh <mame@tsg.ne.jp>
* array.c (rb_ary_sort_bang): replacing array during sort broke * array.c (rb_ary_sort_bang): replacing array during sort broke
invariant of array. invariant of array. [ruby-dev:36983]
Wed Oct 29 21:06:46 2008 Yukihiro Matsumoto <matz@ruby-lang.org> Wed Oct 29 21:06:46 2008 Yukihiro Matsumoto <matz@ruby-lang.org>