summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-07 23:48:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-07 23:48:47 +0000
commit8a7fbc6fec40d77175caa412994e406305769c5a (patch)
tree96cd04e4f6c7a9d374e922ed5edc421808472789 /ChangeLog
parent11cfb7e0f458971deca325c1d3032d1665d74bef (diff)
* lib/optparse.rb (OptionParser::Switch::parse_arg): require block
always. * lib/optparse.rb (NilClass): must provide conversion block. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d49d6ad2dd..ab8418d189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,19 @@
+Thu Aug 8 08:29:37 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * lib/optparse.rb (OptionParser::Switch::parse_arg): require block
+ always.
+
+ * lib/optparse.rb (NilClass): must provide conversion block.
+
Wed Aug 7 22:12:54 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
- * optparse.rb (OptionParser::Completion::convert): returned all
- values not first one.
+ * lib/optparse.rb (OptionParser::Completion::convert): returned
+ all values not first one.
- * optparse.rb (OptionParser::Switch::parse): return values as is.
+ * lib/optparse.rb (OptionParser::Switch::parse): return values as
+ is.
- * optparse.rb (OptionParser::order): ditto.
+ * lib/optparse.rb (OptionParser::order): ditto.
* lib/optparse/time.rb: prior time.rb.