Update of /cvsroot/cscope/cscope
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14786
Modified Files:
ChangeLog
Log Message:
Fixed issrcfile to detect hpp/hxx files as C++ header files
Added myexit as SIGTERM handler
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -C2 -r1.171 -r1.172
*** ChangeLog 3 Dec 2007 23:54:21 -0000 1.171
--- ChangeLog 14 Feb 2008 12:39:36 -0000 1.172
***************
*** 1,2 ****
--- 1,10 ----
+ 2008-02-14 Neil Horman <nh...@tu...>
+
+ * src/dir.c: Fix up issrcfile to identify hpp/hxx files
+ as standard c++ source files
+
+ * src/main.c: Add myexit as a handler for SIGTERM, to
+ clean up temp files on TERM
+
2007-12-03 Hans-Bernhard Broeker <br...@ph...>
|