diff options
| author | rpj <rpj> | 2004-06-22 06:12:54 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2004-06-22 06:12:54 +0000 | 
| commit | cf236808ad018ce10123321fab0917550e181aa2 (patch) | |
| tree | ea0b63b989688fb6205675424a7d1626166a3c35 /ChangeLog | |
| parent | d5c1ab47d8cb1e11feae5719e44972015e284516 (diff) | |
Add PTHREAD_{RECURSIVE,ERRORCHECK}_MUTEX_INITIALIZER{,_NP}snap-2004-06-22
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 21 | 
1 files changed, 20 insertions, 1 deletions
| @@ -1,4 +1,23 @@ -2004-05-20  Ross Johnson  <ross@special.ise.canberra.edu.au> +2004-06-21  Ross Johnson  <rpj@callisto.canberra.edu.au> + +	* pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER): Mutex +	initialiser added for compatibility with Linux threads and +	others; currently not included in SUSV3. +	* pthread.h (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER): Likewise. +	* pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP): Likewise. +	* pthread.h (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP): Likewise. + +	* ptw32_mutex_check_need_init.c (ptw32_mutex_check_need_init):  +	Add new initialisers. + +	* pthread_mutex_lock.c (pthread_mutex_lock): Check for new +	initialisers. +	* pthread_mutex_trylock.c (pthread_mutex_trylock): Likewise. +	* pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise. +	* pthread_mutex_unlock.c (pthread_mutex_unlock): Likewise. +	* pthread_mutex_destroy.c (pthread_mutex_destroy): Likewise. + +2004-05-20  Ross Johnson  <rpj@callisto.canberra.edu.au>  	* README.NONPORTABLE: Document pthread_win32_test_features_np().  	* FAQ: Update various answers. | 
