[273,21] DECUS C [6,1] patches. [6,1] is utilities. ADDAR.C Adds groups of files to .ARC files. Someone built it because it was faster than AR.C RIPOUT.C Faster than AR.C to -x *.* from a .ARC file. SCVTSOROC.MAC SCREEN.MAC lobotomised to handle (ecch!) SOROC Challenger 530 crts, which are barely SOROC compatible and NOT ansi compatible. Use as skeleton for other odd crts. Still works with ordinary crts. UNIQ.C You could crash uniq.c with (unusual) arguments. By adding ( ) uniq.c will not crash as much. T1.C Due to a Basic programmer specifying (non-ansi!) T2.C terminals for a client, I patched screen.mac. T3.C Then I patched T.C (TXX to RSX users) to do various T5.C minor tasks better. The patched modules (in full) T.CMD are here. Get the rest from [6,1]t*.* off a DECUS C T.H tape. It IO.ATT's the TI: so you can type ahead. T.TKB File attributes are better understood. Nicer ways to print or delete files. -------------------------------------------------------------------------- Yet another bloody attempt to mend sortc.c . SOR.C A kludge to replace [6,1]sortc.c, which is nice in theory but bugged in practice for big sorts. Believed to have much more graceful failure. Believed to tolerate bigger sorts before breaking. Only good for text records: loses anything past '\0'. SORTS.C Warmed-over [6,1]SORTS.C. Used with SOR.C.