This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

winsup/cygwin ChangeLog dcrt0.cc dtable.cc lib ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-03-27 19:42:58

Modified files:
	cygwin         : ChangeLog dcrt0.cc dtable.cc 
	cygwin/lib     : _cygwin_S_IEXEC.cc 

Log message:
	* lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to be
	defined.  Wrap definitions in extern "C".  Include winsup.h to assure proper
	definitions.
	* dcrt0.cc (dll_crt0_1): Call stdio_init after premain run so that binmode.o,
	etc., will control default stdio settings.
	* dtable.cc (dtable::init_std_file_from_handle): Allow __fmode to force
	binmode/textmode settings.  Default pipes to binmode.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.595&r2=1.596
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.89&r2=1.90
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/lib/_cygwin_S_IEXEC.cc.diff?cvsroot=uberbaum&r1=1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]