-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@1150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jan 24, 2001
1 parent
0dc1a29
commit 74273da
Showing
2 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ Wed Jan 24 14:58:08 2001 Akinori MUSHA <[email protected]> | |
* 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 <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* gc.c (rb_gc_call_finalizer_at_exit): should finalize objects in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters