From 89e2b39092bd936c0c310ea7d8710b43b91c2e27 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 5 Dec 2004 10:39:58 +0000 Subject: * lib/optparse.rb (OptionParser::Completion#complete): new parameter to direct case insensitiveness. * lib/optparse.rb (OptionParser#order!): ignore case only for long option. [ruby-dev:25048] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 52b099ce3..135255350 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Dec 5 19:39:17 2004 Nobuyoshi Nakada + + * lib/optparse.rb (OptionParser::Completion#complete): new parameter + to direct case insensitiveness. + + * lib/optparse.rb (OptionParser#order!): ignore case only for long + option. [ruby-dev:25048] + Sat Dec 4 14:54:52 2004 WATANABE Hirofumi * eval.c (proc_invoke): use volatile `tmp' rather than `args'. @@ -12,7 +20,7 @@ Sat Dec 4 14:28:56 2004 Dave Thomas # :section: Dave's Section # comment material # ----------- - The lines before :section: are removed, and identical lines at the end are + The lines before :section: are removed, and identical lines at the end are also removed if present. Sat Dec 4 03:33:45 2004 Shugo Maeda -- cgit