From: Hans-Bernhard B. <br...@us...> - 2001-06-01 12:47:10
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv22024 Modified Files: ChangeLog Log Message: Updated after checkins Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -r1.73 -r1.74 *** ChangeLog 2001/05/30 21:10:55 1.73 --- ChangeLog 2001/06/01 12:47:07 1.74 *************** *** 1,2 **** --- 1,11 ---- + (2001/06/01 - broeker) New version of fscanner.l, and lots of + small changes to other source files, too. Avoids + (ab)use of yytext[] as a temporary buffer by unrelated + pieces of code, and changes exported variables of the + scanned line from lex-internal yyleng and my_yyleng + to my_yytext and my_yyleng. New header files scanner.h + and lookup.h. + (2001/06/01 - broeker) Fix 64bit-related bug in invlib.c that caused the symbol + 'sun' to not be found on DigitalUnix/Alpha platform. (2001/05/30 - dixon) arrow and editing keys can be now used at the input line (2001/05/30 - duell) invname database issue fix. |