From a09f0fe896df6fb5519e45edfaa15fca8bfd600e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 20 Dec 2003 07:07:19 +0000 Subject: * lib/optparse.rb (OptionParser::Completion::complete): wrong Regexp for word boundary. pointed out by Gavin Sinclair. * lib/optparse.rb (OptionParser::make_switch): [no-] prefix was missing. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4293bf37c..f6563f6a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Dec 20 16:07:14 2003 Nobuyoshi Nakada + + * lib/optparse.rb (OptionParser::Completion::complete): wrong + Regexp for word boundary. pointed out by Gavin Sinclair. + + * lib/optparse.rb (OptionParser::make_switch): [no-] prefix was + missing. + Sat Dec 20 11:40:10 2003 Nobuyoshi Nakada * lib/yaml.rb (YAML::YAML): adjust Marshal version. -- cgit