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 cygwin.din dcrt0.cc dl ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-04-14 17:34:04

Modified files:
	cygwin         : ChangeLog cygwin.din dcrt0.cc dll_init.cc 
	                 dll_init.h exceptions.cc fhandler_disk_file.cc 
	                 hookapi.cc path.h syscalls.cc 

Log message:
	* dcrt0.cc (do_global_dtors): Run DLL dtors.
	(__main): Don't rely on atexit to run dtors.
	(do_exit): Specifically call do_global_dtors here.
	(cygwin_exit): Ditto.
	* dll_init.cc (dll_global_dtors): Make global.  Only run dtors once.
	(dll_list::init): Just set flag that dtors should be run.  Don't rely on
	atexit.
	* dll_init.h (dll_global_dtors): Declare.
	* exceptions.cc (sigrelse): Define.
	* path.h (is_fs_device): New method.
	(is_lnk_special): Ditto.
	* fhandler_disk_file.cc (fhandler_disk_file::link): Use "is_lnk_special" rather
	than "is_lnk_symlink".
	* syscalls.cc (rename): Ditto.
	* hookapi.cc (ld_preload): Use colon as a separator rather than space.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2838&r2=1.2839
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.133&r2=1.134
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.236&r2=1.237
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.cc.diff?cvsroot=uberbaum&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.h.diff?cvsroot=uberbaum&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.228&r2=1.229
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=uberbaum&r1=1.117&r2=1.118
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/hookapi.cc.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.372&r2=1.373


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