[Info-vax] The Road to V9.0

clair.grant@vmssoftware.com clairgrant71 at gmail.com
Sun Oct 13 07:56:58 EDT 2019


On Sunday, October 13, 2019 at 2:56:28 AM UTC-4, Phillip Helbig (undress to reply) wrote:
> In article <ac8ce415-a2d1-407c-81d2-35b4a9ae9d11 at googlegroups.com>, John
> Reagan <xyzzy1959 at gmail.com> writes: 
> 
> > Since Clair mentioned that EDT and DIFF were held up by compiler issues, 
> 
> Nice that EDT is still being maintained!  :-)

EDT has always been part of the standard VMS build. We need an editor early on in 9.0 so we started poking at it to see if it worked. We will get back to it soon.

With a couple easy source code workarounds for the compiler problems, DIFF works.

CG$ diff cg.com cg5.com
************
File DMM0:[SYSEXE]CG.COM;18
   23   $ type cg.com
   24   $ write sys$output "Testing COPY"
   25   $ copy/log cg1.com cg2.com
   26   $ dir
   27   $ write sys$output "Testing DELETE"
   28   $ delete/log cg2.com.*
   29   $ dir
******
File DMM0:[SYSEXE]CG5.COM;3
   23   $ type cg5.com
   24   $ write sys$output "Testing COPY"
   25   $ copy/log cg1.com cg3.com
   26   $ dir
   27   $ write sys$output "Testing DELETE"
   28   $ delete/log cg3.com.*
   29   $ dir
************

Number of difference sections found: 1
Number of difference records found: 6

DIFFERENCES /MERGED=1-
    DMM0:[SYSEXE]CG.COM;18-
    DMM0:[SYSEXE]CG5.COM;3
CG$
CG$ diff cg.com cg5.com/para
-------------------------------------------------------------------------------
File DMM0:[SYSEXE]CG.COM;18            |  File DMM0:[SYSEXE]CG5.COM;3          
------------------- 23 ------------------------------------ 23 ----------------
$ type cg.com                                           |  $ type cg5.com                       
$ write sys$output "Testing COPY"        |  $ write sys$output "Testing COPY"    
$ copy/log cg1.com cg2.com                   |  $ copy/log cg1.com cg3.com           
$ dir                                                           |  $ dir                                
$ write sys$output "Testing DELETE"     |  $ write sys$output "Testing DELETE"  
$ delete/log cg2.com.*                             |  $ delete/log cg3.com.*               
-------------------------------------------------------------------------------

Number of difference sections found: 1
Number of difference records found: 6

DIFFERENCES /PARALLEL-
    DMM0:[SYSEXE]CG.COM;18-
    DMM0:[SYSEXE]CG5.COM;3
CG$ 
 



More information about the Info-vax mailing list