public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* cygrunsrv ChangeLog cygrunsrv.cc
@ 2014-08-14 15:07 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2014-08-14 15:07 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2014-08-14 15:07:56

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.60.  Drop all special exception
	handling code since it's disabled in newer Cygwin versions (actually,
	since 2005 *blush*) anyway.
	(service_fork_thread): Prepend /bin to $PATH, rather than appending,
	as it has been claimed in the README forever.  Duh.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.66&r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.50&r2=1.51


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2015-01-28 10:24 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2015-01-28 10:24 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2015-01-28 10:24:17

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.62.
	(service_main): Forcefully exit from service_main in neverexits case
	even when receiving a signal other than the termination or shutdown
	signal.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.68&r2=1.69
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.52&r2=1.53


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2013-10-30 20:35 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2013-10-30 20:35 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2013-10-30 20:35:46

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.50.
	(print_service): Take additional parameter "mypath".  Check path of
	cygrunsrv in service entry with mypath and print additional
	"Installation path" if they differ.  Fix formatting.
	(query_service): Store own Win32 pathname and add to print_service call.
	(same_filename): Use strcasecmp, not stricmp.
	(list_services): Only print warning message if OpenService failed with
	an error other than ERROR_ACCESS_DENIED.  Print service name in
	parenthesis if it's started by another cygrunsrv and verbose is not set.
	Call print_service with additional parameter mypath.
	(service_fork_thread): Copy POSIX to Win32 environment before exec'ing
	service process.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.65&r2=1.66
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.49&r2=1.50


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2012-02-21 18:35 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2012-02-21 18:35 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2012-02-21 18:35:50

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.36.
	(service_handler): Remove obsolete function.
	(pRegisterServiceCtrlHandlerExA): Remove.
	(service_main): Just call RegisterServiceCtrlHandlerExA, otherwise
	handler function doesn't receive SERVICE_CONTROL_PRESHUTDOWN control
	code.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.45&r2=1.46


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2008-02-19 20:57 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2008-02-19 20:57 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2008-02-19 20:56:59

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.21.
	(service_handler_ex): On SERVICE_CONTROL_INTERROGATE don't send signal
	to child process, just return NO_ERROR.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.55&r2=1.56
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.40&r2=1.41


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2008-01-21 11:28 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2008-01-21 11:28 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2008-01-21 11:28:53

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc (list_services): Set sh to 0 after closing to avoid
	double closing.
	Bump version to 1.18.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.53&r2=1.54
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.38&r2=1.39


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2007-04-19 11:30 briand
  0 siblings, 0 replies; 23+ messages in thread
From: briand @ 2007-04-19 11:30 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	briand@sourceware.org	2007-04-19 12:30:12

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc (list_services): Make failure of OpenService or
	QueryServiceConfig nonfatal.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.52&r2=1.53
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.37&r2=1.38


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2007-04-18  9:53 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2007-04-18  9:53 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2007-04-18 10:53:09

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc (check_cygwin1): New function.
	(service_main): Call check_cygwin1.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.36&r2=1.37


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2006-06-19  9:42 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2006-06-19  9:42 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2006-06-19 09:42:04

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	2006-06-19  Corinna Vinschen <corinna@vinschen.de>
	
	* cygrunsrv.cc: Bump version to 1.17.
	
	2006-06-19  Ben Hochstedler  <ben.hochstedler@med.ge.com>
	
	* cygrunsrv.cc (service_main): When fork fails, exit with non-zero
	exit code.  Report correct error value to syslog.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.50&r2=1.51
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.35&r2=1.36


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2006-04-27 17:37 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2006-04-27 17:37 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2006-04-27 17:37:00

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.16.
	(service_main): Don't try to kill a process group which doesn't exist.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.34&r2=1.35


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2006-03-30 17:35 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2006-03-30 17:35 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2006-03-30 17:35:54

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.15.
	(title): Remove here.
	(prepare_daemon): Don't set console title here.
	(hide_console): Remove.
	(service_main): Instead of hiding console , create new console
	here if --nohide is set and rely on Cygwin to do the rest.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.33&r2=1.34


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2006-03-28  7:31 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2006-03-28  7:31 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2006-03-28 07:31:13

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc (version): Fix copyright date.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.32&r2=1.33


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2006-03-27 14:42 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2006-03-27 14:42 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2006-03-27 14:42:31

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.14.
	(service_main): Don't call setpgrp for interactive services.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.31&r2=1.32


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2006-03-26 14:11 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2006-03-26 14:11 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2006-03-26 14:11:31

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.13.
	(title): New global variable used for the console title.
	(prepare_daemon): Move allocating console to cygwin_premain0.
	Set console title here.
	(hide_console): Just use console title set in prepare_daemon.
	(cygwin_premain0): New function to allocate console so that Cygwin
	doesn't create an invisible console on an invisible WindowStation.
	Also try to maintain window focus and Z-order.
	
	* cygrunsrv.cc (print_service): Fix conditional.
	(main): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.30&r2=1.31


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2005-05-16 14:59 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2005-05-16 14:59 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2005-05-16 14:55:42

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.02.
	(service_main): Also initiate correct exiting from service when
	receiving another signal than the "official" exit signal.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.26&r2=1.27


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2005-02-27 10:39 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2005-02-27 10:39 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2005-02-27 10:39:17

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.01.
	(service_main_exitval): New global variable.
	(service_main): Drop exit_val.  Set exit value in service_main_exitval
	instead.  Don't exit but return.
	(main): Return service_main_exitval.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.25&r2=1.26


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2004-05-17 15:09 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2004-05-17 15:09 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2004-05-17 15:09:12

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc (start_service): Change calls to OpenSCManager and
	OpenService to require only necessary rights.
	(stop_service): Ditto.  Remove unneeded call to LockServiceDatabase.
	(query_service): Ditto.
	(install_service): Ditto.
	(remove_service): Ditto.
	(remove_service): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.24&r2=1.25


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2004-04-18 11:10 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2004-04-18 11:10 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2004-04-18 11:10:08

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc: Bump version to 1.0.
	(get_reg_entries): Allow environment variable name
	length of up to the maximum possible (16K).  Allow arbitrarily sized
	environment variable length.  Disallow non-REG_SZ types in environment.
	Remove useless strcpys.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.23&r2=1.24


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2004-03-17 17:01 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2004-03-17 17:01 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2004-03-17 17:01:27

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc (service_main): Set exit_status to 1 by default.
	Terminate service correctly if child terminated as a result of
	cygrunsrv's signal.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.20&r2=1.21


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2004-03-17  9:13 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2004-03-17  9:13 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2004-03-17 09:13:10

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc (termsig_sent): New variable;
	(terminate_child): Set termsig_sent right before sending the signal.
	(service_main): If the child terminated due to a signal, only log
	error in case it wasn't our own termination signal.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.19&r2=1.20


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2004-02-04 14:47 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2004-02-04 14:47 UTC (permalink / raw)
  To: cygwin-apps-cvs

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

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* Bump version to 0.98.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.18&r2=1.19


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2003-12-07 10:59 corinna
  0 siblings, 0 replies; 23+ messages in thread
From: corinna @ 2003-12-07 10:59 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2003-12-07 10:59:46

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	* cygrunsrv.cc (version): Fix copyright date.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.28&r2=1.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.16&r2=1.17


^ permalink raw reply	[flat|nested] 23+ messages in thread

* cygrunsrv ChangeLog cygrunsrv.cc
@ 2003-05-09 20:53 igor
  0 siblings, 0 replies; 23+ messages in thread
From: igor @ 2003-05-09 20:53 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	igor@sourceware.org	2003-05-09 20:53:29

Modified files:
	.              : ChangeLog cygrunsrv.cc 

Log message:
	2003-05-09  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
	
	* cygrunsrv.cc: (opts) Expand to have each option
	string on a separate line.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2015-01-28 10:24 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14 15:07 cygrunsrv ChangeLog cygrunsrv.cc corinna
  -- strict thread matches above, loose matches on Subject: below --
2015-01-28 10:24 corinna
2013-10-30 20:35 corinna
2012-02-21 18:35 corinna
2008-02-19 20:57 corinna
2008-01-21 11:28 corinna
2007-04-19 11:30 briand
2007-04-18  9:53 corinna
2006-06-19  9:42 corinna
2006-04-27 17:37 corinna
2006-03-30 17:35 corinna
2006-03-28  7:31 corinna
2006-03-27 14:42 corinna
2006-03-26 14:11 corinna
2005-05-16 14:59 corinna
2005-02-27 10:39 corinna
2004-05-17 15:09 corinna
2004-04-18 11:10 corinna
2004-03-17 17:01 corinna
2004-03-17  9:13 corinna
2004-02-04 14:47 corinna
2003-12-07 10:59 corinna
2003-05-09 20:53 igor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).