|
From: Petr S. <pe...@us...> - 2001-04-26 16:21:36
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv22086 Modified Files: ChangeLog Log Message: Fixed a SIGSEGV in linemode in find.c. Thanks to OGAWA Hirofumi for pointing out the problem, where printw was used in line mode to report an error. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -r1.67 -r1.68 *** ChangeLog 2001/04/24 17:42:22 1.67 --- ChangeLog 2001/04/26 16:21:33 1.68 *************** *** 1,2 **** --- 1,4 ---- + (2001/04/26 - sorfa) Fixed a SIGSEGV in linemode in find.c. Thanks to OGAWA Hirofumi + for pointing out the problem. (2001/04/24 - slutz) STMTMAX increased to 10000 (2001/03/29 - broeker) Some further MSDOS/DJGPP patches. Close file |