From 970d3bbdc53cd3053f44bfb9143e4adffe97884d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 7 Oct 2010 14:54:17 -0500 Subject: [PATCH] Updated release notes for calc-size changes. --- documentation/RELEASE_NOTES.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 572d2a9c3..52843c255 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -9,9 +9,19 @@

EPICS Base Release 3.14.12

+

Changes between 3.14.11 and 3.14.12

+

Expanded CALC expressions

+ +

The calc and calcout records can now accept infix expressions up to 79 +characters long, although you have to use long string support to read or write +any that are more than 39 characters. The postfix interpreter now sports an +integer literal token as well as the double literal one, which reduces the +maximum size of a postfix buffer needed for any specific size of infix buffer by +a factor of 2/3.

+

Added Apple iOS target architectures

Tom Pelaia II and Mark Engbretson contributed build configuration files to @@ -163,6 +173,7 @@ the COMMANDLINE_LIBRARY variable.

Three new options were added to the caget and camonitor utilities, to allow printing float values (rounded) as hex, octal or binary.

+

Changes between 3.14.10 and 3.14.11

Time provider on Win32