ChangeLog for NSLock modifications.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
jonathanosx 2010-02-05 18:21:40 +00:00
parent ad5c68529b
commit 91aa9f9111

View file

@ -12,7 +12,13 @@
2010-02-04 Jonathan Gillaspie <jonathan.gillaspie@testplant.com>
* Source/NSThread.m: condition lock fixes
* Source/NSLock.m:
lockWhenCondition:beforeDate:
Switched to use timeIntervalSince1970.
added a loop to lockWhenCondition since pthread_cond_timedwait can return
to delay expiring. Hold the lock on a delayed acquire (and YES return).
tryLockWhenCondition:
No longer reports a deadlock when we already have the lock, now just returns NO.
2010-02-03 Richard Frith-Macdonald <rfm@gnu.org>