comparison lib-src/ChangeLog @ 45664:535f4a1db8cb

*** empty log message ***
author Francesco Potortì <pot@gnu.org>
date Thu, 06 Jun 2002 22:36:54 +0000
parents 80d3acbb57d8
children d11816fe2c59
comparison
equal deleted inserted replaced
45663:046819540e6d 45664:535f4a1db8cb
1 2002-06-07 Francesco Potorti` <pot@gnu.org>
2
3 * etags.c (scan_separators): Support all character escape
4 sequences supported by Gcc.
5 (find_entries): rewind unconditionally.
6 (find_entries): Do not call language functions directly, now calls
7 itself.
8 (find_entries): Do general initialisations here.
9 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
10 (Ada_getit, Pascal_functions, Pascal_functions)
11 (prolog_skip_comment): Do not do them here.
12 (readline_internal): Increment lineno here.
13 (readline): Conditionally undo readline_internal increment.
14 (readline): Do not return a value.
15
1 2002-06-06 Francesco Potorti` <pot@gnu.org> 16 2002-06-06 Francesco Potorti` <pot@gnu.org>
2 17
3 * etags.c New option --parse-stdin=FILE. 18 * etags.c New option --parse-stdin=FILE.
4 (enum arg_type): New label at_stdin. 19 (enum arg_type): New label at_stdin.
5 (STDIN): New constant. 20 (STDIN): New constant.