0
|
1 VMS-ed version of etags
|
|
2 -----------------------
|
|
3
|
|
4 1. The changes made allow the program to compile correctly,
|
|
5 to give error messages more meaningful to VMS, to allow '$'
|
|
6 in identifier tokens in C programs, and to expand wild-cards in the
|
|
7 input filespecs.
|
|
8
|
|
9 2. To minimize the differences from the original version,
|
|
10 the VMS filename expansion converts filenames to lower
|
|
11 case, and strips version numbers. This does indeed mean
|
|
12 that some input specs (containing version wildcards) will
|
|
13 cause curious effects, it is reasonably consistent with
|
|
14 Emacs, which ignores file versions.
|
|
15
|