From 47bfeccda4a9b7cc29cb082a6dbe93833cc4aa53 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 21 Dec 2007 11:13:53 +0000 Subject: * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped. * include/ruby/intern.h (rb_fiber_alive_p): prototyped. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a404733e..97eb30263 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 21 20:13:51 2007 Nobuyoshi Nakada + + * include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped. + + * include/ruby/intern.h (rb_fiber_alive_p): prototyped. + Fri Dec 21 20:09:18 2007 Nobuyoshi Nakada * string.c (rb_str_succ): retry increasing until valid char is found. -- cgit