From ffe2593beeb467a5a6ae82dd7ee1b85a79420663 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Fri, 19 Nov 1999 12:45:11 +0000 Subject: [PATCH] etags bug fixes --- lib-src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5ef09710228..e107680982f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,16 @@ +1999-11-19 Francesco Potorti` + + * etags.c (_GNU_SOURCE): Define only if undefined. + (get_scheme): Declaration deleted. + (main): error was called with an integer as second arg, instead of + a char pointer. + (canonicalize_filename): Bug removed. + +1999-11-18 Dave Love + + * etags.c (C_entries): Rename label `intoken', avoiding K&R + lossage from name clash with macro. + 1999-11-13 Gerd Moellmann * Makefile.in (b2m): Add dependency on GETOPTDEPS. -- 2.11.4.GIT