summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-19 17:16:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-06-19 17:16:14 +0000
commit6ef0e081a1c288a39264242b972c64d33dc03536 (patch)
tree8ffeaa7c35f7d994272cece2a1d5ee1f879142d4 /ChangeLog
parent43a88dcbe33e789d279db76569959141a4651dd3 (diff)
downloadruby-6ef0e081a1c288a39264242b972c64d33dc03536.tar.gz
ruby-6ef0e081a1c288a39264242b972c64d33dc03536.tar.xz
ruby-6ef0e081a1c288a39264242b972c64d33dc03536.zip
* gc.c (define_final): document fix: finalizers never get called
before target object is destroyed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 829c82af2..601e5d459 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 20 02:15:35 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * gc.c (define_final): document fix: finalizers never get called
+ before target object is destroyed.
+
Mon Jun 20 01:26:49 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/openssl_missing.c, ext/openssl/ossl.h,
@@ -8,8 +13,8 @@ Mon Jun 20 01:26:49 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
Sun Jun 19 17:22:02 CEST 2005 Michael Neumann <mneumann@ruby-lang.org>
* lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following
- problem: Default value modification on
- Module#public_instance_methods (false -> true) breaks
+ problem: Default value modification on
+ Module#public_instance_methods (false -> true) breaks
s.add_handler(XMLRPC::iPIMethods("sample"), MyHandler.new) style
security protection.