summaryrefslogtreecommitdiffstats
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
commit3ffca49a48e4aef9232b2056c8f3352d37368db7 (patch)
tree9ab0899a81314afb81d24b4cec5113851774bb68 /ChangeLog
parent51f02022da14e5ebf0f0b5516f59c6e31d5fff59 (diff)
* io.c (pipe_open, rb_io_s_popen): clear temporary object to release
and prevent from GC. git-svn-id: http://svn.ruby-lang.org/repos/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 6ff17fbbc..54e4e824d 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