mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
better tagging of DEFUNs, code cleanups. 2001-01-25 Francesco Potorti` <pot@potorti.it> * etags.c (struct tok): Renamed from struct token. (token): Renamed from tok. (structtype): Make it a local variable. [DEBUG]: Use assert. (xrnew): Change the synopsis. (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus. (grow_linebuffer): Don't call xrnew when not needed. (token): buffer renamed to line. (C_entries): Three calls to inibuffer moved here from main. (C_entries): Removed all references to var methodlen, delete it. (linebuffer_setlen): Was grow_buffer, now also sets len. (consider_token, C_entries, Pascal_functions): Use it. (C_entries): Preventing problems relative to extern "C". (C_entries): Can tag more than one variable or func separated by comma when --declarations is used. (C_entries): More accurate tagging of members and declarations. (yacc_rules): Was global, made local to C_entries. (next_token_is_func): Removed. (fvdef): New constants fdefunkey, fdefunname. (consider_token, C_entries): Use them. (C_entries): Build proper lisp names for Emacs DEFUNs. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| b2m.c | ||
| ChangeLog | ||
| COPYING | ||
| cvtmail.c | ||
| digest-doc.c | ||
| ebrowse.c | ||
| emacsclient.c | ||
| emacsserver.c | ||
| emacstool.c | ||
| env.c | ||
| etags-vmslib.c | ||
| etags.1 | ||
| etags.c | ||
| fakemail.c | ||
| getopt.c | ||
| getopt.h | ||
| getopt1.c | ||
| grep-changelog | ||
| hexl.c | ||
| leditcfns.c | ||
| make-docfile.c | ||
| make-path.c | ||
| Makefile.in | ||
| makefile.nt | ||
| makefile.w32-in | ||
| movemail.c | ||
| ntlib.c | ||
| ntlib.h | ||
| pop.c | ||
| pop.h | ||
| profile.c | ||
| rcs-checkin | ||
| rcs2log | ||
| README | ||
| sorted-doc.c | ||
| tcp.c | ||
| test-distrib.c | ||
| testfile | ||
| timer.c | ||
| vcdiff | ||
| wakeup.c | ||
| yow.c | ||
This directory contains the source code for the architecture-dependent files that go in ../arch-lib. At present, these are mostly utility programs used by Emacs.