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]

src/winsup/cygwin ChangeLog autoload.cc autolo ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sources.redhat.com	2001-05-03 02:35:08

Modified files:
	winsup/cygwin  : ChangeLog autoload.cc autoload.h net.cc 

Log message:
	* autoload.cc: Use new definition of LoadDLLinitfunc throughout.
	Redefine wrapper for wsock32.dll and ws2_32.dll.
	(std_dll_init): New function.
	* autoload.h: Rename LoadDLLinitfunc to LoadDLLinitfuncdef.
	Add new defines LoadDLLinitfunc and LoadDLLstdfunc.
	* net.cc (wsock_init): Add guard variable handling. Take care
	to call WSAStartup only once. Load WSAStartup without using
	autoload wrapper to eliminate recursion.  Eliminate FIONBIO
	and srandom stuff.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.684&r2=1.685
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.48&r2=1.49


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