From 3b6c91c7a5bcb8a937f3a7fa1d47238709067d6e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 Nov 2003 02:01:23 +0000 Subject: * lib/optparse.rb (OptionParser::Completion#complete): default not to ignore case on completion. [ruby-talk:84726] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d29ef79b..19f0748c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Thu Nov 6 10:17:51 2003 Nobuyoshi Nakada +Thu Nov 6 11:01:19 2003 Nobuyoshi Nakada * ext/stringio/stringio.c (strio_set_string, strio_reopen): check tainted. @@ -11,6 +11,9 @@ Thu Nov 6 10:17:51 2003 Nobuyoshi Nakada * ruby.c (proc_options): reserve searched script path in the source file name table. [ruby-list:38765] + * lib/optparse.rb (OptionParser::Completion#complete): default not to + ignore case on completion. [ruby-talk:84726] + Wed Nov 5 23:49:45 2003 NAKAMURA, Hiroshi * sample/openssl/gen_csr.rb: there (at least) is a CA which does not -- cgit