Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv16751
Modified Files:
ChangeLog
Log Message:
updated
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** ChangeLog 2001/03/27 15:14:02 1.65
--- ChangeLog 2001/03/29 15:07:11 1.66
***************
*** 1,2 ****
--- 1,9 ----
+ (2001/03/29 - broeker) Some further MSDOS/DJGPP patches. Close file
+ 'refsfound' before unlinking it. Avoid calling curses
+ function nonl(). Replace fork/exec/wait machinery in
+ exec.c by call to lib function spawnvp().
+ (2001/03/28 - broeker) Added flex-able version of scanner.l to the project, as
+ file src/fscanner.l. Changed configure.in and
+ src/Makefile.am to use it if using 'flex'.
(2001/03/27 - broeker) Remove 'extern' declaration of yylval from
egrep.y:yylex(). It's not needed, as this is inside the
|