Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv27769
Modified Files:
ChangeLog
Log Message:
Revised handling of quotes in namelist files
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -r1.109 -r1.110
*** ChangeLog 4 Jan 2002 12:11:50 -0000 1.109
--- ChangeLog 8 Mar 2002 15:34:06 -0000 1.110
***************
*** 1,2 ****
--- 1,5 ----
+ (2002/03/08 - broeker) Fix completely broken handling of filenames with blanks
+ in namelist files. Use fgets + sscanf, not fscanf, and
+ don't split at whitespace inside "" quotes.
(2001/01/04 - broeker) Survive Cygwin "binmode" mounted filesystems by
explicitly forcing text mode for source files.
|