14-Jan-83 Ratfor syntax for multi-statement for clauses changed to stmt, stmt, ... instead of [stmt; stmt; ...] 14-Jan-83 delta, ed, grep, os, sh, xch and xfind sources modified to reflect the change to ratfor above. 28-Mar-83 sort modified to use create instead of open when creating temporary files. Fixes from Dave Martin. 28-Mar-83 get modified to always output file to STDOUT. Several people using get had wiped out their tcs files when the following type of command was given get -r 1.1 snarf.tcs snarf.out The result is that snarf.tcs is created at WRITE access (truncating the file) to fetch the latest revision from the file "1.1". 13-May-83 alist modified to count embedded FF's in page count. R. Stamerjohn 13-May-83 man modified to regard EOF in response to more? prompt as negative. R. Stamerjohn 13-May-83 mcol modified to handle 132 column pages. R. Stamerjohn 13-May-83 pr modified to default page length to 60. R. Stamerjohn 13-May-83 unrot modified to fix bug in argument processing. R. Stamerjohn 13-may-83 xch modified to calculate size of patterns correctly. R. Stamerjohn 13-May-83 xfind modified for same problem as xch. R. Stamerjohn 13-May-83 ed modified to make biged handle 250,000 line files. J. Sventek 13-May-83 asplit modified to perform creates of temp files at WRITE access, instead of opens. J. Sventek 13-May-83 sh modified to permit memory-overlaid version on RSX-11M. 17-May-83 Repeating groups added to form letter tool. J. Sventek 09-Jun-83 date modified to reflect select ==> switch transition. J. Sventek 09-Jun-83 admin modified to report error condition when amove to `tcsfile' fails. D. Martin 09-Jun-83 ar modified to handle 1000 files instead of 256. D. Martin 09-Jun-83 rar modified to handle 1000 files instead of 256. J. Sventek 09-Jun-83 format modified to handle words wider than RM-IN columns correctly. D. Martin 13-Jun-83 New standard version of ratfor pre-processor installed. 13-Jun-83 Added ratp2. 13-Jun-83 rc modified to invoke ratp1 and ratp2. 13-Jun-83 ed modified to convert `select' references to `switch'. 13-Jun-83 format modified to convert `select' references to `switch'. 13-Jun-83 sh modified to convert `select' references to `switch'. 14-Jun-83 man modified to NOT output formfeed characters when in interactive mode. 14-Jun-83 Fixed EOF bug in admin. B. Knittel 15-Jun-83 Fixed bug in comm. J. Sventek 15-Jun-83 All tools with strings of the form "?*[!.]." had the trailing period removed, as ratp1 no longer requires them. 16-Jun-83 All tools referencing `impath' have been changed to use the statically defined path STD_PATH. 21-Jul-83 String expansion bug and mdefine bug fixed in ratfor. 21-Jul-83 Reduced page size in alist to 57 lines. Some printers are just so brain-damaged! 22-Jul-83 Modified man to search through all sections for manual entries. 22-Jul-83 Added apropos utility, which performs regular expression matches on the on-line documentation database.