Please enable JavaScript to view this site.

A-Shell Development History

1. VUE now supports a new INI.VUE statement: CRNL = This determines whether the file will be written using CRNL or NL line terminators. Under UNIX, the default is FALSE (e.g. NL only) unless the MIAME.INI command OPTIONS=CRNL was specified. Under Windows, the default is TRUE. Note that if CRNL=TRUE under UNIX then CVTWARN will automatically be ignored.

 

2. Maximum number of ERSATZ entries increased from 256 to 400, and the table will now be automatically reloaded whenever a device is not found and the table has been updated. To minimize file overhead if a lot of device-not-found situations occur, it only checks if at least 30 seconds has gone by since the last check. Also note that it will not recognize changes or deletions to the existing list of ersatz devices unless it first encounters an unknown device. Finally, if multiple ERSATZ= statements were specified in the miame.ini file, only the LAST one will be reloaded this way. (The others will only be updated by exiting and restarting A-Shell.)