From 49dba68d479e47ada0b117296db900780570c620 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 30 Jan 2009 01:46:22 +0000 Subject: merges r21686 from trunk into ruby_1_9_1. * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed with ruby_ to export. * ext/continuation/continuation.c, ext/fiber/fiber.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 017c80b8f..727f5bb36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Jan 20 16:17:12 2009 Nobuyoshi Nakada + + * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed + with ruby_ to export. + + * ext/continuation/continuation.c, ext/fiber/fiber.c: ditto. + Thu Jan 29 16:22:41 2009 Shugo Maeda * load.c (rb_feature_provided): should not calculate len by pointer -- cgit