Age | Commit message (Expand) | Author |
2003-03-04 | Indenting. | rpj |
2003-03-04 | * pthread_mutex_timedlock.c (pthread_mutex_timedlock): Fix failure to | rpj |
2002-12-18 | Adjust attribution. | rpj |
2002-12-17 | * pthread_mutex_lock.c (ptw32_semwait): New static routine to provide | rpj |
2002-12-11 | 2002-12-11 Thomas Pfaff <tpfaff@gmx.net> | rpj |
2002-11-04 | Update admin files.snap-2002-11-04 | rpj |
2002-09-20 | 2002-09-20 Michael Johnson <michaelj@maine.rr.com> | rpj |
2002-07-30 | *** empty log message *** | rpj |
2002-07-30 | * pthread_cond_wait.c (ptw32_cond_wait_cleanup): | rpj |
2002-07-30 | * sem_timedwait.c (sem_timedwait): Tighten checks for | rpj |
2002-06-04 | *** empty log message *** | rpj |
2002-06-04 | Another attempt to get sem_getvalue working. | rpj |
2002-06-03 | An attempt to get sem_getvalue working properly. | rpj |
2002-03-03 | Minor post-snapshot updates. | rpj |
2002-03-02 | Made Item 1 description more accurate. | rpj |
2002-03-02 | Add file and add entry to tests/ChangeLog.snap-2002-03-02 | rpj |
2002-03-02 | Changes to documentation and makefiles. | rpj |
2002-03-02 | * errno.c: Compiler directive was incorrectly including code. | rpj |
2002-02-27 | * exception3.c (terminateFunction): For MSVC++, call | rpj |
2002-02-23 | Upated. | rpj |
2002-02-23 | Add missing file. | rpj |
2002-02-23 | New functions from POSIX 1003.1 2001. Untested. | rpj |
2002-02-23 | * pthread_cond_destroy.c: Expand the time change | rpj |
2002-02-20 | Changes to comments. | rpj |
2002-02-20 | implement.h: Refine use of _LPLONG and _LONG. | rpj |
2002-02-20 | Enter the time change critical section earlier | rpj |
2002-02-20 | spin4.c: Try to force the main thread to wait. | rpj |
2002-02-20 | Add missing test files. | rpj |
2002-02-18 | Update to reflect recent changes. | rpj |
2002-02-18 | Major reorganisation of source code; new routine and tests added. | rpj |
2002-02-11 | Splitting files. See ChangeLog file for details. | rpj |
2002-02-08 | New tests. | rpj |
2002-02-08 | Update. | rpj |
2002-02-08 | Copyright notice updates; module splitting; POSIX version | rpj |
2002-02-07 | pthread_delay_np: Add missing "return(0)". | rpj |
2002-02-07 | * nonportable.c (pthread_delay_np): Make a true | rpj |
2002-02-03 | Change #pragma inline_depth(8) to use empty () for default value. | rpj |
2002-02-02 | * cancel.c: Rearranged some code and introduced checks | rpj |
2002-02-01 | * semaphore.c (sem_trywait): Fix missing errno return | rpj |
2002-02-01 | pthread_mutex_timedlock: Add missing InterlockedDecrement(lock_idx) | rpj |
2002-01-31 | Add new exported routines. | rpj |
2002-01-31 | Fix critical section init. | rpj |
2002-01-31 | 2002-01-27 Ross Johnson <rpj@special.ise.canberra.edu.au> | rpj |
2002-01-13 | * attr.c (pthread_attr_setscope): Fix struct pointer | rpj |
2002-01-08 | Update docs. | rpj |
2002-01-08 | * mutex.c (pthread_mutex_trylock): use | rpj |
2002-01-07 | * mutex.c (pthread_mutex_init): Remove critical | rpj |
2002-01-04 | * attr.c (pthread_attr_setscope): Add more error | rpj |
2001-12-20 | * mutex.c (pthread_mutex_lock): Decrementing lock_idx was | rpj |
2001-12-20 | Fix some typos and add a contributor. | rpj |