From 1dd393d047556d9f0275e6e5c31de6aeefc1004d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 May 2006 16:52:00 +0000 Subject: * mkconfig.rb: merge multiple entries to an entry with multiple lines. * lib/mkmf.rb: allow a series of commands to link. * win32/Makefile.sub: embed manifests. * win32/setup.mak: suffix OS name by runtime version. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4905209dd..41f77f3c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,17 @@ -Thu May 25 01:43:30 2006 nobuyoshi nakada +Thu May 25 01:52:07 2006 nobuyoshi nakada * lib/mkmf.rb (pkg_config): particular config commands support. * ext/extmk.rb: deal with $static set in extconf.rb. + * mkconfig.rb: merge multiple entries to an entry with multiple lines. + + * lib/mkmf.rb: allow a series of commands to link. + + * win32/Makefile.sub: embed manifests. + + * win32/setup.mak: suffix OS name by runtime version. + Wed May 24 23:52:11 2006 nobuyoshi nakada * configure.in (ac_install_sh): ignore dummy install-sh. -- cgit