Files
emacs/lib-src
Francesco Potortì 61a1f6fa60 Two bug corrections and one new feature.
(Ada_funcs): Do not tag "use type Xxxx;".

New language HTML.
(make_tag): Never generate null length tag names.
(linebuffer_init): Renamed from initbuffer.  All callers changed.
(pattern): Structure renamed to `regexp', member regex renamed to
pattern.
(node_st): Member pat renamed to regex.
(pattern); New member force_explicit_name, for future use.  Now
always set to true, cannot be reset.
(add_regex, regex_tag_multiline, readline): Use it.
(main): Free some global structures.

(fdesc): New member `written'.
(readline, process_file): Initialise it.
(put_entries): Set it.
(main): Use it to create entries for files without tags.
(total_size_of_entries): Do not count invalid tags.
(etags_strcasecmp): Like BSD's, for compatibility.
(strcaseeq): Make it into a macro.
2002-08-28 10:35:51 +00:00
..
2002-04-16 18:26:02 +00:00
2001-12-11 07:39:13 +00:00
2001-12-29 22:25:06 +00:00
2001-12-29 22:21:10 +00:00
2002-04-24 18:27:59 +00:00
2001-12-29 22:25:06 +00:00
2001-12-29 22:25:06 +00:00
2001-12-29 22:21:10 +00:00
2002-01-01 19:15:26 +00:00
2001-12-30 22:09:01 +00:00
2002-07-30 13:53:27 +00:00
2001-12-22 14:02:33 +00:00
2001-12-30 22:09:01 +00:00
2002-02-03 17:31:31 +00:00
2002-02-10 08:10:43 +00:00
2001-12-30 22:09:01 +00:00
2001-12-30 22:09:01 +00:00
2001-12-29 22:25:06 +00:00

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.