aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-09 11:36:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-09 11:36:37 +0000
commit0d37d00b294b90ca6b6975638701d6374369942e (patch)
tree0405465d57e40d1fc47f31e8153fc3c58e6a2cca
parent7df7982b47671dff7a84782e57b85df931b39761 (diff)
downloadruby-0d37d00b294b90ca6b6975638701d6374369942e.tar.gz
* thread_{pthread,win32}.c (native_sleep): wait until timed out.
[ruby-core:17270] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eb8aa9cd5..520fcbdd4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
-Wed Jul 9 20:35:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed Jul 9 20:36:31 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread_{pthread,win32}.c (native_sleep): wait until timed out.
+ [ruby-core:17270]
Wed Jul 9 20:18:50 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>