]> git.eshelyaron.com Git - emacs.git/commit
By default, etags produces unqualified Perl tag names
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Mar 2016 15:27:26 +0000 (17:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Mar 2016 15:27:26 +0000 (17:27 +0200)
commita589e9aed5255fb1ebfb38fa4b3c9df5f6ef7448
treec48c023858e992968ce74a7cc8bd8e3aeea3ffe3
parent72c7438c4c6ee0d24405636cde4b18c32034a634
By default, etags produces unqualified Perl tag names

* lib-src/etags.c (Perl_functions): Produce unqualified names,
unless -Q was specified.
(print_help): Update the description of -Q.

* doc/man/etags.1: Update the documentation of -Q.

* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/CTAGS.good: Adapt the expected test results to the
changed Perl functionality.
doc/man/etags.1
lib-src/etags.c
test/etags/CTAGS.good
test/etags/ETAGS.good_1
test/etags/ETAGS.good_2
test/etags/ETAGS.good_3
test/etags/ETAGS.good_4
test/etags/ETAGS.good_5