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 choose.cc concat.cc ...


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

Modified files:
	cinstall       : ChangeLog choose.cc concat.cc desktop.cc 
	                 dialog.cc dialog.h diskfull.cc diskfull.h 
	                 filemanip.h fromcwd.cc geturl.cc ini.cc ini.h 
	                 iniparse.y install.cc log.cc mkdir.cc mkdir.h 
	                 mount.cc mount.h postinstall.cc root.cc site.cc 
	                 state.h 

Log message:
	Use parse_filename method to parse filenames throughout.  Use get_root_dir to
	retrieve the current root directory throughout.  Set const in argument list,
	where appropriate, throughout.
	* choose.cc (set_existence): Detect case of uninstalled package with no
	version.
	(parse_filename): New function.
	* filemanip.h (fileparse): New structure.
	* mount.cc (read_mounts): Remember where we found the root mount.
	(set_root_dir): New function.
	(get_root_dir): Ditto.
	* mount.h: Declare new functions.
	* site.cc (get_root_dir_now): Renamed from get_root_dir.
	(save_site_url): Use new function name.
	(get_initial_list_idx): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ChangeLog.diff?cvsroot=uberbaum&r1=2.55&r2=2.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/choose.cc.diff?cvsroot=uberbaum&r1=2.21&r2=2.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/concat.cc.diff?cvsroot=uberbaum&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/desktop.cc.diff?cvsroot=uberbaum&r1=2.8&r2=2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/dialog.cc.diff?cvsroot=uberbaum&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/dialog.h.diff?cvsroot=uberbaum&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/diskfull.cc.diff?cvsroot=uberbaum&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/diskfull.h.diff?cvsroot=uberbaum&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/filemanip.h.diff?cvsroot=uberbaum&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/fromcwd.cc.diff?cvsroot=uberbaum&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/geturl.cc.diff?cvsroot=uberbaum&r1=2.5&r2=2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ini.cc.diff?cvsroot=uberbaum&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ini.h.diff?cvsroot=uberbaum&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/iniparse.y.diff?cvsroot=uberbaum&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/install.cc.diff?cvsroot=uberbaum&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/log.cc.diff?cvsroot=uberbaum&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/mkdir.cc.diff?cvsroot=uberbaum&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/mkdir.h.diff?cvsroot=uberbaum&r1=2.0&r2=2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/mount.cc.diff?cvsroot=uberbaum&r1=2.3&r2=2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/mount.h.diff?cvsroot=uberbaum&r1=2.2&r2=2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/postinstall.cc.diff?cvsroot=uberbaum&r1=2.1&r2=2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/root.cc.diff?cvsroot=uberbaum&r1=2.4&r2=2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/site.cc.diff?cvsroot=uberbaum&r1=2.6&r2=2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/state.h.diff?cvsroot=uberbaum&r1=2.2&r2=2.3


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