From: Hans-Bernhard B. <br...@us...> - 2004-06-23 15:42:13
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30383 Modified Files: ChangeLog Log Message: Fix internal cursor movement in parsing of quoted filenames. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.137 retrieving revision 1.138 diff -C2 -r1.137 -r1.138 *** ChangeLog 21 Jun 2004 18:13:21 -0000 1.137 --- ChangeLog 23 Jun 2004 15:41:58 -0000 1.138 *************** *** 1,2 **** --- 1,8 ---- + 2004-06-23 Hans-Bernhard Broeker <br...@ph...> + + * src/dir.c (makefilelist): Fix broken movement of point_in_line + when parsing quoted names. Simplify structure by moving default + handling upward. + 2004-06-21 Hans-Bernhard Broeker <br...@ph...> *************** *** 27,31 **** * src/input.c (mygetline): New function. Poor-man's readline ! imitation. * src/global.h (mygetline): Prototype added. --- 33,37 ---- * src/input.c (mygetline): New function. Poor-man's readline ! imitation. From SF Patch #937310. * src/global.h (mygetline): Prototype added. |