Changes between Initial Version and Version 1 of Ticket #64


Ignore:
Timestamp:
06/20/08 12:44:23 (16 years ago)
Author:
VincentMcIntyre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64 – Description

    initial v1  
    33This is fed a program name and an RCS $Id$ string as input. This breaks in some cases, because the Id string becomes longer than 80 characters (code won't compile).
    44
    5 This can be resolved by feeding the versan subroutine the $Revision$ and $Date$ tags as arguments.
     5This can be resolved by feeding the versan subroutine the $Revision$ and $Date$ RCS tags as arguments, instead of $Id$.
    66This has the advantage of providing cleaner input, thus reducing the amount of parsing {{{versan}}} has to do, and not causing the compilation problems noted above.
    77