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]
Other format: [Raw text]

winsup/cygwin ChangeLog spawn.cc dlfcn.cc envi ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-05-22 03:54:29

Modified files:
	cygwin         : ChangeLog spawn.cc dlfcn.cc environ.cc errno.cc 
	                 cygmagic 

Log message:
	* spawn.cc (find_exec): Accept a PATH-like string in place of an environment
	variable.
	* dlfcn.cc (get_full_path_of_dll): Search /usr/bin (for windows compatibility)
	and /usr/lib (for UNIX compatibility) when looking for shared libraries.
	* environ.cc (conv_envvars): Put back LD_LIBRARY_PATH since it is used by
	get_full_path_of_dll().
	* errno.cc (errmap): Map MOD_NOT_FOUND to ENOENT.
	* cygmagic: Remove debugging cruft.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2909&r2=1.2910
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.171&r2=1.172
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dlfcn.cc.diff?cvsroot=uberbaum&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.118&r2=1.119
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/errno.cc.diff?cvsroot=uberbaum&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygmagic.diff?cvsroot=uberbaum&r1=1.9&r2=1.10


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