aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-26 02:03:06 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-26 02:03:06 +0000
commitef8c2e4be52314f90cad38c8010dff1e07437e21 (patch)
treef73df3ad1c2437ab32d883533a4d27f646eaaeaf /ChangeLog
parentb1028f7a6ce3cdb01f1215e8ccc69b23e39c77f4 (diff)
downloadruby-ef8c2e4be52314f90cad38c8010dff1e07437e21.tar.gz
iseq.c (iseq_s_compile_file): close IO when done
This will prevent some leaked FD warnings in future tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fe019e93f..eaa20be4c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Nov 26 11:01:35 2014 Eric Wong <e@80x24.org>
+
+ * iseq.c (iseq_s_compile_file): close IO when done
+
Wed Nov 26 06:06:23 2014 Tanaka Akira <akr@fsij.org>
* common.mk: encdb.h and transdb.h depends on $(PREP).