From b369035b9dd4c70e4ecae2a178245147a8d77d56 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 1 Dec 2003 16:03:31 +0000 Subject: [PATCH] add epicsStrPrintEscaped. --- documentation/RELEASE_NOTES.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index dc831d410..598aaa0e1 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -66,6 +66,10 @@ init_record now checks to see if state strings or values are defined during pass 0. Previously if another record had a DBR_STRING link to an mbboRecord it thought the field was a USHORT instead of an ENUM.

+

epicsString

+

A new function has been added epicsStrPrintEscaped, which converts +the standard C escape characters to \xxx characters.

+

Changes since 3.14.3