From: Neil H. <nh...@us...> - 2006-10-10 11:42:28
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21780 Modified Files: ChangeLog Log Message: fixing SF bug 1574354 Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.164 retrieving revision 1.165 diff -C2 -r1.164 -r1.165 *** ChangeLog 30 Sep 2006 20:29:14 -0000 1.164 --- ChangeLog 10 Oct 2006 11:42:16 -0000 1.165 *************** *** 1,2 **** --- 1,6 ---- + 2006-10-10 Neil Horman <nh...@tu...> + * src/main.c: Updated sigwinch_handler to not run in the event + that curses is not running to avoid crash (SF bug 1574354) + 2006-09-30 Hans-Bernhard Broeker <br...@ph...> |