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 dll_init.cc dll_init.h ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-05-28 20:17:09

Modified files:
	cygwin         : ChangeLog dll_init.cc dll_init.h fork.cc 

Log message:
	* dll_init.cc (dll_list::find_by_modname): New function to search the dll list
	for a module name only (no path).
	(dll_list::alloc): Initialize newly-added members of struct dll.
	(dll_list::append): New function to factor out the append operation
	(used by dll_list::topsort).
	(dll_list::populate_deps): New function to identify dll dependencies.
	(dll_list::topsort): New function to sort the dll list topologically by
	dependencies.
	(dll_list::topsort_visit): New helper function for the above.
	* dll_init.h (dll::ndeps): New class member.
	(dll::deps): Ditto.
	(dll::modname): Ditto.
	(dll_list::find_by_modname): New function related to topsort.
	(dll_list::populate_all_deps): Ditto.
	(dll_list::populate_deps): Ditto.
	(dll_list::topsort): Ditto.
	(dll_list::topsort_visit): Ditto.
	(dll_list::append): Ditto.
	(pefile): New struct allowing simple introspection of dll images.
	* fork.cc (fork): Topologically sort the dll list before forking.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5379&r2=1.5380
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.cc.diff?cvsroot=uberbaum&r1=1.85&r2=1.86
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.h.diff?cvsroot=uberbaum&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.220&r2=1.221


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