summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-15 07:30:42 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-15 07:30:42 +0000
commit33ba2be3de311b24775cc33ff6629999fe983ec5 (patch)
tree87a4e7a4f8b31f89052fe6f4252f9d4e39551125 /ChangeLog
parent67e29c54b68b110cfa783c99842b96219d8a0d67 (diff)
downloadruby-33ba2be3de311b24775cc33ff6629999fe983ec5.tar.gz
ruby-33ba2be3de311b24775cc33ff6629999fe983ec5.tar.xz
ruby-33ba2be3de311b24775cc33ff6629999fe983ec5.zip
* win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24116 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 f905ac5a5..dbd1db2d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 15 16:29:35 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.
+
Wed Jul 15 06:21:50 2009 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]