From: Francesco Potortì Date: Fri, 19 Nov 1999 12:45:11 +0000 (+0000) Subject: etags bug fixes X-Git-Tag: emacs-pretest-21.0.90~6048 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e208136267e073b9f9838ccc75085ec109eb6cc9;p=emacs.git etags bug fixes --- 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.