diff options
author | rpj <rpj> | 1998-07-23 13:34:41 +0000 |
---|---|---|
committer | rpj <rpj> | 1998-07-23 13:34:41 +0000 |
commit | 5629d479c341f7bfaf89489b88f0fc701860ac6f (patch) | |
tree | 42c8f2719b617b8db2e6c611daf00db04304c757 /ChangeLog | |
parent | f33f4460f9de9c2d2ae6f3bf05caed391c6ad485 (diff) |
* global.c: New. Global data objects declared here. These moved from
pthread.h.
* pthread.h: Move implementation hidden definitions into
implement.h.
* implement.h: Move implementation hidden definitions from
pthread.h. Add constants to index into the different handler stacks.
* cleanup.c (_pthread_handler_push): Simplify args. Restructure.
(_pthread_handler_pop): Simplify args. Restructure.
(_pthread_handler_pop_all): Simplify args. Restructure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Thu Jul 23 23:25:30 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> + + * global.c: New. Global data objects declared here. These moved from + pthread.h. + + * pthread.h: Move implementation hidden definitions into + implement.h. + + * implement.h: Move implementation hidden definitions from + pthread.h. Add constants to index into the different handler stacks. + + * cleanup.c (_pthread_handler_push): Simplify args. Restructure. + (_pthread_handler_pop): Simplify args. Restructure. + (_pthread_handler_pop_all): Simplify args. Restructure. + Wed Jul 22 00:16:22 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * attr.c, implement.h, pthread.h, ChangeLog: Resolve CVS merge |