]> code.delx.au - gnu-emacs/commitdiff
etags bug fixes
authorFrancesco Potortì <pot@gnu.org>
Fri, 19 Nov 1999 12:45:11 +0000 (12:45 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 19 Nov 1999 12:45:11 +0000 (12:45 +0000)
lib-src/ChangeLog

index 5ef0971022842ed20b2ddade4bb6013526fc22fe..e107680982fe7d545c65e410915e96597ca40c42 100644 (file)
@@ -1,3 +1,16 @@
+1999-11-19  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
+
+       * 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  <d.love@dl.ac.uk>
+
+       * etags.c (C_entries): Rename label `intoken', avoiding K&R
+       lossage from name clash with macro.
+
 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
 
        * Makefile.in (b2m): Add dependency on GETOPTDEPS.