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]

run ./ChangeLog ./Makefile.am ./configure.ac s ...


CVSROOT:	/cvs/cygwin-apps
Module name:	run
Changes by:	cwilson@sourceware.org	2009-08-16 03:18:48

Modified files:
	.              : ChangeLog Makefile.am configure.ac 
	src            : resource.rc.in run.c run.h 
Added files:
	.              : TODO 

Log message:
	Windows 7: Enable proper invisiconsole operation.
	
	* TODO: New file.
	* Makefile.am: Add TODO. Fixup distribution perms; ensure
	autoreconf works on distributed tarball.
	* configure.ac: Detect cygwin-1.7; use a config.h. Use
	ustar format for distributed tarball, for empty m4/ directory.
	Check for setenv function.
	* src/resource.rc.in: Include config.h.
	* src/run.h: Declare new function run_setenv.
	* src/run.c: Include config.h.
	(start_child): On cygwin-1.7, expect cygwin's startup code to
	automatically create an invisible console for us (works around
	bug in Windows 7, but employed regardless of OS version). On
	cygwin-1.5 and mingw, use a different workaround (but employ it
	on WinXP and above, not just Windows 7). (Corinna Vinschen).
	(run_setenv): New function.
	(addPath): Use run_setenv (restores MinGW support).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/run/TODO.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/run/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/run/Makefile.am.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/run/configure.ac.diff?cvsroot=cygwin-apps&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/run/src/resource.rc.in.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/run/src/run.c.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/run/src/run.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]