aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-28 08:51:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-28 08:51:41 +0000
commit43ce5ce1b46707bdd0e5a8a3a7b536530da6d7fa (patch)
tree69b911674b628b750c877cdb08191116e76a8a70 /ChangeLog
parentea632a6daabfc9acb01186a860ac9e66d6206bab (diff)
downloadruby-43ce5ce1b46707bdd0e5a8a3a7b536530da6d7fa.tar.gz
envutil.rb: no core dump
* test/ruby/envutil.rb (assert_separately): imply no core dump. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38961 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 5a40954f3f..51863f6bbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 28 17:51:38 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/ruby/envutil.rb (assert_separately): imply no core dump.
+
Mon Jan 28 12:32:31 2013 Tanaka Akira <akr@fsij.org>
* ext/fcntl/fcntl.c: update document. use "file descriptor" instead