diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-30 05:55:50 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-30 05:55:50 +0000 |
| commit | 89146e0f644fdd65a1e1ea7c3eef6a7ec98b9e13 (patch) | |
| tree | 29a3778bf4e64565c1b31473de985a24fec2139e /ChangeLog | |
| parent | 0ac623444385e78a33af24e7e1f14671eddfc4d3 (diff) | |
| download | ruby-89146e0f644fdd65a1e1ea7c3eef6a7ec98b9e13.tar.gz ruby-89146e0f644fdd65a1e1ea7c3eef6a7ec98b9e13.tar.xz ruby-89146e0f644fdd65a1e1ea7c3eef6a7ec98b9e13.zip | |
* eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a.
(ruby-bugs-ja:PR#483)
* lib/optparse.rb (OptionParser::Switch#parse_arg): not splat.
* lib/optparse.rb (OptionParser::Switch#conv_arg): splat if no
conversion supplied.
* lib/optparse.rb (OptionParser::Switch::PlacedArgument#parse):
override next switch after argument conversion.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 23 |
1 files changed, 18 insertions, 5 deletions
@@ -1,15 +1,28 @@ +Fri May 30 14:55:44 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a. + (ruby-bugs-ja:PR#483) + + * lib/optparse.rb (OptionParser::Switch#parse_arg): not splat. + + * lib/optparse.rb (OptionParser::Switch#conv_arg): splat if no + conversion supplied. + + * lib/optparse.rb (OptionParser::Switch::PlacedArgument#parse): + override next switch after argument conversion. + Fri May 30 00:01:05 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> - * ext/syck/token.c: preserve any indentation passed an explicit - indentation. + * ext/syck/token.c: preserve any indentation passed an explicit + indentation. Thu May 29 23:41:34 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> - * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format(). + * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format(). - * ext/syck/gram.c: flexibility for aliases and anchors. + * ext/syck/gram.c: flexibility for aliases and anchors. - * ext/syck/token.c: folding now handled in the tokenizer. + * ext/syck/token.c: folding now handled in the tokenizer. Fri May 30 06:21:18 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> |
