From 1a83fc2304d956c3a16e56bb30296f6d07655795 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 12 Jun 2009 22:06:59 +0000 Subject: * vm_eval.c (rb_f_catch): updated rdoc about generalized argument, and the case without arguments. [ruby-core:23827] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62f4dfdd8..d7f44d8f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 13 07:06:54 2009 Nobuyoshi Nakada + + * vm_eval.c (rb_f_catch): updated rdoc about generalized argument, + and the case without arguments. [ruby-core:23827] + Sat Jun 13 06:50:31 2009 Nobuyoshi Nakada * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is -- cgit