diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-30 01:46:22 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-30 01:46:22 +0000 |
| commit | 49dba68d479e47ada0b117296db900780570c620 (patch) | |
| tree | 6f739f2cc45ca10a7fc91f1276405933fe86094b /ChangeLog | |
| parent | a387798a47c39516b3629ac316147dc276c5e48d (diff) | |
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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Jan 20 16:17:12 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <shugo@ruby-lang.org> * load.c (rb_feature_provided): should not calculate len by pointer |
