changeset 86098:388dd3c79510

etags.c: Make prototypes for extern definitions, and add all that are needed to quench warnings on 64-bit. (main): Use the same defaults for ctags as for etags: find typedefs, structure tags, macro constants, enum constants, struct members and global variables. (make_C_tag) [DEBUG]: Add debugging printout. (C_entries): In case '}' decrement bracelev before testing it.
author Francesco Potortì <pot@gnu.org>
date Thu, 15 Nov 2007 15:40:20 +0000
parents 8c10f2d65493
children 48dc79c663f4
files lib-src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Thu Nov 15 15:39:08 2007 +0000
+++ b/lib-src/ChangeLog	Thu Nov 15 15:40:20 2007 +0000
@@ -1,3 +1,13 @@
+2007-11-15  Francesco Potort,Al(B  <pot@gnu.org>
+
+	* etags.c: Make prototypes for extern definitions, and add all
+	that are needed to quench warnings on 64-bit.
+	(main): Use the same defaults for ctags as for etags: find
+	typedefs, structure tags, macro constants, enum constants, struct
+	members and global variables.
+	(make_C_tag) [DEBUG]: Add debugging printout.
+	(C_entries): In case '}' decrement bracelev before testing it.
+
 2007-11-15  Masatake YAMATO  <jet@gyve.org>
 
 	* etags.c (C_entries): In case '}', set fvdef to fvnone