From 809acc098291efb6d55e8f2fba82e7c7412ff7a5 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 15 Jul 2009 12:01:29 +0000 Subject: merges r24116 from trunk into ruby_1_9_1. -- * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 26e329129..a51bc45c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 15 16:29:35 2009 NAKAMURA Usaku + + * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb. + Tue Jul 14 17:29:20 2009 NARUSE, Yui * string.c (rb_str_index_m): return nil if pos is out of string. -- cgit