summaryrefslogtreecommitdiff
path: root/etc/etags.vms
blob: 3237a47925622a411b1df02350c4e7cc723a1339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
VMS-ed version of etags
-----------------------

1. The changes made allow the program to compile correctly,
   to give error messages more meaningful to VMS, to allow '$'
   in identifier tokens in C programs, and to expand wild-cards in the
   input filespecs.

2. To minimize the differences from the original version,
   the VMS filename expansion converts filenames to lower
   case, and strips version numbers. This does indeed mean
   that some input specs (containing version wildcards) will
   cause curious effects, it is reasonably consistent with
   Emacs, which ignores file versions.