Update of /cvsroot/cscope/cscope
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv320
Modified Files:
ChangeLog
Log Message:
Tolerate EOF in the middle of a delimeted character sequence.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -C2 -r1.169 -r1.170
*** ChangeLog 9 Feb 2007 15:01:52 -0000 1.169
--- ChangeLog 9 Mar 2007 23:55:39 -0000 1.170
***************
*** 1,2 ****
--- 1,9 ----
+ 2007-03-10 Hans-Bernhard Broeker <br...@ph...>
+
+ * src/scanner.l (comment_input): Translate EOF to LEXEOF in this
+ case, too.
+ (input, noncommentinput): Spell out LEXEOF instead of a magic
+ number 0.
+
2007-02-09 Neil Horman <nh...@tu...>
* doc/xcscope.1: Added man page for xcscope utility in contrib
***************
*** 4,7 ****
--- 11,17 ----
2007-01-07 Hans-Bernhard Broeker <br...@ph...>
+ * src/fscanner.l: Avoid a -Wunused warning by disabling the
+ yy_topstate() function.
+
* README: Add a warning about the intended user audience not
including superusers or anonymous ones.
|