From 3f61b69fa3b112b61e505978e8bbc4e3d7a93545 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 15 Jul 2003 19:00:09 +0000 Subject: [PATCH] var, maclib, etc. --- documentation/RELEASE_NOTES.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 536455c59..c647e300c 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -18,6 +18,14 @@

Changes since 3.14.2

+

macEnvExpand

+

Macro expansion using environment variables as macro definitions

+ +

iocsh var command

+

For simple applications such as controlling the value of debugging flags. +Devlopers with more complex expression handling requirements should consider +use of the cexp package. +

iocshArgPersistentString

Tell iocsh to make a copy of the argument string before passing it to the handler function.