1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/lib-src
Alexander Gramiak 42cdb68649 Support '=' in Scheme and Lisp tags in 'etags'
* lib-src/etags.c (get_lispy_tag): New function.
(L_getit, Scheme_functions): Use get_lispy_tag (Bug#5624).
* test/manual/etags/CTAGS.good:
* 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/Makefile:
* test/manual/etags/el-src/TAGTEST.EL: Update tests.
* test/manual/etags/scm-src/test.scm: New tests for Scheme.
2017-07-08 11:25:53 +03:00
..
ChangeLog.1 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
COPYING
ctags.c Port ctags+etags build to Sun C 5.12. 2014-05-18 11:57:04 -07:00
ebrowse.c Use unlocked stdio more systematically 2017-06-22 11:22:53 -07:00
emacsclient.c Use unlocked stdio more systematically 2017-06-22 11:22:53 -07:00
etags.c Support '=' in Scheme and Lisp tags in 'etags' 2017-07-08 11:25:53 +03:00
hexl.c Use unlocked stdio more systematically 2017-06-22 11:22:53 -07:00
make-docfile.c Use unlocked stdio more systematically 2017-06-22 11:22:53 -07:00
Makefile.in ; lib-src/Makefile.in (exp_archlibdir): Drop extra '&&' from previous commit 2017-03-24 20:09:58 -04:00
movemail.c Use unlocked stdio more systematically 2017-06-22 11:22:53 -07:00
ntlib.c Remove gettimeofday from w32 sources 2017-05-14 19:02:50 +03:00
ntlib.h Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
pop.c Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
pop.h Update copyright year to 2017 2016-12-31 19:42:26 -08:00
profile.c Use unlocked stdio more systematically 2017-06-22 11:22:53 -07:00
rcs2log Fix copyright years by hand 2017-01-01 04:01:41 +00:00
README
update-game-score.c Use unlocked stdio more systematically 2017-06-22 11:22:53 -07: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.