aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-09 11:35:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-09 11:35:06 +0000
commit7df7982b47671dff7a84782e57b85df931b39761 (patch)
tree7057ae923812a808b67de7dbafb50aadd96f1039 /ChangeLog
parenta2ec2f8b592ae36596ab4c1608a5854414a9bd7a (diff)
downloadruby-7df7982b47671dff7a84782e57b85df931b39761.tar.gz
* thread_{pthread,win32}.c (native_sleep): wait until timed out.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b49cb97e47..4eb8aa9cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 9 20:35:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread_{pthread,win32}.c (native_sleep): wait until timed out.
+
Wed Jul 9 20:18:50 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (rb_cv_va_args_macro): check for __VA_ARGS__.