Please enable JavaScript to view this site.

A-Shell Development History

1610.1.3

EIR

ERASE.LIT 3.4(131) now disables the confirmation prompt when running from a submitted task under UNIX, just as it does for CMD files.

1610.1.2

Fix

OPTIONS=FSPECNATIVE: wildcard processing within LIT commands was generally failing to match any files when the FSPECNATIVE option was set.

1610.1.1

Fix

SORTIT.SBR: specifying an array by its first element, e.g. ARRAY(1), was not working for arrays of F4, F6, or SCALE'd F8. Note that other data types were not affected, nor were arrays of structures, nor were arrays passed by means of a higher-level unformatted variable.

1610.0.1

Add

Windows UI Enhancement: add Scrollback menu item to toggle visibility of the vertical scroll bar. Same as Ctrl+Shift+Up. New internal menu identifier IDM_SCROLLBACK = 160 added to ASHELL.DEF.

1610.0.2

Add

New GUI interface command: AG_SCROLLBACK (109) allows program to hide, show, or toggle the vertical scrollback bar. Syntax: ? TAB(-10,AG_SCROLLBACK);op;chr(127); where op is 0 (or empty) to disable/hide the vertical scroll bar, 1 to enable/show it, and -1 to toggle it. There is no response.

1610.0.3

Add

AGCMD.LIT 1.0(105) enhanced to support AG_SCROLLBACK:

.AGCMD AG_SCROLLBACK -1         ; toggle 

.AGCMD AG_SCROLLBACK 1          ; show/enable

.AGCMD AG_SCROLLBACK 0          ; hide/disable

1610.0.4

Add

Scrollback-related enhancements to LIT commands: the following commands now make the scroll bar visible if the environment supports it (A-Shell/Win or ATE client 6.5.1610+) and the output of the command causes the screen to scroll: COMPIL.LIT 1.1(134); DIR.LIT 3.3(162); DUMP.LIT 1.0(107); SET.LIT 1.2(161); SYSTAT.LIT 3.2(180); TYPE.LIT 1.0(112).

1610.0.5

Fix

DATES.SBR: opcode 3 (DTOP_DAYSAFTER) was failing to handle the negative case properly, returning a large positive number instead of a negative number if date1 was before date2. Problem was introduced around 6.3.1516. Same as 6.4.1551.7.