diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-26 06:50:55 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-26 06:50:55 +0000 |
| commit | 0a23fe65728224aa42007d25634b45cd17283c51 (patch) | |
| tree | 859ae8648a599fe8e7f381d11754946da317b559 /ChangeLog | |
| parent | 90cdbb0ed976624df6429ddac48c1542a603b762 (diff) | |
* lib/optparse.rb (OptionParser::List#summarize): gives priority
to latter switches. [ruby-dev:36692]
* lib/optparse.rb (OptionParser#summarize): do not append
unnecessary line terminator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Dec 26 15:50:45 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/optparse.rb (OptionParser::List#summarize): gives priority + to latter switches. [ruby-dev:36692] + + * lib/optparse.rb (OptionParser#summarize): do not append + unnecessary line terminator. + Fri Dec 26 14:01:38 2008 Tanaka Akira <akr@fsij.org> * io.c (fptr_finalize): close the IO object even if finish_writeconv or |
