1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
emacs/lib-src
Helmut Eller bb8e38273e Forth related improvements for etags
Generate correct tags names for things like "(foo)".
Previously "(foo" created.

Fix a bug where a tag for "-bar" was created when encountering things
like "create-bar".

Recognize more words from the Forth-2012 Standard.

* lib-src/etags.c (Forth_words): Check for whitespace after defining
words.  Create tag with make_tag instead of get_tag to avoid notiname
which isn't appropriate for Forth.

* test/manual/etags/forth-src/test-forth.fth: Add some test cases.
* test/manual/etags/ETAGS.good_1:
* test/manual/etags/ETAGS.good_2:
* test/manual/etags/ETAGS.good_3:
* test/manual/etags/ETAGS.good_4:
* test/manual/etags/ETAGS.good_5:
* test/manual/etags/ETAGS.good_6:
* test/manual/etags/CTAGS.good: Adapt to the changes in etags.c and
new test cases.
2016-12-01 18:58:08 +02:00
..
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
COPYING
ctags.c Port ctags+etags build to Sun C 5.12. 2014-05-18 11:57:04 -07:00
ebrowse.c Port flexible array members to GCC + valgrind 2016-09-07 18:10:11 -07:00
emacsclient.c Port emacsclient to FreeBSD 11 etc. 2016-11-08 08:54:51 -08:00
etags.c Forth related improvements for etags 2016-12-01 18:58:08 +02:00
hexl.c Limit <config.h>’s includes 2016-09-30 12:38:52 -07:00
make-docfile.c Limit <config.h>’s includes 2016-09-30 12:38:52 -07:00
Makefile.in Merge from origin/emacs-25 2016-11-19 14:31:05 -08:00
movemail.c Limit <config.h>’s includes 2016-09-30 12:38:52 -07:00
ntlib.c Fix compilation warning in the MinGW build 2016-07-22 20:38:22 +03:00
ntlib.h Fix compiler warnings in the MinGW build 2016-05-21 20:06:33 +03:00
pop.c Limit <config.h>’s includes 2016-09-30 12:38:52 -07:00
pop.h Rework C source files to avoid ^( 2016-03-10 07:59:19 -08:00
profile.c Port build to gcc -fcheck-pointer-bounds 2016-11-25 21:25:55 -08:00
rcs2log Port "$@" to OpenIndiana ksh93 2016-01-24 17:29:01 -08:00
README
update-game-score.c Limit <config.h>’s includes 2016-09-30 12:38:52 -07:00
update-game-score.exe.manifest Provide a Windows manifest for update-game-score.exe. 2013-08-10 10:43:41 +03:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.