Update of /cvsroot/cscope/cscope
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8544
Modified Files:
ChangeLog
Log Message:
Find C++ with three-letter filename extensions.
Fix a bug in inverted index handling on 64-bit platforms.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -C2 -r1.152 -r1.153
*** ChangeLog 16 Aug 2005 20:05:35 -0000 1.152
--- ChangeLog 22 Nov 2005 11:28:54 -0000 1.153
***************
*** 1,2 ****
--- 1,14 ----
+ 2005-11-22 Hans-Bernhard Broeker <br...@ph...>
+
+ * src/dir.c (issrcfile): Finally added auto-searching for
+ three-letter C++ file extensions *.tcc, *.cpp, *.cxx. Test all
+ matches to be regular files, not just those with two- and
+ three-character extensions.
+
+ * src/invlib.c: Some cleanup. Replace 0 third argument to fseek
+ by proper SEEK_SET. Got rid of (void) result casts and some
+ function argument casts.
+ (invmake): Fix one sizeof(long)==4 assumption.
+
2005-08-16 Hans-Bernhard Broeker <br...@ph...>
|