comparison lib-src/ChangeLog @ 47080:9fdb69291eb8

Two bug corrections and a new feature for etags.
author Francesco Potortì <pot@gnu.org>
date Wed, 28 Aug 2002 10:34:04 +0000
parents 2566b90da6fc
children ce5775569314
comparison
equal deleted inserted replaced
47079:c3aa44550083 47080:9fdb69291eb8
1 2002-08-27 Francesco Potorti` <pot@gnu.org>
2
3 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
4
5 * etags.c: New language HTML.
6 (make_tag): Never generate null length tag names.
7 (linebuffer_init): Renamed from initbuffer. All callers changed.
8 (pattern): Structure renamed to `regexp', member regex renamed to
9 pattern.
10 (node_st): Member pat renamed to regex.
11 (pattern); New member force_explicit_name, for future use. Now
12 always set to true, cannot be reset.
13 (add_regex, regex_tag_multiline, readline): Use it.
14 (main): Free some global structures.
15
16 * etags.c (fdesc): New member `written'.
17 (readline, process_file): Initialise it.
18 (put_entries): Set it.
19 (main): Use it to create entries for files without tags.
20 (total_size_of_entries): Do not count invalid tags.
21 (etags_strcasecmp): Like BSD's, for compatibility.
22 (strcaseeq): Make it into a macro.
23
1 2002-08-19 Stefan Monnier <monnier@cs.yale.edu> 24 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
2 25
3 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn' 26 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
4 for the function name in the usage info. 27 for the function name in the usage info.
5 28