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-27 12:43:52

Modified files:
	cinstall       : ChangeLog Makefile.in choose.cc ini.cc 
	                 iniparse.y install.cc mount.cc 

Log message:
	* Makefile.in: Make iniparse.y produce a c++ file.
	* choose.cc (set_existence): Revert 2001-05-27 change.
	* ini.cc: Remove "C" from declaration of yyparse.
	* iniparse.y (yyparse): Fill out version field by default when a binary install
	is detected and no version has been set yet.
	* install.cc (do_install): Mount things earlier so that we can use proper mount
	table settings.  Don't remove mounts since they are now honored.
	* mount.cc (create_mount): Reread the mount table after establishing a new
	mount.
	(read_mounts): Explicitly clear root_here to allow multiple uses of this
	function.  Ensure that there is no garbage in the table when we've exhausted
	all of the mounts in the registry.
	(cygpath): Accomodate ./ in path.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ChangeLog.diff?cvsroot=uberbaum&r1=2.56&r2=2.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/Makefile.in.diff?cvsroot=uberbaum&r1=2.14&r2=2.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/choose.cc.diff?cvsroot=uberbaum&r1=2.22&r2=2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/ini.cc.diff?cvsroot=uberbaum&r1=2.7&r2=2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/iniparse.y.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.15&r2=2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cinstall/mount.cc.diff?cvsroot=uberbaum&r1=2.4&r2=2.5


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