# HG changeset patch # User Francesco Potort # Date 943015511 0 # Node ID 3e580afd8e055d11ceb6116911611bc822ba5764 # Parent a18d97aac327073b2d50fd14e97db91bd1c0cadc etags bug fixes diff -r a18d97aac327 -r 3e580afd8e05 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Nov 18 23:49:29 1999 +0000 +++ b/lib-src/ChangeLog Fri Nov 19 12:45:11 1999 +0000 @@ -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.