diff options
author | rpj <rpj> | 1998-10-29 20:58:36 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-10-29 20:58:36 +0000 |
commit | e0b68aae21da8697ef0f4f3924ea29edb0e89582 (patch) | |
tree | f5fe9666d832692241b88d35da3a9e292102c3a5 /ChangeLog | |
parent | e0cb3da9bad150b424848b993bb100766d07ded7 (diff) |
Fri Oct 30 15:15:50 1998 Ross Johnson <rpj@swan.canberra.edu.au>
* cleanup.c (_pthread_handler_push): Fixed bug appending new
handler to list reported by Peter Slacik
<Peter.Slacik@leibinger.freinet.de>.
(new_thread): Rename poorly named local variable to
"new_handler".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,8 +1,21 @@ +Fri Oct 30 15:15:50 1998 Ross Johnson <rpj@swan.canberra.edu.au> + + * cleanup.c (_pthread_handler_push): Fixed bug appending new + handler to list reported by Peter Slacik + <Peter.Slacik@leibinger.freinet.de>. + (new_thread): Rename poorly named local variable to + "new_handler". + Thu Oct 22 21:44:44 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * tsd.c: Add description of pthread_key_delete() from the standard as a comment. +Fri Oct 16 17:38:47 1998 Ross Johnson <rpj@swan.canberra.edu.au> + + * cleanup.c (_pthread_destructor_run_all): Fix and improve + stepping through the key table. + Thu Oct 15 14:05:01 1998 Ross Johnson <rpj@swan.canberra.edu.au> * private.c (_pthread_new_thread): Remove init of destructorstack. |