This is the mail archive of the cygwin-apps-cvs@sources.redhat.com 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 ChangeLog cygrunsrv.README cygrunsrv ...


CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2004-04-07 14:06:07

Modified files:
	.              : ChangeLog cygrunsrv.README cygrunsrv.cc 
	                 cygrunsrv.h utils.cc utils.h 

Log message:
	* cygrunsrv.cc: Bump version to 0.99.
	
	* cygrunsrv.README: Add description for -j, --nohide option.
	* cygrunsrv.cc (longopts): Add '--nohide' option.
	(opts): Add -j option.
	(showcons): New global variable.
	(install_registry_keys): Add 'showcons' parameter.  Write it to
	registry.
	(get_reg_entries): Add 'showcons_p' parameter.  Read it from registry.
	(hide_console): New function.
	(service_main): Call hide_console if showcons is 0.
	(main): Add handling for '--nohide' parameter.  Fix indentation.
	* cygrunsrv.h (PARAM_SHOWCONS): New registry name for nohide parameter.
	* utils_cc (reason_list): Add error strings for --nohide.
	* (usage): Add help text for --nohide option.  Fix output to fit in
	80 columns.
	* utils.h (reason_t): Add error codes for --nohide errors.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.README.diff?cvsroot=cygwin-apps&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.h.diff?cvsroot=cygwin-apps&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.h.diff?cvsroot=cygwin-apps&r1=1.11&r2=1.12


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