Update of /cvsroot/cscope/cscope
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15607
Modified Files:
ChangeLog
Log Message:
Fix mismatch of decl/defn for global variable tempstring
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -C2 -r1.175 -r1.176
*** ChangeLog 11 Apr 2008 11:23:55 -0000 1.175
--- ChangeLog 30 Jun 2008 21:16:02 -0000 1.176
***************
*** 1,6 ****
2008-04-11 Neil Horman <nh...@tu...>
! * src/main.c, src/exec.c : configure ncurses to operate in raw
! mode so that ctrl-c (toggle case sensitivity) isn't swallowed
! by the terminal driver
2008-03-12 Hans-Bernhard Broeker <br...@ph...>
--- 1,11 ----
+ 2008-06-30 Hans-Bernhard Broeker <br...@ph...>
+
+ * src/global.h (tempstring): Fix mismatch of declaration with
+ definition.
+
2008-04-11 Neil Horman <nh...@tu...>
! * src/main.c, src/exec.c : configure ncurses to operate in raw
! mode so that ctrl-c (toggle case sensitivity) isn't swallowed by
! the terminal driver
2008-03-12 Hans-Bernhard Broeker <br...@ph...>
***************
*** 11,29 ****
2008-03-10 Neil Horman <nh...@tu...>
! * src/build.c: Fix Samelist to properly absorb newlines
! so that inverted indicies aren't always rebuilt
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...>
! * doc/cscope.1: Grammar corrections [SF patch #1843711] and
! troff syntax fixes [from ESR].
2007-03-10 Hans-Bernhard Broeker <br...@ph...>
--- 16,35 ----
2008-03-10 Neil Horman <nh...@tu...>
!
! * src/build.c: Fix Samelist to properly absorb newlines so that
! inverted indicies aren't always rebuilt
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...>
! * doc/cscope.1: Grammar corrections [SF patch #1843711] and troff
! syntax fixes [from ESR].
2007-03-10 Hans-Bernhard Broeker <br...@ph...>
|