Please enable JavaScript to view this site.

A-Shell 7.0 Release Notes

Navigation: Notes by Version and Date

1771 -- In Progress

Scroll Prev Top Next More

 

 

A-Shell Release Notes Version 7.0.1771.0 (10 April 2025)

1771.0.1

New

Add new dot variable .PID with compiler edit 1067. Returns the current process ID, same as GETPIDxs.

1771.0.2

New

Add new new dot variable .ASFLAGS with compiler edit 1068. Returns the current set of flags otherwise accessible via ASFLAGxxs. Note that the dot variable is read only, whereas the Xcall always writes (with an optional read). The two can be used together to avoid having to call the Xcall twice to set a single flag without changing any of the others. For example, to set the AF_SBXASRUN flag without touching the others...

XCALL ASFLAG, (.ASFLAGS or AF_SBXASRUN)

1771.0.3

New

New "no-PPN" variation of the DEVICE system parameter now supports individual arbitrary directories as devices without any PPNs.

1771.0.4

New

ASQL enhancement: variation of SQLOP_FETCH_ROW to fetch a result set into a DYNSTRUCT, matching up fields by name or number.

1771.0.5

EIR

ASHNET.DLL / libashnet.so 1.14.202 enhancement: XHTTPF_REQPOST can now be combined with XHTTPF_REQHEAD to retrieve both the headers and the body of the response together (separated by a blank line).