From: Hans-Bernhard B. <br...@us...> - 2014-11-20 19:33:17
|
Update of /cvsroot/cscope/cscope In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24098 Modified Files: ChangeLog Log Message: Quote any pathnames containing blanks as found by cscope-indexer Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.211 retrieving revision 1.212 diff -C2 -r1.211 -r1.212 *** ChangeLog 15 Apr 2014 16:12:15 -0000 1.211 --- ChangeLog 20 Nov 2014 19:33:13 -0000 1.212 *************** *** 1,6 **** 2014-04-15 Neil Horman <nh...@tu...> ! * src/find.c: ensure that putpostigref assigns function array ! properly (sf bz 200) 2013-09-25 Hans-Bernhard Broeker <br...@ph...> --- 1,17 ---- + 2014-11-20 Hans-Bernhard Broeker <br...@ph...> + + * contrib/xcscope/cscope-indexer: Automatically wrap pathnames in + quotes if they contain blanks or tabs. + + 2014-11-16 Hans-Bernhard Broeker <br...@ph...> + + * src/fscanner.l (skipcomment_input, comment, insidestring_input) + (string_terminator, YY_INPUT): Remove hand-coded comment skipping + function, use flex-generated one instead. + 2014-04-15 Neil Horman <nh...@tu...> ! * src/find.c (putpostingref): Ensure that initialization of ! function name (sf bz 200). 2013-09-25 Hans-Bernhard Broeker <br...@ph...> |