summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-23 01:56:43 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-23 01:56:43 +0000
commitc56b2c10848b14e4cfa653bd73d372505ead499f (patch)
tree4ea48dc1c712aa88decdc8eb1d245d09b2a8b806 /ChangeLog
parent6dde5de0228f9e61f409daa19fd26d12e2055843 (diff)
* thread_pthread.ci (native_mutex_lock): do not call
pthread_mutex_trylock(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c654ba3997..5129f953f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 23 10:53:21 2007 Shugo Maeda <shugo@ruby-lang.org>
+
+ * thread_pthread.ci (native_mutex_lock): do not call
+ pthread_mutex_trylock().
+
Fri Feb 23 10:31:16 2007 Minero Aoki <aamine@loveruby.net>
* dln.c: use dlopen on Mac OS X 10.3 or later.