From: Hans-Bernhard B. <br...@us...> - 2003-08-14 14:49:37
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1:/tmp/cvs-serv27729 Modified Files: INSTALL TODO Log Message: Cleaned up manpage, INSTALL and TODO files Index: INSTALL =================================================================== RCS file: /cvsroot/cscope/cscope/INSTALL,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** INSTALL 2 Mar 2003 20:26:57 -0000 1.8 --- INSTALL 14 Aug 2003 14:37:49 -0000 1.9 *************** *** 20,26 **** ***** TIPS AND PROBLEMS: ! - Try to use flex as the lexical analyzer. There may be some problems ! with using the native lex (due to some problems). The has been ! reported as a problem on Solaris. - On Linux systems (and possibly others) configure may fail if lex is --- 20,31 ---- ***** TIPS AND PROBLEMS: ! - Try to use flex as the lexical analyzer. The lex scanner is now ! separated from the flex version to allow the flex scanner to be ! optimized. It's also a lot harder to diagnose and debug problems ! without having full access to the particular platform and its version of ! lex being used. flex is available everywhere --- AT&T lex is not. ! ! - On Solaris, the native lex fails to catch our redefinition of YYLMAX ! early enough, which leads to possible buffer overflows. - On Linux systems (and possibly others) configure may fail if lex is Index: TODO =================================================================== RCS file: /cvsroot/cscope/cscope/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** TODO 22 Apr 2000 09:50:50 -0000 1.3 --- TODO 14 Aug 2003 14:37:49 -0000 1.4 *************** *** 1,15 **** ! - Autoconf/Automake setup ! - Add --help option ! - In a screen with more than 25 lines extend the selectable options ! to fill the gap ! - Apply added capability from osr5 codebase ! - Display the current case mode (^C) onscreen ! - Change to full screen target display and use bottom line for command, control or fn keys for operations (cf pine) ! - emacs like key bindings ^S for searching (^Y) Up/dwn Arrow support Next/Prev field. ?? --- 1,12 ---- ! + Add --help option ! ? Apply added capability from osr5 codebase ! + Display the current case mode (^C) onscreen ! ? Change to full screen target display and use bottom line for command, control or fn keys for operations (cf pine) ! + emacs like key bindings ^S for searching (^Y) Up/dwn Arrow support Next/Prev field. ?? *************** *** 18,25 **** Pagdwn/PageUp/+/- ! - Switch(-R) to recursively build cscope Database from cwd down ! (default filename pattern if not specified or cmdline filename ptn otherwise) ! Same capabilities as interactive in non interactive (one shot) mode ! ! Provide some how-do-I-use-this-thing doc. --- 15,19 ---- Pagdwn/PageUp/+/- ! + Same capabilities as interactive in non interactive (one shot) mode ! + Provide some how-do-I-use-this-thing doc. |