mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/Setup: Add thread except for platforms without threads
support. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e8b3e1af53
commit
78128f5e85
7 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Feb 11 06:22:20 2007 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/Setup: Add thread except for platforms without threads
|
||||
support.
|
||||
|
||||
Sun Feb 11 06:15:16 2007 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/thread/lib/thread.rb: Add a replacement of thread.rb that
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#syck
|
||||
#syslog
|
||||
#tcltklib
|
||||
#thread
|
||||
#tk
|
||||
#win32ole
|
||||
#zlib
|
||||
|
|
|
@ -28,6 +28,7 @@ strscan
|
|||
syck
|
||||
syslog
|
||||
#tcltklib
|
||||
thread
|
||||
#tk
|
||||
#win32ole
|
||||
zlib
|
||||
|
|
|
@ -28,6 +28,7 @@ strscan
|
|||
syck
|
||||
#syslog
|
||||
#tcltklib
|
||||
thread
|
||||
#tk
|
||||
#win32ole
|
||||
zlib
|
||||
|
|
|
@ -28,6 +28,7 @@ strscan
|
|||
#syck
|
||||
#syslog
|
||||
#tcltklib
|
||||
thread
|
||||
#tk
|
||||
#win32ole
|
||||
#zlib
|
||||
|
|
|
@ -28,6 +28,7 @@ strscan
|
|||
syck
|
||||
#syslog
|
||||
#tcltklib
|
||||
thread
|
||||
#tk
|
||||
win32ole
|
||||
#zlib
|
||||
|
|
|
@ -28,6 +28,7 @@ strscan
|
|||
#syck
|
||||
#syslog
|
||||
#tcltklib
|
||||
thread
|
||||
#tk
|
||||
#win32ole
|
||||
#zlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue