From: Hans-Bernhard B. <br...@us...> - 2003-04-29 14:08:48
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1:/tmp/cvs-serv23739 Modified Files: ChangeLog Log Message: Check against irregular files listed in cscope.files. S_IFREG-->S_ISREG. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.122 retrieving revision 1.123 diff -C2 -r1.122 -r1.123 *** ChangeLog 2 Mar 2003 20:26:57 -0000 1.122 --- ChangeLog 29 Apr 2003 14:08:44 -0000 1.123 *************** *** 1,2 **** --- 1,8 ---- + (2003/04/29 - broeker) Check that a src file is a regular file before trying to + scan it. Change from S_IFDIR/S_IFREG bit tests to + macros S_ISDIR/S_ISREG. + (2003/03/05 - broeker) Remove '-y' option from pipe call to utility "sort". + It's long since deprecated, and some modern versions + will barf seeing it. (2003/03/02 - broeker) Don't restrict to 14 character filenames any longer. (2003/01/23 - broeker) Update to latest auto* tools. First step towards |