From: Neil H. <nh...@us...> - 2008-03-12 00:58:24
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3149 Modified Files: ChangeLog Log Message: Fix samelist() to properly absorb newlines in input stream Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.172 retrieving revision 1.173 diff -C2 -r1.172 -r1.173 *** ChangeLog 14 Feb 2008 12:39:36 -0000 1.172 --- ChangeLog 10 Mar 2008 18:33:47 -0000 1.173 *************** *** 1,2 **** --- 1,6 ---- + 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...> |