From 4dfd79901fa4ec54b59a4833d3aeaa88ad8594f8 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 24 Feb 2009 15:15:25 +0000 Subject: * class.c (rb_scan_args): Revamp rb_scan_args() to compute the number of required and optional arguments precisely to prepare for a more informative error message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c741c0f5b..703d6c076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 25 00:05:13 2009 Akinori MUSHA + + * class.c (rb_scan_args): Revamp rb_scan_args() to compute the + number of required and optional arguments precisely to prepare + for a more informative error message. + Tue Feb 24 23:58:52 2009 Akinori MUSHA * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that a -- cgit