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

winsup/cinstall ChangeLog Makefile.in choose.c ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-05-10 18:40:36

Modified files:
	cinstall       : ChangeLog Makefile.in choose.cc concat.cc 
	                 concat.h desktop.cc ini.cc install.cc log.cc 
	                 mount.cc mount.h postinstall.cc root.cc site.cc 

Log message:
	Change concat to cygpath throughout.  Change map_filename to cygpath
	throughout.
	* concat.cc (vconcat): New function.
	(concat): Use vconcat.
	* concat.h: Reflect above.
	* install.cc (map_filename): Eliminate.
	(install_one): Free dest_file.
	* mount.cc (find2): Expect input key to be pointing to mount record.
	(in_table): New function.
	(is_admin): Move from root.cc.
	(read_mounts): New function.
	(path_prefix_p): New function.
	(cygpath): New function.
	* mount.h: Define new functions and structure.
	* root.cc (in_table): Move to mount.cc.
	(do_root): Call read_mounts to initialize root stuff and mount table.
	* site.cc (get_root_dir): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ChangeLog.diff?cvsroot=uberbaum&r1=2.51&r2=2.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/Makefile.in.diff?cvsroot=uberbaum&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/choose.cc.diff?cvsroot=uberbaum&r1=2.17&r2=2.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/concat.cc.diff?cvsroot=uberbaum&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/concat.h.diff?cvsroot=uberbaum&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/desktop.cc.diff?cvsroot=uberbaum&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ini.cc.diff?cvsroot=uberbaum&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/install.cc.diff?cvsroot=uberbaum&r1=2.13&r2=2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/log.cc.diff?cvsroot=uberbaum&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/mount.cc.diff?cvsroot=uberbaum&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/mount.h.diff?cvsroot=uberbaum&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/postinstall.cc.diff?cvsroot=uberbaum&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/root.cc.diff?cvsroot=uberbaum&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/site.cc.diff?cvsroot=uberbaum&r1=2.5&r2=2.6


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