comparison lib-src/ChangeLog @ 26506:3e580afd8e05

etags bug fixes
author Francesco Potortì <pot@gnu.org>
date Fri, 19 Nov 1999 12:45:11 +0000
parents 8b1aba9a6c12
children c19382fdb345
comparison
equal deleted inserted replaced
26505:a18d97aac327 26506:3e580afd8e05
1 1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2
3 * etags.c (_GNU_SOURCE): Define only if undefined.
4 (get_scheme): Declaration deleted.
5 (main): error was called with an integer as second arg, instead of
6 a char pointer.
7 (canonicalize_filename): Bug removed.
8
9 1999-11-18 Dave Love <d.love@dl.ac.uk>
10
11 * etags.c (C_entries): Rename label `intoken', avoiding K&R
12 lossage from name clash with macro.
13
1 1999-11-13 Gerd Moellmann <gerd@gnu.org> 14 1999-11-13 Gerd Moellmann <gerd@gnu.org>
2 15
3 * Makefile.in (b2m): Add dependency on GETOPTDEPS. 16 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
4 17
5 1999-11-03 Gerd Moellmann <gerd@gnu.org> 18 1999-11-03 Gerd Moellmann <gerd@gnu.org>