Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/ctags
Module Name: src
Committed By: kre
Date: Sat Aug 2 05:58:42 UTC 2025
Modified Files:
src/usr.bin/ctags: print.c
Log Message:
Output format fix for -x mode.
Ensure there is always a space between the symbol name and the line
number, rather than only when either the symbol is 15 chars or shorter,
or the line number is 3 digits or shorter. That is, previously a
symbol appearing 1000 or more lines into a file, with a name of 16
chars or longer, would produce (something like):
A_very_long_symbol_name2345 filename ...
No more.
Now it will be:
A_very_long_symbol_name 2345 filename ...
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/ctags/print.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index