From c55e7d2abc2f94c2ebf6cf119d826ea7a3fe9048 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 29 May 2007 01:59:53 +0000 Subject: * cont.c: fix bug around Continuation and Fiber. * test/ruby/test_continuation.rb: add tests for Continuation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68631d098..eb839ae34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue May 29 10:55:24 2007 Koichi Sasada + + * cont.c: fix bug around Continuation and Fiber. + + * test/ruby/test_continuation.rb: add tests for Continuation. + Tue May 29 10:54:34 2007 Nobuyoshi Nakada * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic -- cgit