comparison lib-src/ChangeLog @ 35573:752d1aa1a8f8

Many small improvements in etags.
author Francesco Potortì <pot@gnu.org>
date Thu, 25 Jan 2001 18:19:07 +0000
parents 5afbf6bfb53a
children 712bca47575d
comparison
equal deleted inserted replaced
35572:1732a712675f 35573:752d1aa1a8f8
1 2001-01-25 Francesco Potorti` <pot@potorti.it>
2
3 * etags.c (struct tok): Renamed from struct token.
4 (token): Renamed from tok.
5 (structtype): Make it a local variable.
6 [DEBUG]: Use assert.
7 (xrnew): Change the synopsis.
8 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
9 (grow_linebuffer): Don't call xrnew when not needed.
10 (token): buffer renamed to line.
11 (C_entries): Three calls to inibuffer moved here from main.
12 (C_entries): Removed all references to var methodlen, delete it.
13 (linebuffer_setlen): Was grow_buffer, now also sets len.
14 (consider_token, C_entries, Pascal_functions): Use it.
15 (C_entries): Preventing problems relative to extern "C".
16 (C_entries): Can tag more than one variable or func separated by
17 comma when --declarations is used.
18 (C_entries): More accurate tagging of members and declarations.
19 (yacc_rules): Was global, made local to C_entries.
20 (next_token_is_func): Removed.
21 (fvdef): New constants fdefunkey, fdefunname.
22 (consider_token, C_entries): Use them.
23 (C_entries): Build proper lisp names for Emacs DEFUNs.
24
1 2001-01-22 Gerd Moellmann <gerd@gnu.org> 25 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2 26
3 * ebrowse.c (xfree): New function. 27 * ebrowse.c (xfree): New function.
4 (member, declaration, globals): Use xmalloc instead of alloca. 28 (member, declaration, globals): Use xmalloc instead of alloca.
5 29