1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/thread: Import the "fastthread" implementation by MenTaLguY

in the original form.  This module is not hooked into the build
  yet since it needs some style fixes and adjustments.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2007-02-09 11:41:49 +00:00
parent b13f2006ec
commit 60047f3822
3 changed files with 1310 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Fri Feb 9 20:34:33 2007 MenTaLguY <mental@rydia.net>
* ext/thread: Import the "fastthread" implementation by MenTaLguY
in the original form. This module is not hooked into the build
yet since it needs some style fixes and adjustments.
Fri Feb 9 15:46:09 2007 Akinori MUSHA <knu@iDaemons.org>
* ext/bigdecimal: Synchronize with trunk. Better function

2
ext/thread/extconf.rb Normal file
View file

@ -0,0 +1,2 @@
require 'mkmf'
create_makefile("thread")

1302
ext/thread/thread.c Normal file

File diff suppressed because it is too large Load diff