Please enable JavaScript to view this site.

A-Shell 7.0 Release Notes

Navigation: Notes by Version and Date > 2019

1665 — 30 August 2019

Scroll Prev Top Next More

1665.4

Fix

Compiler edit 917: eliminate spurious "exceeded 512K limit" error on DATA statements when used in conjunction with some newer features.

1665.3.2

Fix

Compiler edit 916: static functions which were called only by dynamic functions were getting shaken out of the tree by the /PX algorithm.

1665.3.1

EIR

XTREE: further extend (see 1665.0) the range of RGB color indices from ASCII 33 (!) to ASCII 125 (}). Note that "=" remains a special value which forces the default color to be used.

1665.2

Fix

Compiler edit 915: the presence of a single Dynamic function was disabling the /PX removal of un-called functions. It now only ensures that no Dynamic functions are removed, since we can't be sure if they are called dynamically.

1665.1.2

EIR

Compiler edit 914: Add comment marker (!) to "{shaken out by /PX}" notations in the LSX file for ease of recompiling from the LSX.

1665.1.1

EIR

(Windows) GDI/PDFX: Remove the 512 byte limit on the overall length of individual //GDI directives, including those in //PDFX. Note that this affects only the overall length of a single //GDI directive; it does not affect any existing limits on the length of individual parameters. Also note that previously the PDFX documentation incorrectly indicated that the limit on an Email.Content directive was 1024.

1665.0

EIR

XTREE: extend the limit on the number of defined RGB colors indices, which were previously limited to A-Z and a-z for 52 total, to include 0-9 for 62 total.