diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-23 00:09:48 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-23 00:09:48 +0000 |
commit | d3d46e2f70c96910644ccabf0b3dcf22c2cf42cf (patch) | |
tree | f7201923eaff0762a84c9e4edf06f2d320d2ad52 /ChangeLog | |
parent | 615380522c0951193adfe6fa978598ee59985ab5 (diff) | |
download | ruby-d3d46e2f70c96910644ccabf0b3dcf22c2cf42cf.tar.gz ruby-d3d46e2f70c96910644ccabf0b3dcf22c2cf42cf.tar.xz ruby-d3d46e2f70c96910644ccabf0b3dcf22c2cf42cf.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Feb 23 09:09:44 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383] |