aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-03 19:55:43 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-03 19:55:43 +0000
commit3e6ea9306c2ef0dbab4f5284c51bb528d9ffee60 (patch)
tree042bfd4385a0cee0b3e07f99c16a1b512226ee75 /ChangeLog
parenta3ce319639f8ddae4e328fdd99f6a1f851c8a0f5 (diff)
downloadruby-3e6ea9306c2ef0dbab4f5284c51bb528d9ffee60.tar.gz
* win32/configure.bat: disable delayed expansion of enironment variable.
[Bug #5517] [ruby-core:40531] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33630 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 f46b87ea57..51e2a68c79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 4 04:54:10 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/configure.bat: disable delayed expansion of enironment variable.
+ [Bug #5517] [ruby-core:40531]
+
Fri Nov 4 03:45:22 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (make_writeconv): fixed typo of previous commit.