Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv11685
Modified Files:
ChangeLog
Log Message:
DOS support and related minor changes
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -r1.63 -r1.64
*** ChangeLog 2001/02/12 17:39:04 1.63
--- ChangeLog 2001/03/27 14:10:05 1.64
***************
*** 1,2 ****
--- 1,11 ----
+ (2001/03/12 - broeker) Some minor changes for compiling cscope with DJGPP, the
+ MSDOG port of GCC. Mainly non-availability of some
+ Unix features like CLOSE_ON_EXEC for files, and SIGTSTP.
+ (2001/03/12 - broeker) Added 'b' flags and O_BINARY bits to all file-opening
+ calls for (potentially) binary data files, to allow
+ cscope to work on DOS-style platforms. Moved vpopen()
+ and vpfopen() prototypes into vp.h.
+ (2001/03/12 - broeker) rename 'basename' to 'mybasename' --- avoid XPG4
+ name conflict
(2001/02/12 - duell) man page update for CSCOPE_* information
(2001/02/09 - duell & hull) Support for CSCOPE_EDITOR, CSCOPE_LINEFLAG and
|