From: Hans-Bernhard B. <br...@us...> - 2006-10-15 16:53:48
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32237 Modified Files: ChangeLog Log Message: Test for non-regular files liste in name files. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.165 retrieving revision 1.166 diff -C2 -r1.165 -r1.166 *** ChangeLog 10 Oct 2006 11:42:16 -0000 1.165 --- ChangeLog 15 Oct 2006 16:53:42 -0000 1.166 *************** *** 1,2 **** --- 1,10 ---- + 2006-10-15 Hans-Bernhard Broeker <br...@ph...> + + * src/dir.c (accessible_file): New function to taste for file + readability more strictly than just access(). + (inviewpath): Use it to avoid unreadable files (directories, in + particular) getting into the srcfilelist, and thus hopefully fix + SF bug #1173768. + 2006-10-10 Neil Horman <nh...@tu...> * src/main.c: Updated sigwinch_handler to not run in the event |