From 012e1cd09c19ef2dc53f9d3459b5d421f460c5ac Mon Sep 17 00:00:00 2001 From: azav Date: Mon, 16 Feb 2009 13:01:52 +0000 Subject: * symbian/setup: Update Symbian config to match recent changes in missing/alloca.c git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b25c9aeb0..7274f1883 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 16 21:59:32 2009 Alexander Zavorine + + * symbian/setup: Update Symbian config to match recent changes in missing/alloca.c + Mon Feb 16 17:04:14 2009 Akinori MUSHA * class.c (rb_scan_args), README.EXT, README.EXT.ja: Add support @@ -125,7 +129,7 @@ Fri Feb 13 15:34:18 2009 Nobuyoshi Nakada Fri Feb 13 15:11:11 2009 Koichi Sasada - * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp() + * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp() instead of vm_get_ruby_level_caller_cfp(). checking a upper frame is not enough. [ruby-dev:37984] -- cgit