summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>1998-07-23 13:34:41 +0000
committerrpj <rpj>1998-07-23 13:34:41 +0000
commit5629d479c341f7bfaf89489b88f0fc701860ac6f (patch)
tree42c8f2719b617b8db2e6c611daf00db04304c757 /ChangeLog
parentf33f4460f9de9c2d2ae6f3bf05caed391c6ad485 (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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79a8fb5..7d61a9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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