diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-24 06:32:10 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-01-24 06:32:10 +0000 |
| commit | 5c2f80312225762a1e1aad7becb85326756e72f3 (patch) | |
| tree | fed81cdcc098be263311cc4597697bb88c7cc73c /ChangeLog | |
| parent | 4e2936dc1b27ef2bc4f509570f561f7a72e402e5 (diff) | |
| download | ruby-5c2f80312225762a1e1aad7becb85326756e72f3.tar.gz ruby-5c2f80312225762a1e1aad7becb85326756e72f3.tar.xz ruby-5c2f80312225762a1e1aad7becb85326756e72f3.zip | |
* eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block has
not been objectified.
* eval.c (rb_callcc): should nail down block->tag history to avoid
rb_gc_force_recycle().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ Wed Jan 24 14:58:08 2001 Akinori MUSHA <knu@ruby-lang.org> * lib/cgi.rb: fix the problem that when running under mod_ruby header() outputs only one Set-Cookie line. +Wed Jan 24 01:45:49 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block has + not been objectified. + + * eval.c (rb_callcc): should nail down block->tag history to avoid + rb_gc_force_recycle(). + Tue Jan 23 18:51:57 2001 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (rb_gc_call_finalizer_at_exit): should finalize objects in |
