Update of /cvsroot/cscope/cscope
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30475
Modified Files:
ChangeLog
Log Message:
Backslash escapes in regexp / text searches were broken.
(Revised version of SF patch #87)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -C2 -r1.213 -r1.214
*** ChangeLog 20 Nov 2014 21:12:52 -0000 1.213
--- ChangeLog 20 Nov 2014 21:28:53 -0000 1.214
***************
*** 1,4 ****
--- 1,14 ----
2014-11-20 Hans-Bernhard Broeker <br...@ph...>
+ * src/egrep.y (yylex): Collapse some cases of the switch. Fix
+ fall-through that got broken some time before 15.8; similar to
+ patch #87.
+ (read_next_chunk): Refactored repeated code sequence into separate
+ function.
+ (egrep): Use new function. Replace some gotos by the code they
+ jump to.
+
+ * src/exec.c (join): Initialize local variable.
+
* src/main.c (error_usage): Refactored code to output error.
(main): Use new function instead of goto.
|