summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-18 22:58:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-18 22:58:14 +0000
commite282d78a443b20035689a0dd036c9b39faf9677d (patch)
tree97e20fc781ac1535aa597c7cc2dc884d60cb158a /ChangeLog
parentd82b2e285b860ae6c122708a9ac1ebe8faa1ab54 (diff)
extmk.rb: fix with-ext condition
* ext/extmk.rb: if no with-ext option is given, dafault to enable everything. [ruby-dev:49108] [Bug #11280] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50966 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 8aeadb8f7f..6b6a492678 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 19 07:58:11 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/extmk.rb: if no with-ext option is given, dafault to
+ enable everything. [ruby-dev:49108] [Bug #11280]
+
Fri Jun 19 06:30:07 2015 Koichi Sasada <ko1@atdot.net>
* bootstraptest/test_method.rb: remove a test because $SAFE=2 was