From de9012a981b4991065faac63228c51bb1a44c3bc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 12 Jun 2009 21:45:52 +0000 Subject: * vm_eval.c (rb_f_throw): fixed rdoc about execption. [ruby-core:23824] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1b93eb7d..f480da865 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 13 06:45:46 2009 Nobuyoshi Nakada + + * vm_eval.c (rb_f_throw): fixed rdoc about execption. + [ruby-core:23824] + Fri Jun 12 14:56:50 2009 Nobuyoshi Nakada * file.c (file_expand_path): associate the input encoding when -- cgit