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

* ext/thread: Make style fixes (mostly de-K&R'ism) to match the

rest of the source code.

* ext/thread: Make USE_MEM_POOLS an extconf option.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2007-02-09 11:48:34 +00:00
parent fff0db9dfe
commit b28988b4f1
3 changed files with 570 additions and 752 deletions

View file

@ -1,3 +1,10 @@
Fri Feb 9 20:44:53 2007 Akinori MUSHA <knu@iDaemons.org>
* ext/thread: Make style fixes (mostly de-K&R'ism) to match the
rest of the source code.
* ext/thread: Make USE_MEM_POOLS an extconf option.
Fri Feb 9 20:43:01 2007 Akinori MUSHA <knu@iDaemons.org>
* ext/thread: Import the "fastthread" implementation by MenTaLguY

View file

@ -1,2 +1,7 @@
require 'mkmf'
if with_config('mem-pools', true)
$CPPFLAGS << ' -DUSE_MEM_POOLS'
end
create_makefile("thread")

File diff suppressed because it is too large Load diff