From 4bc2de08b63496cc2bbf1b66f57a373dc8466ce9 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 28 Jan 2009 09:22:28 +0000 Subject: merges r21749 and r21750 from trunk into ruby_1_9_1. * lib/mkmf.rb (mkintpath): new function which converts native path to format acceptable in Makefile. * lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir. a patch by Alexey Borzenkov at [ruby-core:21448]. -- * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d5e00ada..0782aa40f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -Fri Jan 23 14:36:06 2009 Nobuyoshi Nakada +Fri Jan 23 15:12:52 2009 Nobuyoshi Nakada + + * lib/mkmf.rb (mkintpath): new function which converts native path + to format acceptable in Makefile. + + * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged. + + * lib/mkmf.rb (configuration): convers srcdir, topdir and hdrdir. + a patch by Alexey Borzenkov at + [ruby-core:21448]. * lib/mkmf.rb (try_func): got rid of c-mode confusion. -- cgit