From e11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 7 Feb 2007 13:44:11 +0000 Subject: * eval_intern.h: remove UNSUPPORTED() macro. * thread.c: fix to define Continuation methods (they only do rb_notimplement()). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e8d8f0c3..baf21d39a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Feb 7 22:41:34 2007 Koichi Sasada + + * eval_intern.h: remove UNSUPPORTED() macro. + + * thread.c: fix to define Continuation methods + (they only do rb_notimplement()). + Wed Feb 7 22:33:58 2007 Koichi Sasada * eval_intern.h, yarvcore.h: remove unused macro definition. -- cgit