Update of /cvsroot/cscope/cscope
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21832
Modified Files:
ChangeLog
Log Message:
Allow non-Unix linebreak characters in more places (fix #1563459).
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -C2 -r1.163 -r1.164
*** ChangeLog 30 Sep 2006 17:31:14 -0000 1.163
--- ChangeLog 30 Sep 2006 20:29:14 -0000 1.164
***************
*** 1,4 ****
--- 1,8 ----
2006-09-30 Hans-Bernhard Broeker <broeker@...>
+ * src/fscanner.l (wsnl): Expand set of allowed characters to make
+ scanner more tolerant of non-Unix linebreaks (should fix SF Bug
+ #1563459)
+
* src/Makefile.am (CLEANFILES, dist-hook): Commented out, to
reduce number of user reports from people without lex.
***************
*** 9,13 ****
* src/invlib.c (invnewterm): Correct loop test to account for
! maxback being unsigned (SF bug #1559495).
* src/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES, to quench
--- 13,17 ----
* src/invlib.c (invnewterm): Correct loop test to account for
! maxback being unsigned (should fix SF bug #1559495).
* src/Makefile.am (AM_CPPFLAGS): Renamed from INCLUDES, to quench
|