aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 09:03:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-16 09:03:12 +0000
commite477c919db3a070ab4eab882b0fb92b7968ad3ab (patch)
tree9ab0899a81314afb81d24b4cec5113851774bb68 /ChangeLog
parent50bcd83621bd313873141e3304c81273371afd6e (diff)
downloadruby-e477c919db3a070ab4eab882b0fb92b7968ad3ab.tar.gz
* io.c (pipe_open, rb_io_s_popen): clear temporary object to release
and prevent from GC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15079 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 6ff17fbbcb..54e4e824d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 16 18:03:10 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (pipe_open, rb_io_s_popen): clear temporary object to release
+ and prevent from GC.
+
Wed Jan 16 17:55:07 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* numeric.c (fix_quo): typo. a patch from Shin-ichiro HARA