From d3d46e2f70c96910644ccabf0b3dcf22c2cf42cf Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 23 Feb 2004 00:09:48 +0000 Subject: * instruby.rb (parse_args): use optparse instead of getopts. * instruby.rb (DOSISH): embedded path in batch files should not be prefixed by DESTDIR. [ruby-core:02186] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 861880a8b..b008ec9ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Feb 23 09:09:44 2004 Nobuyoshi Nakada + + * instruby.rb (parse_args): use optparse instead of getopts. + + * instruby.rb (DOSISH): embedded path in batch files should not be + prefixed by DESTDIR. [ruby-core:02186] + Sun Feb 22 14:58:04 2004 Nobuyoshi Nakada * ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383] -- cgit