From a9cb5734bb8d3697e454bce3426763c7afeee80f Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 10 Feb 2007 21:41:26 +0000 Subject: * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add a configure option `--disable-fastthread', to choose the original, pure ruby version of the "thread" library instead of the new, much faster implementation in ext/thread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2681e056a..acd4bb8be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Feb 11 06:27:54 2007 Akinori MUSHA + + * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add a + configure option `--disable-fastthread', to choose the original, + pure ruby version of the "thread" library instead of the new, + much faster implementation in ext/thread. + Sun Feb 11 06:22:20 2007 Akinori MUSHA * ext/Setup: Add thread except for platforms without threads -- cgit