summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-30 09:15:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-30 09:15:56 +0000
commit5f0902a0981de05fa9b93d92bff9ea9b4089e0fa (patch)
treef16422522176b1dfeb6b39f3c035a4ae5d29b4b4 /ChangeLog
parenta7e62dd16b8fd9bb52d3d989db0154224bc8d39d (diff)
* gc.c (garbage_collect): mark objects refered from aborting threads.
[ruby-dev:28190] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6d730cced..0ffd5bb356 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 30 18:14:54 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * gc.c (garbage_collect): mark objects refered from aborting threads.
+ [ruby-dev:28190]
+
Fri Dec 30 14:24:53 2005 WATANABE Hirofumi <eban@ruby-lang.org>
* dir.c (glob_helper): do not use TRUE for djgpp.