aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-23 12:52:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-23 12:52:01 +0000
commitaed254f314b9c2bdae46d34dd17300cadace3907 (patch)
treeb8eb599e14c434f28f513c8953ca3edf54743ec5 /ChangeLog
parentba3d6005837aab1815131512ca4918f17ee12d07 (diff)
downloadruby-aed254f314b9c2bdae46d34dd17300cadace3907.tar.gz
mkmf.rb: unspace
* lib/mkmf.rb (String#unspace): unescape with backslashes. normal makes need to escape spaces with backslashes. nmake is not the case. [Bug #7036] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b84f776c2..e61c826103 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Sun Sep 23 21:48:08 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Sep 23 21:51:59 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (String#unspace): unescape with backslashes. normal
+ makes need to escape spaces with backslashes. nmake is not the
+ case. [Bug #7036]
* lib/mkmf.rb (create_makefile): use timestamp file dependencies for
directories.