From a18d0b9ecb11492da668a105b66e484d9479e3d6 Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 20 Nov 2003 16:47:30 +0000 Subject: * check existence of "pthread.h" * define is_ruby_native_thread() macro when not HAVE_NATIVETHREAD git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef67f2dec..f66f06f03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Nov 21 01:40:00 2003 Hidetoshi NAGAI + + * configure.in: check + + * ruby.h: include pthread.h if existence. + define is_ruby_native() macro when not HAVE_NATIVETHREAD + + * eval.c: undef is_ruby_native() function when not HAVE_NATIVETHREAD + Thu Nov 21 00:43:00 2003 Nathaniel Talbott * lib/test/unit/assertions.rb: use #__send__ instead of #send. -- cgit