From 8200443d94b26c878867f03e4b00e0133045f94f Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 3 Mar 2009 11:40:11 +0000 Subject: merges r22592 from trunk into ruby_1_9_1. -- * common.mk (main): split from exts and makes main program after building exts with miniruby, to get rid of overwriting running program. [ruby-core:22339] * Makefile.in, win32/Makefile.sub (RUNCMD, MKMAIN_CMD): macros to run script file. * ext/extmk.rb (parse_args): added --command-output option which creates script file to make main program. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94e619482..2da2152a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Feb 24 19:01:05 2009 Nobuyoshi Nakada + + * common.mk (main): split from exts and makes main program after + building exts with miniruby, to get rid of overwriting running + program. [ruby-core:22339] + + * Makefile.in, win32/Makefile.sub (RUNCMD, MKMAIN_CMD): macros to + run script file. + + * ext/extmk.rb (parse_args): added --command-output option which + creates script file to make main program. + Tue Feb 24 17:58:07 2009 Nobuyoshi Nakada * common.mk (ripper.c): exec can't work on Windows. -- cgit