aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-14 04:17:01 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-14 04:17:01 +0000
commit23301142cc9021f8364e6249198647b521a37a07 (patch)
treec6bb1f2fb2c15bcd6b88c9f87a3b9290c98a50dd /ChangeLog
parent0755c1c8f2aaf83315353f9e99bd13b2d4ff618b (diff)
downloadruby-23301142cc9021f8364e6249198647b521a37a07.tar.gz
* win32/win32.c (is_internal_cmd): if the first char of prog is '@',
execute it via shell. [ruby-core:35218] (#4393) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30867 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 de1c2c29d3..7a1d6d7606 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 14 13:15:35 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (is_internal_cmd): if the first char of prog is '@',
+ execute it via shell. [ruby-core:35218] (#4393)
+
Mon Feb 14 10:33:45 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/test/unit.rb: revert r30863, because it causes too many noise.