From f96f094bc5d3f4fc49b4a5a488341dec2b0b9cd1 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 3 Nov 2002 19:05:33 +0000 Subject: * lib/getopts.rb: Do not choke on characters that cannot be used in a variable name. Replace them with `_'. Define a hash named $OPT for convenience. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad1470b8e2..e7af11aed1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 4 04:04:32 2002 Akinori MUSHA + + * lib/getopts.rb: Do not choke on characters that cannot be used + in a variable name. Replace them with `_'. Define a hash named + $OPT for convenience. + Thu Oct 31 09:31:51 2002 K.Kosako * eval.c (rb_export_method): undef'ed method visibility should not -- cgit v1.2.3