From 112b228273eb58912e5de30ba684a1ce912213a6 Mon Sep 17 00:00:00 2001 From: azav Date: Mon, 16 Feb 2009 13:01:52 +0000 Subject: [PATCH] * symbian/setup: Update Symbian config to match recent changes in missing/alloca.c git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b25c9aeb06..7274f18837 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]