From 3b3aeb64353acf9e0628370c9b52548b0190693e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 Apr 2008 08:37:50 +0000 Subject: * gc.c (rb_gc_mark_locations): get rid of underflow. * gc.c (mark_current_machine_context): check if the main thread stack position may shink under the intialized position. [ruby-core:16436] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 179e79fa6..f17357fca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 18 17:37:48 2008 Nobuyoshi Nakada + + * gc.c (rb_gc_mark_locations): get rid of underflow. + + * gc.c (mark_current_machine_context): check if the main thread stack + position may shink under the intialized position. [ruby-core:16436] + Thu Apr 17 22:20:52 2008 Yusuke Endoh * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add -- cgit