aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog.18
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1
index 571eee44f1f..16f5142a01a 100644
--- a/lib-src/ChangeLog.1
+++ b/lib-src/ChangeLog.1
@@ -6944,10 +6944,10 @@
6944 when saving a tag in structtag. Callers changed. 6944 when saving a tag in structtag. Callers changed.
6945 (TOKEN): Structure changed. Now used only in C_entries. 6945 (TOKEN): Structure changed. Now used only in C_entries.
6946 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete. 6946 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete.
6947 (C_entries): nameb and savenameb deleted. Use dinamic allocation. 6947 (C_entries): nameb and savenameb deleted. Use dynamic allocation.
6948 (pfcnt): Delete. Users updated. 6948 (pfcnt): Delete. Users updated.
6949 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme) 6949 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
6950 (TEX_getit, prolog_getit): Use dinamic allocation for storing 6950 (TEX_getit, prolog_getit): Use dynamic allocation for storing
6951 the tag instead of a fixed size buffer. 6951 the tag instead of a fixed size buffer.
6952 6952
69531995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> 69531995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -7609,7 +7609,7 @@
7609 (longopts, print_help, main, process_file): Put absolute filenames 7609 (longopts, print_help, main, process_file): Put absolute filenames
7610 in the tag file if the -A --absolute-pathnames option is used. 7610 in the tag file if the -A --absolute-pathnames option is used.
7611 (print_help): Alphabetically order the options. 7611 (print_help): Alphabetically order the options.
7612 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar. 7612 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declare.
7613 7613
76141994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) 76141994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7615 7615
@@ -8239,7 +8239,7 @@
82391993-03-22 Francesco Potortì (pot@cnuce.cnr.it) 82391993-03-22 Francesco Potortì (pot@cnuce.cnr.it)
8240 8240
8241 * etags.c (YACC): Flag added to c_ext. 8241 * etags.c (YACC): Flag added to c_ext.
8242 (c_ext): No more a synonim for c_ext&C_PLPL because of YACC. 8242 (c_ext): No more a synonym for c_ext&C_PLPL because of YACC.
8243 (find_entries): Consistently use streq when reasonable. 8243 (find_entries): Consistently use streq when reasonable.
8244 (find_entries): A .y file is a yacc file. 8244 (find_entries): A .y file is a yacc file.
8245 (get_C_stab): c_ext becomes c_ext&C_PLPL. 8245 (get_C_stab): c_ext becomes c_ext&C_PLPL.