From 11ab1ee8ce83970f6c375fed025daf76e37e6cd1 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Jun 2004 02:07:30 +0000 Subject: * lib/mkmf.rb (libpathflag, find_header, dir_config): quote directory names if necessary. [ruby-talk:104505] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 908cd27a6..a0fba361d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ -Sat Jun 26 11:05:39 2004 Nobuyoshi Nakada +Sat Jun 26 11:07:20 2004 Nobuyoshi Nakada * configure.in (aix): -b must come at the start of the command line, and -e must not appear while testing libraries. [ruby-talk:104501] + * lib/mkmf.rb (libpathflag, find_header, dir_config): quote directory + names if necessary. [ruby-talk:104505] + Sat Jun 26 00:13:08 2004 Nobuyoshi Nakada * io.c (rb_fopen, rb_fdopen, rb_io_reopen): setvbuf() may return -- cgit