From 64fb1d6b1f30834a76090d36827f8d86750affdf Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 2 Dec 2004 07:41:50 +0000 Subject: * eval.c (rb_protect): prevent continuations created inside from being called from the outside. [ruby-dev:25003] * eval.c (rb_callcc, rb_cont_call): prohibit calling from different signal contexts. [ruby-dev:25022] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4888d6e82..d8859ab50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 2 16:41:03 2004 Nobuyoshi Nakada + + * eval.c (rb_protect): prevent continuations created inside from being + called from the outside. [ruby-dev:25003] + + * eval.c (rb_callcc, rb_cont_call): prohibit calling from different + signal contexts. [ruby-dev:25022] + Thu Dec 2 10:45:02 2004 Shugo Maeda * test/readline/test_readline.rb: fix for NetBSD. -- cgit