----------------------------------------------------------------------

ELOQUENCE B.08.30 - patch PE83-2112221

----------------------------------------------------------------------

This patch adds enhancements or fixes defects of the list utility as
released with Eloquence B.08.30-1810. This patch will be integrated
in the Eloquence B.08.30 release.

Eloquence B.08.30-1810 must be installed before applying this patch.

Severity:
 PE83-2112221: BUG FIX

Superseded patches:
 none


Patch PE83-2112221
------------------

Platforms: All

* Fixed a problem with the LIST function losing parens on nested
  exponent operators.

  Eloquence uses a right hand priority for the exponent operator.
  So 2^3^4 is understood as 2^(3^4). Parenthesis may be used to
  specify a different priority, For example, (2^3)^4.
  The LIST functionality did not output these parens.
  LIST now always outputs parens with nested exponent operators
  to minimize changes.

Notes / Related patches:

* Patch PE83-2112220 or superseding (eloqcore)
* Patch PE83-2112222 or superseding (Eloquence IDE)


Installation:
-------------

Please download the patch archive that corresponds with the installed
release.  The patch files follow the conventions below:

   PE83-2112221-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.3
gzip -dc /path/to/PE83-2112221-hpux-ia64.tar.gz | tar xf -

Files:

   bin/list
   share/doc/PE83-2112221-README


Linux:

In order to install this patch, you need to unpack it with tar.
Installation requires root privileges.

cd /opt/eloquence/8.3
tar xzf /path/to/PE83-2112221-linux-86_64.tar.gz

Files:

   bin/list
   share/doc/PE83-2112221-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 PE83-2112221-win32.exe. Before installation, please consider
stopping the database server, then execute the patch installation
program. Installation does not require a reboot unless the patched
files were active.

For a manual installation of the patch, please download the patch
file PE83-2112221-win32.zip and unpack its contents. Then perform
the following steps:

* Please copy the list.exe file into the Eloquence bin directory.
  (Default location: C:\Program Files\Eloquence\8.3\bin)

* Please copy the PE83-2112221-README.txt file into the Eloquence
  share\doc directory.
  (Default location: C:\Program Files\Eloquence\8.3\share\doc)

Files:

   list.exe
   PE83-2112221-README.txt