Please enable JavaScript to view this site.

A-Shell Development History

1271.4

Compiler bug fix (edit 538) - ++INCLUDE'ONCE was falsely skipping some files if the last N characters of the file.ext matched another. Same patch as 6.1 compiler edit 664.

1271.3

ISAMA/AIX bug fix: New ISAMA library version 6.11m fixes issue in which attempting to lock an already-locked record would generate a Basic error 23 instead of waiting.

1271.2

Windows printing refinement: printing to a non-shareable port (LPTx or COMx) now internally blocks other instances of A-Shell from trying to print to the same port at the same time. Previously this rare but possible situation was generating a Windows error 183. Same fix as in 6.1.1373.9.

1271.1

(UNIX) Adjust spooler temp file naming scheme to avoid possible overwrite of file not yet printed.

1271.1

XPUTARG bug fix: specifying an I,4 variable in an XPUTARG statement was resulting in a corrupted value being passed when the actual value was greater than 16,777,215—i.e. required more than 3 bytes. Same patch as 6.1.1364.3