diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-10 21:24:58 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-10 21:24:58 +0000 |
| commit | 36d512afb399c4cda2a891f7ace35916e418481f (patch) | |
| tree | 2931ab44c41509295d898afc1637420eb4941f53 | |
| parent | 0deaef57ae5e531bb1d4b2d4ebd93fa08aebd0c4 (diff) | |
| download | ruby-36d512afb399c4cda2a891f7ace35916e418481f.tar.gz ruby-36d512afb399c4cda2a891f7ace35916e418481f.tar.xz ruby-36d512afb399c4cda2a891f7ace35916e418481f.zip | |
* ext/Setup: Add thread except for platforms without threads
support.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | ext/Setup | 1 | ||||
| -rw-r--r-- | ext/Setup.atheos | 1 | ||||
| -rw-r--r-- | ext/Setup.dj | 1 | ||||
| -rw-r--r-- | ext/Setup.emx | 1 | ||||
| -rw-r--r-- | ext/Setup.nt | 1 | ||||
| -rw-r--r-- | ext/Setup.x68 | 1 |
7 files changed, 11 insertions, 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 diff --git a/ext/Setup.atheos b/ext/Setup.atheos index 9b1bdecb9..6bda3a4cf 100644 --- a/ext/Setup.atheos +++ b/ext/Setup.atheos @@ -28,6 +28,7 @@ strscan syck syslog #tcltklib +thread #tk #win32ole zlib diff --git a/ext/Setup.dj b/ext/Setup.dj index f2ed3a4f1..4f9478888 100644 --- a/ext/Setup.dj +++ b/ext/Setup.dj @@ -28,6 +28,7 @@ strscan syck #syslog #tcltklib +thread #tk #win32ole zlib diff --git a/ext/Setup.emx b/ext/Setup.emx index 7ea04543c..afc592357 100644 --- a/ext/Setup.emx +++ b/ext/Setup.emx @@ -28,6 +28,7 @@ strscan #syck #syslog #tcltklib +thread #tk #win32ole #zlib diff --git a/ext/Setup.nt b/ext/Setup.nt index 7a330f801..9f8abf9b8 100644 --- a/ext/Setup.nt +++ b/ext/Setup.nt @@ -28,6 +28,7 @@ strscan syck #syslog #tcltklib +thread #tk win32ole #zlib diff --git a/ext/Setup.x68 b/ext/Setup.x68 index 9b9563d94..0966e737e 100644 --- a/ext/Setup.x68 +++ b/ext/Setup.x68 @@ -28,6 +28,7 @@ strscan #syck #syslog #tcltklib +thread #tk #win32ole #zlib |
