From 400ded9338961ce39b3cd9cb58f03277e0a37f2d Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 24 Feb 2009 15:41:39 +0000 Subject: * class.c (rb_scan_args): Allow specifying the number of trailing mandatory arguments right after the number of optional arguments only if the number of leading mandatory arguments is not omitted. * ext/socket/tcpserver.c (tcp_svr_init): Make use of it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72f76513fe..df31271b1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 25 00:41:21 2009 Akinori MUSHA + + * class.c (rb_scan_args): Allow specifying the number of trailing + mandatory arguments right after the number of optional arguments + only if the number of leading mandatory arguments is not omitted. + + * ext/socket/tcpserver.c (tcp_svr_init): Make use of it. + Wed Feb 25 00:15:15 2009 Yukihiro Matsumoto * ext/curses/curses.c (curses_colors): new method added. a patch -- cgit v1.2.3