From 93f0b622a2c8afcfb749e15485ef40c98ea2fe40 Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 7 Feb 2006 14:05:55 +0000 Subject: * ext/zlib/zlib.c: should not access ruby objects in finalizer. [ruby-dev:28286] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3f93cf9fe..25be9a80a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 7 23:03:13 2006 Hirokazu Yamamoto + + * ext/zlib/zlib.c: should not access ruby objects in finalizer. + [ruby-dev:28286] + Mon Feb 6 16:02:51 2006 WATANABE Hirofumi * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin. @@ -26,7 +31,7 @@ Sun Feb 5 23:29:31 2006 Tanaka Akira Sun Feb 5 21:01:49 2006 Hirokazu Yamamoto * numeric.c (fix_to_s): removed workaround for radix 2. Historically, - rb_fix2str can only handle radix 8, 10, 16. (Rev1.37) But for now, + rb_fix2str could only handle radix 8, 10, 16. (Rev1.37) But for now, it can handle radix 2..36. [ruby-Bugs#3438] [ruby-core:7300] Sun Feb 5 18:49:00 2006 Minero Aoki -- cgit