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 memory.c path.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.cygnus.com	00/04/12 22:18:13

Modified files:
	winsup/cinstall: ChangeLog memory.c path.c setup.c setup.h 
	                 strarry.c strarry.h xsystem.c 

Log message:
	* path.c (kill_cygpath): New cleanup function.
	(exit_cygpath): New cleanup function.
	(cygpath_pipe): New function.  Sets up cygpath in the background for
	translating filenames.
	(pathcvt): Use background cygpath for file translation.
	* setup.c (tarx): New function.  Called to extract tar files, capture logging
	output, and translate it to Windows format.
	(recurse_dirs): Use 'tarx' function to extract files.
	(create_uninstall): Use file list built up by tarx rather than reading the log
	file.
	(mkmount): Add ability to mount root.
	(main): Track elapsed install time.  Mount root.
	* starry.h: Add index field to strarry for tracking of tarx's usage of this
	structure.
	* xsystem.c (xcreate_process): Return proces handle when not waiting.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/memory.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/path.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/setup.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/setup.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/strarry.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/strarry.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/cinstall/xsystem.c.diff?cvsroot=src&r1=1.2&r2=1.3


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