From d09d332b3015d7bcf462defd10080ee6eaf98ce7 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 13 Sep 2009 05:09:15 +0000 Subject: * thread.c (thread_list_access): prototyped. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f38e3ca3..e5950539f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ Sun Sep 13 13:38:00 2009 Marc-Andre Lafortune - * thread.c (recursive_*): refactored the access to the inspect table used by - rb_exec_recursive_*. The functions recursive_push, pop and check now assume - a valid hash table as their first argument. Added documentation. + * thread.c (recursive_*): refactored the access to the inspect + table used by rb_exec_recursive_*. The functions recursive_push, + pop and check now assume a valid hash table as their first + argument. Added documentation. Sun Sep 13 12:07:49 2009 Nobuyoshi Nakada -- cgit