From 8ebd5d4e0a649cdb1d691bfcf1007a94f7b18e4f Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 3 Aug 2004 18:18:50 +0000 Subject: [PATCH] errlog: implement atexit --- documentation/RELEASE_NOTES.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 8052095a2..4e00db4cc 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -11,6 +11,9 @@ 20 August 2004

Changes since 3.14.6

+

errlog

+

errlog now calls atexit and releases all resources when process exits.

+

iocsh

Input/output redirection added. Explicit "filename" arguments removed from many commands. iocshCmd routine added (callable from vxWorks shell).