changeset 26506:3e580afd8e05

etags bug fixes
author Francesco Potortì <pot@gnu.org>
date Fri, 19 Nov 1999 12:45:11 +0000
parents a18d97aac327
children aabdfbf65c68
files lib-src/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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`  <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.