summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-07 13:44:11 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-07 13:44:11 +0000
commite11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2 (patch)
treebfa21cea32a35b9e284a3d092796a6d5febf6c8a /ChangeLog
parentea0dbcc6660ddaa776bb0cce84d7280e2d26a7f2 (diff)
downloadruby-e11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2.tar.gz
ruby-e11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2.tar.xz
ruby-e11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <ko1@atdot.net>
+
+ * 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 <ko1@atdot.net>
* eval_intern.h, yarvcore.h: remove unused macro definition.