diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 62d0e91f2f4..85a0a332ba6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 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. |