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]

src/winsup/cygwin ChangeLog dcrt0.cc pthread.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tpfaff at sourceware dot org	2003-03-27 19:52:20

Modified files:
	winsup/cygwin  : ChangeLog dcrt0.cc pthread.cc thread.cc 
	                 thread.h 

Log message:
	* thread.h: Change class names, methods, members and local vars
	according to the GNU coding style.
	* thread.cc: Ditto.
	* dcrt0.cc (dll_crt0_1): Rename pthread::initMainThread call to
	pthread::init_mainthread.
	* pthread.cc (pthead_getsequence_np): Rename pthread::isGoodObject
	call to pthread::is_good_object.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1839&r2=1.1840
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.172&r2=1.173
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pthread.cc.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.120&r2=1.121
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.65&r2=1.66


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