Mercurial > hg > xemacs-beta
view vms/etags.vms @ 49:b46643e427ac
Added tag r19-16b90 for changeset 56c54cf7c5b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:06 +0200 |
parents | 376386a54a3c |
children |
line wrap: on
line source
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.