From: Hans-Bernhard B. <br...@us...> - 2005-03-14 17:25:24
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14359 Modified Files: ChangeLog Log Message: Updated. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.147 retrieving revision 1.148 diff -C2 -r1.147 -r1.148 *** ChangeLog 16 Feb 2005 20:49:23 -0000 1.147 --- ChangeLog 14 Mar 2005 17:25:12 -0000 1.148 *************** *** 1,2 **** --- 1,17 ---- + 2005-03-14 Hans-Bernhard Broeker <br...@ph...> + + * src/input.c (getline): Removed. Was just a minimally simplified + copy of mygetline() anyway, and it threatened to collide with a + like-named routine in libc. + + * src/global.h (getline): Removed prototype. + + * src/command.c (command): Changed all calls of getline() to + mygetline() with an empty string as the first argument. + + * src/egrep.y (memset): Changed #if condition around fallback + implementation to match that of the prototype in global.h. Should + fix SF bug #1163104 (build failure on FreeBSD). + 2005-02-16 Neil Horman <nh...@gm...> |