This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps 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]

cygrunsrv COPYING ChangeLog Makefile.in crit.c ...


CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2012-03-07 11:07:04

Modified files:
	.              : COPYING ChangeLog Makefile.in crit.cc crit.h 
	                 cygrunsrv.cc cygrunsrv.h utils.cc utils.h 
	                 waitanypid.cc waitanypid.h 

Log message:
	Throughout change comments to GPL v3 and fix copyright.
	* COPYING: New version for GPL v3.
	* Makefile.in (LDFLAGS): Add -static.
	* cygrunsrv.cc: Bump version to 1.40.
	(version): Fix copyright string.
	(thread_args): New static struct.
	(service_fork_thread): New thread function to fork service process.
	(service_main): Start service_fork_thread as pthread to fork service
	process.  Explain why.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/COPYING.diff?cvsroot=cygwin-apps&r1=1.1.1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/Makefile.in.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/crit.cc.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/crit.h.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.h.diff?cvsroot=cygwin-apps&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/utils.h.diff?cvsroot=cygwin-apps&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/waitanypid.cc.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/waitanypid.h.diff?cvsroot=cygwin-apps&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]