diff vms/etags.vms @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vms/etags.vms	Mon Aug 13 08:45:50 2007 +0200
@@ -0,0 +1,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.
+