diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-07 13:00:10 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-07 13:00:10 +0000 |
| commit | 3bb9224b5f091daeac09c8fc31bc8541909262e1 (patch) | |
| tree | e8e08c033ce67c82797702891530ff296ee93d3e /ChangeLog | |
| parent | 95f37c83fb9a11ab750ef59845414fedccee6cce (diff) | |
| download | ruby-3bb9224b5f091daeac09c8fc31bc8541909262e1.tar.gz ruby-3bb9224b5f091daeac09c8fc31bc8541909262e1.tar.xz ruby-3bb9224b5f091daeac09c8fc31bc8541909262e1.zip | |
* optparse.rb (OptionParser::Completion::convert): returned all
values not first one.
* optparse.rb (OptionParser::Switch::parse): return values as is.
* optparse.rb (OptionParser::order): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -Wed Aug 7 09:45:24 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> +Wed Aug 7 21:58:01 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * optparse.rb (OptionParser::Completion::convert): returned all + values not first one. + + * optparse.rb (OptionParser::Switch::parse): return values as is. + + * optparse.rb (OptionParser::order): ditto. * lib/optparse/uri.rb: require standard uri module. thanks to Minero Aoki. |
