Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-22 | ''v-2-8-0-release | rpj | |
2005-04-28 | '' | rpj | |
2005-04-25 | '' | rpj | |
2005-04-25 | Fix timeout bug | rpj | |
2005-04-01 | '' | rpj | |
2005-01-01 | Copyright year updated | rpj | |
2004-11-22 | Copyright update | rpj | |
2004-11-03 | Mutex, semaphore, thread ID, test suite changes - see ChangeLogs | rpj | |
2004-10-23 | Mutex and Semaphore changes - considered alpha for now | rpj | |
2004-10-22 | Changes to mutexes and semaphores - considered alpha for now | rpj | |
2004-10-19 | Semaphore speedups - alpha, but passes testsuite | rpj | |
2003-12-10 | *** empty log message *** | rpj | |
2003-12-10 | Fix timeout calculations. | rpj | |
2003-08-19 | Updated Copyright notice (date and contact address). | rpj | |
2002-07-30 | * pthread_cond_wait.c (ptw32_cond_wait_cleanup): | rpj | |
Remove code designed to avoid/prevent spurious wakeup problems. It is believed that the sem_timedwait() call is consuming a CV signal that it shouldn't and this is breaking the avoidance logic. | |||
2002-07-30 | * sem_timedwait.c (sem_timedwait): Tighten checks for | rpj | |
unreasonable abstime values - that would result in unexpected timeout values. * w32_CancelableWait.c (ptw32_cancelable_wait): Tighten up return value checking and add comments. | |||
2002-02-18 | Major reorganisation of source code; new routine and tests added. | rpj | |