This is the mail archive of the cygwin-cvs@sourceware.cygnus.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]

src/winsup/cinstall ChangeLog path.c pkg.c set ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.cygnus.com	00/04/30 19:42:14

Modified files:
	winsup/cinstall: ChangeLog path.c pkg.c setup.c setup.h 

Log message:
	* path.c (exit_cygpath): Wait for subprocess to exit before returning.
	(cygpath_pipe): Don't call exit_cygpath.  Let main atexit routine do that.
	* pkg.c (init_pkgs): Accept root argument.  Make registry key "cygwin
	root"-specific.
	* setup.c (filedel): Call exit_cygpath here so that we can be assured that
	cygpath subprocess has died.  This allows us to delete cygpath.exe and
	cygwin1.dll.
	(optionprompt): Initialize response to -1 so that second screen of mirrors will
	appear.
	(get_pkg_stuff): Don't attempt to use HKCLU.  Pass root to init_pkgs.
	* setup.h: Reflect init_pkgs prototype change.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=1.36&r2=1.37
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/path.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/pkg.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/setup.c.diff?cvsroot=src&r1=1.39&r2=1.40
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/setup.h.diff?cvsroot=src&r1=1.8&r2=1.9


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