We welcome comments, suggestions and most importantly, fixes in the
form of a patch.  Send such items to:

    dbell@auug.org.au
    chongo@toad.com		    {uunet,pyramid,sun}!hoptoad!chongo

The following are the known bugs and mis-features in 2.9.3t9.

    * Saber C warns about a bad pointer problem in domul().  See
      the Saber-C XXX comment in zmul.c for details.

    * Purify reports that calc leaks memory.  Plug these leaks or
      determine that such leaks are non-issues.

    * Purify reports that dosquare() references uninitialized memory.
      While no incorrect results have been reported due to this problem
      the potential for bogosity is great.

      A hack-a-round of zeroing an allocated chunk of memory has been
      added to zsquare() which disables this Purity error message.
      See the Purify XXX comment in zmul.c for details.

    * Calc does not support negative mods.

    * The output of list(2,3,4) is indented differently from list().

    * Calc hanges in the regression test for some versions OSF/1 Dec
      Alpha cc.  The work-around to this problem is to use gcc version 2
      instead of cc on the Dec Alpha.

    * On a Pyramid running DC/OSx using the MIPS cc, calc fails
      regression tests 1205, 1206, 1207, 1209, 1210 and 1211.
      It then declares that the next line (test 1212) has an
      illegal value for decrementing.
