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 setup.c xsystem.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.cygnus.com	00/04/27 08:55:48

Modified files:
	winsup/cinstall: ChangeLog setup.c xsystem.c 

Log message:
	* setup.c (filedel): New function.
	(output_file): Keep track of files extracted from setup.exe for subsequent
	deletion.
	(tarx): Close process handle of child tar process or suffer handle leak.
	(getdownloadsource): Close mirror file so that it can be unlinked.
	(processdirlisting): Return total number of files extracted.
	(main): Initialize array of files to delete.  Ensure that files are closed on
	exit.  Make the directory that setup.exe is started from == the directory where
	temporary files are placed.  Issue an error if no files were found to download.
	* xsystem.c (xcreate_process): Close the thread handle.  Close the process
	handle if we waited for it to exit.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/setup.c.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/xsystem.c.diff?cvsroot=src&r1=1.4&r2=1.5


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