From bb6a92bfa702f5c03285de878968162360805ba0 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 21 May 2004 00:23:34 +0000 Subject: Add '()' around parameters that don't have them git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2586033e0..b55f323e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 21 09:22:05 2004 Dave Thomas + + * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method_parameters): + Add ()'s around parameters that don't have them + Thu May 20 17:02:03 2004 Nobuyoshi Nakada * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911] -- cgit