comparison lib-src/ChangeLog @ 75038:9ce2dfd4d7ee

*** empty log message ***
author Francesco Potortì <pot@gnu.org>
date Tue, 02 Jan 2007 11:28:50 +0000
parents 7cc7adabc21d
children 3d45362f1d38
comparison
equal deleted inserted replaced
75037:baea8fa9d2eb 75038:9ce2dfd4d7ee
2 2
3 * etags.c: (longopts): New undocumented option --no-duplicates. 3 * etags.c: (longopts): New undocumented option --no-duplicates.
4 (no_duplicates): Static variables for the above option. 4 (no_duplicates): Static variables for the above option.
5 (print_help): Do not print help for --no-warn, now undocumented. 5 (print_help): Do not print help for --no-warn, now undocumented.
6 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates. 6 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
7 (main): Pass the -u option to sort in ctags mode.
7 8
8 2006-12-28 Francesco Potort,Al(B <pot@gnu.org> 9 2006-12-28 Francesco Potort,Al(B <pot@gnu.org>
9 10
10 * etags.c (readline): When creating a relative file name from a 11 * etags.c (readline): When creating a relative file name from a
11 #line directive, leave the file name alone. The previous 12 #line directive, leave the file name alone. The previous