]> code.delx.au - gnu-emacs/commit
More improvements for Ruby support in 'etags'
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Feb 2016 17:16:22 +0000 (19:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Feb 2016 17:16:22 +0000 (19:16 +0200)
commit58bfb6a4f597b98f01169f42410df3184c451408
tree1a3ca89e5af7fd58aa9ae60b0129e87264faf746
parentc04e91134f256be298d8739d493aa8df7e8d05ec
More improvements for Ruby support in 'etags'

* lib-src/etags.c (Ruby_functions): Tag Ruby accessors and
alias_method.  Identify constants even if the assignment is not
followed by whitespace.  (Bug#22241)

* test/etags/ruby-src/test1.ruby: Add tests for constants,
accessors, and alias_method.
* 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/ETAGS.good_6:
* test/etags/CTAGS.good: Adapt to changes in Ruby tests.
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
test/etags/ETAGS.good_6
test/etags/ruby-src/test1.ruby