From 6d19765213a82a2149b204fd39fa3bf5c26027c5 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Jan 2009 06:11:39 +0000 Subject: * lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e82d2deb0..73393a5b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -Fri Jan 23 14:57:18 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]. -- cgit