Converts text files containing SV3 function definitions into SV4-compatible function definitions.
USAGE:
Splus CONVERTOLDSCRIPTS [-q] -d destdir files
REQUIRED ARGUMENTS:
files
the files to be converted. Wildcards can be used.
OPTIONAL ARGUMENTS:
-q
a flag that controls whether the conversion is done silently. If omitted, CONVERTOLDSCRIPTS reports on its progress.
-d destdir
a destination directory for the converted files. By default, the destination directory is S_scripts, created under the directory in which CONVERTOLDSCRIPTS is invoked.
DETAILS:
The CONVERTOLDSCRIPTS utility is a file-level companion to the object-conversion function
convertOldLibrary. It changes SV3 calls to the
class and
log functions to
oldClass and
logb, respectively.