diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-29 18:23:22 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-29 18:23:22 +0000 |
| commit | ebaffbd6e86c7d8524b39e0cc86bd23efbfa799e (patch) | |
| tree | c148acfdbd30e1b6909c15847c93aa035d917c9e /ChangeLog | |
| parent | 1e738bc3ea9a69a66a7ef124ae59d7cbb3051d28 (diff) | |
| download | ruby-ebaffbd6e86c7d8524b39e0cc86bd23efbfa799e.tar.gz ruby-ebaffbd6e86c7d8524b39e0cc86bd23efbfa799e.tar.xz ruby-ebaffbd6e86c7d8524b39e0cc86bd23efbfa799e.zip | |
* eval.c (rb_iterate): NODE_CFUNC does not protect its data
(nd_tval), so create new node NODE_IFUNC for iteration C
function.
* eval.c (rb_yield_0): use NODE_IFUNC.
* gc.c (rb_gc_mark): support NODE_IFUNC.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sat Dec 30 03:14:22 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_iterate): NODE_CFUNC does not protect its data + (nd_tval), so create new node NODE_IFUNC for iteration C + function. + + * eval.c (rb_yield_0): use NODE_IFUNC. + + * gc.c (rb_gc_mark): support NODE_IFUNC. + Fri Dec 29 11:41:55 2000 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (mem_error): prohibit recursive mem_error(). |
