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:
parent
fff0db9dfe
commit
b28988b4f1
3 changed files with 570 additions and 752 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
require 'mkmf'
|
||||
|
||||
if with_config('mem-pools', true)
|
||||
$CPPFLAGS << ' -DUSE_MEM_POOLS'
|
||||
end
|
||||
|
||||
create_makefile("thread")
|
||||
|
|
1310
ext/thread/thread.c
1310
ext/thread/thread.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue