|
From: Petr S. <pe...@us...> - 2001-04-24 17:42:25
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv14683 Modified Files: AUTHORS ChangeLog Log Message: STMTMAX increased to 10000 Index: AUTHORS =================================================================== RCS file: /cvsroot/cscope/cscope/AUTHORS,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** AUTHORS 2001/02/09 21:07:17 1.21 --- AUTHORS 2001/04/24 17:42:22 1.22 *************** *** 21,22 **** --- 21,23 ---- Jason Duell - CSCOPE_EDITOR and CSCOPE_LINEFLAG* Tom Hull - Similar work to CSCOPE_EDITOR and friends + Donald Slutz - Various fixes Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -r1.66 -r1.67 *** ChangeLog 2001/03/29 15:07:11 1.66 --- ChangeLog 2001/04/24 17:42:22 1.67 *************** *** 1,2 **** --- 1,3 ---- + (2001/04/24 - slutz) STMTMAX increased to 10000 (2001/03/29 - broeker) Some further MSDOS/DJGPP patches. Close file 'refsfound' before unlinking it. Avoid calling curses |