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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.cygnus.com	00/05/01 19:12:35

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

Log message:
	* path.c (kill_cygpath): Delete function.
	(exit_cygpath): Make more defensive so that it can be called at any time.
	(cygpath_pipe): Don't set up signal here.  Do it in main().
	* setup.c (istargz): New function.
	(recurse_dirs): Look for *.gz pattern rather than *tar.gz since *tar.gz
	inexplicably fails on samba mounted partitions.  Use istargz to match tar.gz
	tail.
	(processdirlisting) Use istargz to match tar.gz tail.
	(cleanup): Renamed from filedel.
	(cleanup_on_signal): New function.  Called on CTRL-C.
	(main): Record handle of main thread so that it can be suspended when CTRL-C
	occurs.  Set up cleanup_on_signal signal handler.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=1.38&r2=1.39
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/path.c.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/setup.c.diff?cvsroot=src&r1=1.41&r2=1.42


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