diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1339687bfea..349db50e211 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -2,8 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | * etags.c (Ada_funcs): Do not tag "use type Xxxx;". | 3 | * etags.c (Ada_funcs): Do not tag "use type Xxxx;". |
| 4 | 4 | ||
| 5 | * etags.c: New language HTML. | 5 | * etags.c: (HTML_labels): New language HTML. |
| 6 | (make_tag): Never generate null length tag names. | 6 | (etags_strcasecmp): Like BSD's, for compatibility. |
| 7 | (strcaseeq): Make it into a macro. | ||
| 8 | |||
| 9 | * etags.c (make_tag): Never generate null length tag names. | ||
| 7 | (linebuffer_init): Renamed from initbuffer. All callers changed. | 10 | (linebuffer_init): Renamed from initbuffer. All callers changed. |
| 8 | (pattern): Structure renamed to `regexp', member regex renamed to | 11 | (pattern): Structure renamed to `regexp', member regex renamed to |
| 9 | pattern. | 12 | pattern. |
| @@ -12,14 +15,11 @@ | |||
| 12 | always set to true, cannot be reset. | 15 | always set to true, cannot be reset. |
| 13 | (add_regex, regex_tag_multiline, readline): Use it. | 16 | (add_regex, regex_tag_multiline, readline): Use it. |
| 14 | (main): Free some global structures. | 17 | (main): Free some global structures. |
| 15 | 18 | (fdesc): New member `written'. | |
| 16 | * etags.c (fdesc): New member `written'. | ||
| 17 | (readline, process_file): Initialise it. | 19 | (readline, process_file): Initialise it. |
| 18 | (put_entries): Set it. | 20 | (put_entries): Set it. |
| 19 | (main): Use it to create entries for files without tags. | 21 | (main): Use it to create entries for files without tags. |
| 20 | (total_size_of_entries): Do not count invalid tags. | 22 | (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 | 23 | ||
| 24 | 2002-08-19 Stefan Monnier <monnier@cs.yale.edu> | 24 | 2002-08-19 Stefan Monnier <monnier@cs.yale.edu> |
| 25 | 25 | ||