From 0f9257d2094b4041d4326e7abe06ba8b6f5d6053 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 25 Dec 2007 07:28:51 +0000 Subject: * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to ruby_native_thread_p(). * ext/tk/tcltklib.c: apply it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ca8b35d8e..ac7b85214 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Dec 25 16:26:48 2007 Koichi Sasada + + * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to + ruby_native_thread_p(). + + * ext/tk/tcltklib.c: apply it. + Tue Dec 25 16:15:15 2007 Nobuyoshi Nakada * common.mk (clean-enc): clean encoding objects. -- cgit