From 91f1071020b014465e2f63db732382f85c85b19f Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 4 Sep 2008 17:41:40 +0000 Subject: * thread.c (rb_thread_critical): removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5447ffb0d..85a4344f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 5 02:40:38 2008 Koichi Sasada + + * thread.c (rb_thread_critical): removed. + Fri Sep 5 01:22:23 2008 Tanaka Akira * io.c (argf_mark): mark p->encs.ecopts. -- cgit