From: Hans-Bernhard B. <br...@us...> - 2008-03-12 22:41:32
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3730 Modified Files: ChangeLog Log Message: Amend and extend previous fix for fgets() breaking directory/file list comparisons Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.173 retrieving revision 1.174 diff -C2 -r1.173 -r1.174 *** ChangeLog 10 Mar 2008 18:33:47 -0000 1.173 --- ChangeLog 12 Mar 2008 22:41:29 -0000 1.174 *************** *** 1,2 **** --- 1,8 ---- + 2008-03-12 Hans-Bernhard Broeker <br...@ph...> + + * src/build.c (samelist): Previous fix broke handling of blanks in + directory names. + (build): Apply the same fix to other occurence of the same code. + 2008-03-10 Neil Horman <nh...@tu...> * src/build.c: Fix Samelist to properly absorb newlines *************** *** 24,27 **** --- 30,34 ---- 2007-02-09 Neil Horman <nh...@tu...> + * doc/xcscope.1: Added man page for xcscope utility in contrib |