diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-24 16:58:51 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-24 16:58:51 +0000 |
| commit | ebcde8399fca12b0dd79153eb790af1a816746b8 (patch) | |
| tree | b33f125f0b9224721f25f7898ff9c4a17a029d53 /ChangeLog | |
| parent | a35bdb2c7383adf3f744844563ac0106929b440f (diff) | |
| download | ruby-ebcde8399fca12b0dd79153eb790af1a816746b8.tar.gz ruby-ebcde8399fca12b0dd79153eb790af1a816746b8.tar.xz ruby-ebcde8399fca12b0dd79153eb790af1a816746b8.zip | |
* struct.c (rb_struct_s_members): wrong call of struct_members.
[ruby-dev:24333]
* eval.c (proc_invoke): propagate DVAR_DONT_RECYCLE on termination
to avoid double call to rb_gc_force_recycle(). [ruby-dev:24311]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6959 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 Sep 25 01:52:49 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * struct.c (rb_struct_s_members): wrong call of struct_members. + [ruby-dev:24333] + +Fri Sep 24 16:09:42 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (proc_invoke): propagate DVAR_DONT_RECYCLE on termination + to avoid double call to rb_gc_force_recycle(). [ruby-dev:24311] + Fri Sep 24 08:29:45 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * parse.y (rb_parser_append_print): should handle prelude. |
