---------------------------------------------------------------------- ELOQUENCE B.08.00 - patch PE80-0912170 ---------------------------------------------------------------------- This patch adds enhancements or fixes defects of the eloqcore program as released with Eloquence B.08.00. This patch will be integrated in the Eloquence B.08.00 release. Eloquence B.08.00 must be installed before applying this patch. Severity: PE80-0912170: BUG FIX Superseded patches: PE80-0912090: ENHANCEMENT PE80-0907240: BUG FIX PE80-0901220: BUG FIX Patch PE80-0912170 ------------------ Platforms: All * Fixed a bug introduced by patch PE80-0912090 where a COMMAND statement executing CALL or FN statement could result in an abort with an internal error when the statement resulted in a runtime error. Patch PE80-0912090 ------------------ Platforms: All * Fixed a limitation of the COMMAND statement that could result in overflowing the symbol table, causing an ERROR 2 (#3376). A COMMAND statement may grow the symbol table of the current program segment (SUB/FN). This may eventually result in an ERROR 2. This enhancement limits new entries to the symbol table to variables. * Extend valid PRINTER numbers from -2:99 to -2:999 (#3843). * Added the POPUPBOX option to the config file to allow enabling function keys to interrupt a POPUP BOX statement (#3509). When enabled, a defined FUNCTION KEY or HALT interrupts a POPUP BOX statement and returns -1 as the selected choice. This function is enabled in the configuration file by specifying the option POPUPBOX and the asssociated config value. For example: option popupbox 7 The option value is bit encoded: 1 = sfk 2 = halt 4 = ESC Please note that this functionality is not available when using the DLG driver. Patch PE80-0907240 ------------------ Platforms: Linux 64-bit * Fixed a problem where integer values were sometimes not correctly XPACKed on 64-bit Linux builds (#3825). Patch PE80-0901220 ------------------ Platforms: Linux * This patch fixes a screen corruption problem on Linux that could happen in some cases when scrolling down and logical lines exceed the screen width (#3697). * Fixes potential memory corruption problem when using a dialog server (such as jdlg) on a 64 bit build. Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: PE80-0912170-hpux-ia64.tar.gz ^ ^ ^ | | Architecture / OS specific build | Operating system Patch ID HP-UX: In order to install this patch, you need to unpack it with gzip and tar. Gzip is included with HP-UX. Installation requires root privileges. cd /opt/eloquence/8.0 gzip -dc /path/to/PE80-0912170-hpux.tar.gz | tar xf - Files: bin/eloqcore share/doc/PE80-0912170-README Linux: In order to install this patch, you need to unpack it with tar. Installation requires root privileges. cd /opt/eloquence/8.0 tar xzf /path/to/PE80-0912170-linux.tar.gz Files: bin/eloqcore share/doc/PE80-0912170-README Windows: Two options are available for patch installation. The patch is available as self extracting archive for automatic installation and as a zip archive for manual installation. Both patches are equivalent. Installation requires administrative capabilities. For automatic installation of this patch, please download the patch file PE80-0912170-win32.exe. Installation does not require a reboot unless the patched files were active. For a manual installation of the patch, please download the patch file PE80-0912170-win32.zip and unpack its contents. Then perform the following steps: * Please copy the eloqcore.exe file into the Eloquence bin directory. (Default location: C:\Program Files\Eloquence\8.0\bin) * Please copy the PE80-0912170-README.txt file into the Eloquence share\doc directory. (Default location: C:\Program Files\Eloquence\8.0\share\doc) Files: eloqcore.exe PE80-0912170-README.txt