comparison lib-src/ChangeLog @ 44736:2ae99744dc81

*** empty log message ***
author Francesco Potortì <pot@gnu.org>
date Mon, 22 Apr 2002 14:12:08 +0000
parents 88325d9e4264
children e3a600209db7
comparison
equal deleted inserted replaced
44735:98b894d1d3ad 44736:2ae99744dc81
1 2002-04-22 Francesco Potorti` <pot@gnu.org>
2
3 * etags.c: (last_node): Make it a global variable.
4 (process_file): Print the tags from the nodes as soon as
5 possible, and delete the nodes. This brings down the memory
6 occupancy as etags to almost the same level as when the #line
7 directives were not parsed.
8 (free_fdesc): New function.
9 (find_entries): Use it.
10 (invalidate_nodes): In etags mode, do not just mark the nodes as
11 invalid, do delete them.
12
1 2002-04-21 Gerd Moellmann <gerd@gnu.org> 13 2002-04-21 Gerd Moellmann <gerd@gnu.org>
2 14
3 * ebrowse.c (add_declarator): Test *CLS instead of CLS. 15 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
4 16
5 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> 17 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>