From e18f8ffd7b91edcab7fdd81703bd9201fb75bfff Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 30 Dec 2002 10:16:53 +0000 Subject: * ext/extmk.rb: split --make argument contains options, assume the first word of --make-flags is always options even unless preceeded by -, and ignore letter-case of options if nmake. * instruby.rb: extract -n option also from --make and --make-flags. * bcc32/Makefile.sub, win32/Makefile.sub: not prepend - to $(MFLAGS) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30a3092a0..0de71a3fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Mon Dec 30 19:10:30 2002 Nobuyoshi Nakada + + * ext/extmk.rb: split --make argument contains options, assume + the first word of --make-flags is always options even unless + preceeded by -, and ignore letter-case of options if nmake. + + * instruby.rb: extract -n option also from --make and + --make-flags. + + * bcc32/Makefile.sub, win32/Makefile.sub: not prepend - to + $(MFLAGS) + Mon Dec 30 16:44:14 2002 Nobuyoshi Nakada * string.c (rb_str_substr): should share the shared string if -- cgit