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 debug.cc miscfuncs.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-11-29 22:19:59

Modified files:
	cygwin         : ChangeLog debug.cc miscfuncs.cc perthread.h 
	                 winbase.h 

Log message:
	* debug.cc (makethread): Eliminate unneeded function call.
	* miscfuncs.cc (tls_ix): Predefine.
	* perthread.h (set_reent): Eliminate.
	(get_reent): Ditto.
	* winbase.h (my_tlsalloc): Use global stack base pointer.  Set newly allocated
	location to NULL.
	(my_tlssetvalue): Use global stack base pointer.
	(my_tlsgetvalue): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1041&r2=1.1042
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/debug.cc.diff?cvsroot=uberbaum&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/miscfuncs.cc.diff?cvsroot=uberbaum&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/perthread.h.diff?cvsroot=uberbaum&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winbase.h.diff?cvsroot=uberbaum&r1=1.1&r2=1.2


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