summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/sapi/ChangeLog')
-rw-r--r--c/src/exec/sapi/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog
index d31f1841bf..c77a725239 100644
--- a/c/src/exec/sapi/ChangeLog
+++ b/c/src/exec/sapi/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-09 Joel Sherrill <joel@OARcorp.com>
+
+ * src/exinit.c: Slightly rework initialization so there
+ is a valid thread as _Thread_Executing when the pre_tasking
+ hook is called. This allows one directives and malloc
+ to potentially use mutex protection.
+
2001-03-29 Joel Sherrill <joel@OARcorp.com>
* Per PR126, configuration structures now match docs.