summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-06 20:06:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-06 20:06:05 +0000
commitffa18ef8c872ede034380c8a6b20aee9910f153a (patch)
tree1996bdab4827aaa46542fd8b2025aa2303aee806 /ChangeLog
parent30a2e8de7b020b1afa02861f73f0e914c6bc4b3d (diff)
downloadruby-ffa18ef8c872ede034380c8a6b20aee9910f153a.tar.gz
ruby-ffa18ef8c872ede034380c8a6b20aee9910f153a.tar.xz
ruby-ffa18ef8c872ede034380c8a6b20aee9910f153a.zip
* gc.c (run_final): runs finalizers with the object terminated.
* gc.c (rb_gc_call_finalizer_at_exit): keeps finalized objects from linking to freelist. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fc99a56b..c86ff239a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Aug 7 05:06:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * gc.c (run_final): runs finalizers with the object terminated.
+
+ * gc.c (rb_gc_call_finalizer_at_exit): keeps finalized objects from
+ linking to freelist.
+
Thu Aug 7 04:43:14 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/depend: for build in other than srcdir.