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 cygthread.cc cygwin.di ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-03-28 19:31:25

Modified files:
	cygwin         : ChangeLog cygthread.cc cygwin.din timer.cc 
	cygwin/include : ctype.h 

Log message:
	* cygthread.cc (cygthread::detach): Revert to just waiting for thred event
	since waiting for anything else is racy.
	* timer.cc (timer_tracker::hcancel): Rename from cancel.
	(timer_tracker::cancel): New method.
	(timer_tracker::th): Remove.
	(timer_tracker::~timer_tracker): Call cancel method.
	(timer_tracker::timer_tracker): Ditto.
	(timer_tracker::timer_tracker): Always, clear cancel, even though it is
	probably not strictly necessary for ttstart.
	(timer_thread): Accommodate cancel -> hcancel rename.
	(timer_tracker::settime): Ditto.
	(timer_tracker::gettime): Ditto.
	(timer_delete): Ditto.
	* cygwin.din: Export _ctype_.
	* include/ctype.h: Mark that _ctype_ is imported.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2798&r2=1.2799
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.62&r2=1.63
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.132&r2=1.133
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/timer.cc.diff?cvsroot=uberbaum&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/include/ctype.h.diff?cvsroot=uberbaum&r1=1.2&r2=1.3


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